This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch development in repository https://gitbox.apache.org/repos/asf/airflow-pgbouncer-exporter.git
commit 90b595e22e8d016eb615902d0db83f00341a074b Author: Jarek Potiuk <[email protected]> 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
