From 158f667b5647028bdf85809456ac01b5652a25ed Mon Sep 17 00:00:00 2001 From: Jan Shahid Shaik Date: Tue, 9 Jun 2026 11:27:51 +0530 Subject: [PATCH] Update omnibus submodule: remove EOL PostgreSQL 9.6 binaries 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> --- omnibus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnibus b/omnibus index eca01c6f94..b56dc8a2be 160000 --- a/omnibus +++ b/omnibus @@ -1 +1 @@ -Subproject commit eca01c6f94807d2548862274b41b534aa512a0b5 +Subproject commit b56dc8a2be76e96f57f025b5a1c2897391c99bc2