You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/09/22 11:22:36 UTC

[airflow-pgbouncer-exporter] 27/27: Update PGBouncer exporter version

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

potiuk pushed a commit to branch migrate-to-latest-pgbouncer-exported
in repository https://gitbox.apache.org/repos/asf/airflow-pgbouncer-exporter.git

commit ce5fbab03c85774368cddb72ddcee83626c6a49d
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Sep 22 12:54:34 2021 +0200

    Update PGBouncer exporter version
---
 build_and_push.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build_and_push.sh b/build_and_push.sh
index 8596431..e332161 100755
--- a/build_and_push.sh
+++ b/build_and_push.sh
@@ -18,9 +18,9 @@
 set -eu
 DOCKERHUB_USER=${DOCKERHUB_USER:="apache"}
 DOCKERHUB_REPO=${DOCKERHUB_REPO:="airflow"}
-PGBOUNCER_EXPORTER_VERSION="0.5.0"
-AIRFLOW_PGBOUNCER_EXPORTER_VERSION="2020.09.05"
-EXPECTED_GO_VERSION="1.15.1"
+PGBOUNCER_EXPORTER_VERSION="0.12.0"
+AIRFLOW_PGBOUNCER_EXPORTER_VERSION="2021.09.22"
+EXPECTED_GO_VERSION="1.17"
 COMMIT_SHA=$(git rev-parse HEAD)
 
 cd "$( dirname "${BASH_SOURCE[0]}" )" || exit 1