Rebuild/chef 32135 lbaker 20260430 092319#4175
Open
lbakerchef wants to merge 4 commits intomainfrom
Open
Conversation
👷 Deploy Preview for chef-server processing.
|
76688fe to
e0f26be
Compare
jashaik
reviewed
May 4, 2026
|
|
||
| override :nokogiri, version: "1.18.9" | ||
| override :openssl, version: "3.2.4", fips_version: "3.1.2", fips_enabled: true | ||
| override :openssl, fips_version: "3.1.2", fips_enabled: true |
Contributor
There was a problem hiding this comment.
Please check the fips version in the adhoc build logs to confirm all are inline.
jashaik
approved these changes
May 4, 2026
e0f26be to
e0382f1
Compare
Point the omnibus submodule at the fresh omnibus-config rebuild branch and remove erlang, openresty, and OpenSSL version pins that would shadow the rebuilt software definitions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Lincoln Baker <51833247+lbakerchef@users.noreply.github.com>
Reproduce the Erlang 26.2.5.15 build-helper and rebar.config updates from the original branch on the fresh rebuild branch. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Lincoln Baker <51833247+lbakerchef@users.noreply.github.com>
Signed-off-by: Lincoln Baker <51833247+lbakerchef@users.noreply.github.com>
1. STOP. Both of the following must be done before proceeding, in this order: a. omnibus-software-private rebuild branch must have merged to main b. chef-server-omnibus-config rebuild branch must have merged to main Do not proceed until BOTH are confirmed. 2. Remove this commit: git reset --hard HEAD^ (This leaves commit A — ".gitmodules points to main" — as the tip.) 3. Advance the omnibus submodule SHA to the new omnibus-config main HEAD: cd omnibus git fetch origin git checkout main git pull origin main cd .. git add omnibus git commit -sm "Advance omnibus submodule to post-merge omnibus-config main HEAD" 4. git push origin <chef-server-pr-merge-branch> Then open/merge the PR on github.com/chef/chef-server. Signed-off-by: Lincoln Baker <51833247+lbakerchef@users.noreply.github.com>
e0382f1 to
5dc550e
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
[Please describe what this change achieves]
Issues Resolved
[List any existing issues this PR resolves, or any Discourse or
StackOverflow discussions that are relevant]
Check List