Chef 25968 build fix#3350
Closed
RajeshPaul38 wants to merge 28 commits into
Closed
Conversation
Signed-off-by: poorndm <poorndm@progress.com>
Signed-off-by: poorndm <poorndm@progress.com>
Signed-off-by: poorndm <poorndm@progress.com>
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
- Upgrade Rails from 7.0.8.7 to 7.1.5.2 across main app and Fieri engine - Update PostgreSQL from 13.18 to 13.21 in omnibus configuration - Upgrade RSpec Rails from 6.0.1 to 6.1.1 for Rails 7.1 compatibility - Update database_cleaner from 2.0.1 to 2.1.0 - Upgrade Nokogiri to 1.18.9 with version constraint - Update Rack constraint from ~> 2.2.8.1 to >= 2.2.14 Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
- Add x86_64-linux platform to main app Gemfile.lock - Add x86_64-linux platform to Fieri engine Gemfile.lock - Resolves CI pipeline error: bundle only supports arm64-darwin-24 - Maintains compatibility with macOS development environment - Enables GitHub Actions to run on Linux runners Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
…d making sure all testing framework related gems are updated to a version which is compatible with the updated rails version Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
- Upgrade PostgreSQL from 13.21 to 13.22 in omnibus configuration Security fixes in PostgreSQL 13.22: - CVE-2025-8713: Tighten security checks in planner estimation functions - CVE-2025-8714: Prevent pg_dump scripts from being used to attack users - CVE-2025-8715: Convert newlines to spaces in pg_dump comments Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
…o CHEF-25968-build-fix
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
Contributor
Author
|
adhoc build after moving pg13 software definition to omnibus software: https://buildkite.com/chef/chef-supermarket-main-omnibus-adhoc/builds/775 |
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
- Update DH parameters and certificate generation from 2048 to 4096-bit keys - Replace deprecated cipher suites with TLS 1.3 and modern ECDHE algorithms - Add TLS 1.3 protocol support alongside TLS 1.2 - Enhance FIPS compatibility with approved cipher suites and elliptic curves - Implement modern security headers (HSTS, OCSP stapling, XSS protection) - Increase SSL session cache (4m→10m) and timeout (5m→10m) for better performance - Remove vulnerable legacy ciphers (DHE-DSS, kEDH+AESGCM, DES-CBC3-SHA) - Add configurable ssl_prefer_server_ciphers for TLS 1.3 compatibility Security improvements: - Stronger cryptographic keys resistant to future attacks - FIPS 140-2 compliant cipher configuration - Enhanced protection against clickjacking, MIME sniffing, and XSS - Improved SSL/TLS performance and security posture These changes ensure Supermarket SSL configuration meets modern security standards and maintains compatibility with OpenSSL 3.2.4 FIPS requirements. Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
Signed-off-by: Rajesh Paul <rajesh.paul@progress.com>
|
Contributor
Author
|
changes are merged into the feature branch in PR: #3356 . Closing this |
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