Skip to content

Commit

Permalink
Upgrade pgBouncer version to 1.24.0 (apache#45542)
Browse files Browse the repository at this point in the history
As of version 1.23.0, pgBouncer introduced support for rolling restarts. This feature allows users to seamlessly restart PgBouncer instances without disrupting active connections. For Airflow users managing PgBouncer on Kubernetes, this enhancement simplifies maintenance and upgrades, ensuring high availability and minimal downtime for critical workflows.

Co-authored-by: Salih Göktuğ Köse <[email protected]>
  • Loading branch information
goktugkose and Salih Göktuğ Köse authored Jan 10, 2025
1 parent fcef600 commit 7dec7e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions chart/dockerfiles/pgbouncer/build_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ readonly DOCKERHUB_USER
DOCKERHUB_REPO=${DOCKERHUB_REPO:="airflow"}
readonly DOCKERHUB_REPO

PGBOUNCER_VERSION="1.22.1"
PGBOUNCER_VERSION="1.24.0"
readonly PGBOUNCER_VERSION

PGBOUNCER_SHA256="2b018aa6ce7f592c9892bb9e0fd90262484eb73937fd2af929770a45373ba215"
PGBOUNCER_SHA256="e76adf941a3191a416e223c0b2cdbf73159eef80a2a32314af6fbd82e41a1d41"
readonly PGBOUNCER_SHA256

AIRFLOW_PGBOUNCER_VERSION="2024.09.19"
AIRFLOW_PGBOUNCER_VERSION="2025.01.10"
readonly AIRFLOW_PGBOUNCER_VERSION

COMMIT_SHA=$(git rev-parse HEAD)
Expand Down
2 changes: 1 addition & 1 deletion chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@
"tag": {
"description": "The PgBouncer image tag.",
"type": "string",
"default": "airflow-pgbouncer-2024.09.19-1.22.1"
"default": "airflow-pgbouncer-2025.01.10-1.24.0"
},
"pullPolicy": {
"description": "The PgBouncer image pull policy.",
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ images:
pullPolicy: IfNotPresent
pgbouncer:
repository: apache/airflow
tag: airflow-pgbouncer-2024.09.19-1.22.1
tag: airflow-pgbouncer-2025.01.10-1.24.0
pullPolicy: IfNotPresent
pgbouncerExporter:
repository: apache/airflow
Expand Down

0 comments on commit 7dec7e8

Please sign in to comment.