From 144449797aaf2a04997a70f58643448a89043124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salih=20G=C3=B6ktu=C4=9F=20K=C3=B6se?= Date: Fri, 10 Jan 2025 11:59:30 +0300 Subject: [PATCH] Upgrade pgBouncer version to 1.24.0 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. --- chart/dockerfiles/pgbouncer/build_and_push.sh | 6 +++--- chart/values.schema.json | 2 +- chart/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chart/dockerfiles/pgbouncer/build_and_push.sh b/chart/dockerfiles/pgbouncer/build_and_push.sh index cede5ab8b0ab3..e4345cc44d018 100755 --- a/chart/dockerfiles/pgbouncer/build_and_push.sh +++ b/chart/dockerfiles/pgbouncer/build_and_push.sh @@ -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) diff --git a/chart/values.schema.json b/chart/values.schema.json index 8443b1a8cf655..443f76648e9bd 100644 --- a/chart/values.schema.json +++ b/chart/values.schema.json @@ -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.", diff --git a/chart/values.yaml b/chart/values.yaml index c0764fb54a0d7..73e00ed4281d8 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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