Jarvl opened a new pull request, #47416:
URL: https://github.com/apache/airflow/pull/47416
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, 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.
-->
<!--
Thank you for contributing! Please make sure that your code changes
are covered with tests. And in case of new features or big changes
remember to adjust the documentation.
Feel free to ping committers for the review!
In case of an existing issue, reference it using one of the following:
closes: #ISSUE
related: #ISSUE
How to write a good git commit message:
http://chris.beams.io/posts/git-commit/
-->
This PR bumps `pgbouncer_exporter` to version `0.18.0`.
Version
[0.18.0](https://github.com/jbub/pgbouncer_exporter/releases/tag/v0.18.0) of
`pgbouncer_exporter` has been released which provides support for `pgbouncer`
[1.24.0](https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_24_0).
The intent is to publish an image that is compatible with the most recent
`pgbouncer` image
[airflow-pgbouncer-2025.01.10-1.24.0](https://hub.docker.com/layers/apache/airflow/airflow-pgbouncer-2025.01.10-1.24.0/images/sha256-e8fd120604e8113082e9ad070e638b715cf512c279299782e76cc5ad431a25ad)
which is currently incompatible with the most recent `pgbouncer_exporter`
image
[airflow-pgbouncer-exporter-2024.06.18-0.17.0](https://hub.docker.com/layers/apache/airflow/airflow-pgbouncer-exporter-2024.06.18-0.17.0/images/sha256-48f8442cfe19451303e718896edc45373c15157014f1327c2aed4dabc972229d).
This a preliminary change to address incompatibilities between the two
images mentioned above in the Airflow helm chart, which is outlined in
https://github.com/apache/airflow/issues/47295
- This does not directly close this issue, as it calls out that the current
helm chart defaults are incompatible. Changes to these defaults can be
addresses in a follow-up PR once a new image is published from this PR.
Version 0.18.0 of `pgbouncer_exporter` also increments the go version used
to 1.23, (see:
https://github.com/jbub/pgbouncer_exporter/commit/479710be0d06a12c08a05694f1bb4ae8e4a1062c).
The expected go version is bumped here to 1.23.7 here to support this change.
<!-- Please keep an empty line above the dashes. -->
---
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]