Bump omnibus submodule to include CHEF-28367 /version endpoint fix#4218
Open
lbakerchef wants to merge 1 commit into
Open
Bump omnibus submodule to include CHEF-28367 /version endpoint fix#4218lbakerchef wants to merge 1 commit into
lbakerchef wants to merge 1 commit into
Conversation
👷 Deploy Preview for chef-server processing.
|
a2136d8 to
0973322
Compare
jashaik
previously approved these changes
Jul 8, 2026
Points chef-server-omnibus-config submodule at fadd486 (main) which restricts the /version endpoint to return only the first line of version-manifest.txt instead of the full internal component manifest. Signed-off-by: Lincoln Baker <51833247+lbakerchef@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0973322 to
58dccd2
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.
Summary
Fixes CHEF-28367 — bumps the
omnibussubmodule pointer to pick up the fix from chef-server-omnibus-config#25.Background
PR #4159 was merged Apr 13 2026 fixing the
/versionendpoint information disclosure. On Apr 22 2026, PR #4154 convertedomnibus/to a git submodule pointing atchef-server-omnibus-config, but did not carry the fix across. As a result 15.10.114 shipped without the fix and the bug was still reproducible.Change
Single submodule pointer bump:
omnibus→02ae4ca(chef-server-omnibus-configCHEF-28367/lbaker)