Update omnibus submodule: remove EOL PostgreSQL 9.6 binaries#4208
Open
jashaik wants to merge 1 commit into
Open
Update omnibus submodule: remove EOL PostgreSQL 9.6 binaries#4208jashaik wants to merge 1 commit into
jashaik wants to merge 1 commit into
Conversation
Points omnibus submodule to chef-server-omnibus-config@b56dc8a (branch: fix/remove-pg96-eol-binaries). PostgreSQL 9.6 reached End-of-Life on 2021-11-11. The pg96-bin package is bundled only for the 9.6->13 pg_upgrade migration path. Changes in the submodule: - postgres_upgrade_cleanup.rb: adds a guarded ruby_block that removes /opt/opscode/embedded/postgresql/9.6 once PG 13 is confirmed active and no 9.6 data directory remains (safe for fresh installs and post-upgrade installs alike) - postgresql.rb: invokes postgres_upgrade_cleanup recipe immediately after pg_upgrade so every chef-server-ctl reconfigure self-heals Security: eliminates unpatched EOL binaries, resolving compliance failures on CIS/SOC2/FedRAMP scans. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
👷 Deploy Preview for chef-server processing.
|
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.
Points omnibus submodule to chef-server-omnibus-config@b56dc8a (branch: fix/remove-pg96-eol-binaries).
PostgreSQL 9.6 reached End-of-Life on 2021-11-11. The pg96-bin package is bundled only for the 9.6->13 pg_upgrade migration path.
Changes in the submodule:
Security: eliminates unpatched EOL binaries, resolving compliance failures on CIS/SOC2/FedRAMP scans.
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