-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump postgresql in docker-compose and github workflows #24147
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24147 +/- ##
==========================================
+ Coverage 68.18% 68.28% +0.10%
==========================================
Files 1952 1955 +3
Lines 75393 75493 +100
Branches 8204 8220 +16
==========================================
+ Hits 51403 51553 +150
+ Misses 21884 21833 -51
- Partials 2106 2107 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Thank you for the PR, you beat me on time ! Only an advice: docs should be updated to add v15, as done in PR #19790 |
@RealGreenDragon thank you; done! |
@villebro @john-bodley @betodealmeida see any risk here? |
SUMMARY
This PR bumps to postgresql:15 image version in Dockerfile and GH workflows.
Postgres 15.0 change log: https://www.postgresql.org/docs/release/15.0/
From Postgres release news:
Note: The Helm Chart already uses PostgreSQL 15 as introduced in #22590. Version >=12 uses postgres 15.X. See https://github.com/bitnami/charts/tree/main/bitnami/postgresql/#to-1200
TESTING INSTRUCTIONS
./scripts/tests/run.sh
and all CI jobs run successfully