-
Notifications
You must be signed in to change notification settings - Fork 76
feat(): upgrade to pg18 and upgrade to latest others #296
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
base: master
Are you sure you want to change the base?
Conversation
|
I think, we should also upgrade HAProxy version to 3.2.0 it brings tons of performance improvements |
|
According to the linked issue pg 18 is supported now |
I would update the pr tomorrow and also will upgrade HA Proxy |
|
Updated all others minors to latest, upgraded pg to 18.1, and also HAProxy to 3.3! I think this pr is ready to be reviewed :) |
|
Hey there, thanks for the PR! The changes look good overall. For now though, I’d like to scope the HAProxy 2.8 → 3.3 bump to the Happy to revisit bumping HAProxy for older PG versions once we’ve built some confidence. |
That makes a lot of sense, let me revert it back and we can ship this for now. |
9f756d5 to
c38a1b2
Compare
c38a1b2 to
1272287
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR upgrades PostgreSQL versions across multiple major releases and introduces support for PostgreSQL 18. The changes update existing Dockerfiles with newer patch versions and add new Docker image configurations for PostgreSQL 18.
- Updates PostgreSQL 15 from 15.10 to 15.15
- Updates PostgreSQL 16 from 16.6 to 16.11
- Updates PostgreSQL 17 from 17.2 to 17.7
- Adds support for PostgreSQL 18.1 with both standard and TimescaleDB variants
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| pg15/Dockerfile | Updates PG_VERSION to 15.15 |
| pg15/Dockerfile-timescaledb | Updates PG_VERSION to 15.15 for TimescaleDB variant |
| pg16/Dockerfile | Updates PG_VERSION to 16.11 |
| pg16/Dockerfile-timescaledb | Updates PG_VERSION to 16.11 for TimescaleDB variant |
| pg17/Dockerfile | Updates PG_VERSION to 17.7 |
| pg17/Dockerfile-timescaledb | Updates PG_VERSION to 17.7 for TimescaleDB variant |
| pg18/Dockerfile | Adds new Dockerfile for PostgreSQL 18.1 with HAProxy 3.3 |
| pg18/Dockerfile-timescaledb | Adds new Dockerfile for PostgreSQL 18.1 with TimescaleDB support |
| .github/workflows/ci.yaml | Updates CI workflow to build and push all updated versions including new pg18 images |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
15.10 -> 15.15
16.6 -> 16.11
17.2 -> 17.7
18.1