This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new bb959dc1d2 Rebuild pgbouncer and pgbouncer-exporter images with newer 
versions (#36898)
bb959dc1d2 is described below

commit bb959dc1d2b358ed0cb8f61fa9dc3e609d508ee5
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Jan 20 17:37:15 2024 +0100

    Rebuild pgbouncer and pgbouncer-exporter images with newer versions (#36898)
    
    This is a regular bump of pgbouncer and pbbouncer-exporter
    with newer versions of software.
---
 chart/dockerfiles/pgbouncer-exporter/Dockerfile        | 2 +-
 chart/dockerfiles/pgbouncer-exporter/build_and_push.sh | 6 +++---
 chart/dockerfiles/pgbouncer/build_and_push.sh          | 6 +++---
 chart/values.schema.json                               | 4 ++--
 chart/values.yaml                                      | 4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/chart/dockerfiles/pgbouncer-exporter/Dockerfile 
b/chart/dockerfiles/pgbouncer-exporter/Dockerfile
index b2a3926e6e..f05e778bec 100644
--- a/chart/dockerfiles/pgbouncer-exporter/Dockerfile
+++ b/chart/dockerfiles/pgbouncer-exporter/Dockerfile
@@ -12,7 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-ARG ALPINE_VERSION="3.17"
+ARG ALPINE_VERSION="3.19"
 ARG GO_VERSION
 
 FROM golang:${GO_VERSION} AS builder
diff --git a/chart/dockerfiles/pgbouncer-exporter/build_and_push.sh 
b/chart/dockerfiles/pgbouncer-exporter/build_and_push.sh
index 1c5955cb62..4ce2530e10 100755
--- a/chart/dockerfiles/pgbouncer-exporter/build_and_push.sh
+++ b/chart/dockerfiles/pgbouncer-exporter/build_and_push.sh
@@ -21,13 +21,13 @@ readonly DOCKERHUB_USER
 DOCKERHUB_REPO=${DOCKERHUB_REPO:="airflow"}
 readonly DOCKERHUB_REPO
 
-PGBOUNCER_EXPORTER_VERSION="0.14.0"
+PGBOUNCER_EXPORTER_VERSION="0.16.0"
 readonly PGBOUNCER_EXPORTER_VERSION
 
-AIRFLOW_PGBOUNCER_EXPORTER_VERSION="2023.02.21"
+AIRFLOW_PGBOUNCER_EXPORTER_VERSION="2024.01.19"
 readonly AIRFLOW_PGBOUNCER_EXPORTER_VERSION
 
-EXPECTED_GO_VERSION="1.19.6"
+EXPECTED_GO_VERSION="1.21.6"
 readonly EXPECTED_GO_VERSION
 
 COMMIT_SHA=$(git rev-parse HEAD)
diff --git a/chart/dockerfiles/pgbouncer/build_and_push.sh 
b/chart/dockerfiles/pgbouncer/build_and_push.sh
index 59c6114081..24ab57882d 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.16.1"
+PGBOUNCER_VERSION="1.21.0"
 readonly PGBOUNCER_VERSION
 
-PGBOUNCER_SHA256="087477e9e4766d032b04b7b006c0c8d64160a54141a7bfc2c6e5ae7ae11bf7fc"
+PGBOUNCER_SHA256="7e1dd620c8d85a8490aff25061d5055d7aef9cf3e8bfe2d9e7719b8ee59114e2"
 readonly PGBOUNCER_SHA256
 
-AIRFLOW_PGBOUNCER_VERSION="2023.02.24"
+AIRFLOW_PGBOUNCER_VERSION="2024.01.19"
 readonly AIRFLOW_PGBOUNCER_VERSION
 
 COMMIT_SHA=$(git rev-parse HEAD)
diff --git a/chart/values.schema.json b/chart/values.schema.json
index 380975e223..f6613adb96 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -722,7 +722,7 @@
                         "tag": {
                             "description": "The PgBouncer image tag.",
                             "type": "string",
-                            "default": "airflow-pgbouncer-2023.02.24-1.16.1"
+                            "default": "airflow-pgbouncer-2024.01.19-1.21.0"
                         },
                         "pullPolicy": {
                             "description": "The PgBouncer image pull policy.",
@@ -749,7 +749,7 @@
                         "tag": {
                             "description": "The PgBouncer exporter image tag.",
                             "type": "string",
-                            "default": 
"airflow-pgbouncer-exporter-2023.02.21-0.14.0"
+                            "default": 
"airflow-pgbouncer-exporter-2024.01.19-0.16.0"
                         },
                         "pullPolicy": {
                             "description": "The PgBouncer exporter image pull 
policy.",
diff --git a/chart/values.yaml b/chart/values.yaml
index f7ee813109..fddcf67c87 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -113,11 +113,11 @@ images:
     pullPolicy: IfNotPresent
   pgbouncer:
     repository: apache/airflow
-    tag: airflow-pgbouncer-2023.02.24-1.16.1
+    tag: airflow-pgbouncer-2024.01.19-1.21.0
     pullPolicy: IfNotPresent
   pgbouncerExporter:
     repository: apache/airflow
-    tag: airflow-pgbouncer-exporter-2023.02.21-0.14.0
+    tag: airflow-pgbouncer-exporter-2024.01.19-0.16.0
     pullPolicy: IfNotPresent
   gitSync:
     repository: registry.k8s.io/git-sync/git-sync

Reply via email to