diff --git a/bitnami/haproxy/CHANGELOG.md b/bitnami/haproxy/CHANGELOG.md index 804f5517edf25e..74a873a5ed14a9 100644 --- a/bitnami/haproxy/CHANGELOG.md +++ b/bitnami/haproxy/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 2.1.6 (2024-09-26) +## 2.1.7 (2024-10-02) -* [bitnami/haproxy] Release 2.1.6 ([#29631](https://github.com/bitnami/charts/pull/29631)) +* [bitnami/haproxy] Release 2.1.7 ([#29698](https://github.com/bitnami/charts/pull/29698)) + +## 2.1.6 (2024-09-26) + +* [bitnami/haproxy] Release 2.1.6 (#29631) ([ae2a2f6](https://github.com/bitnami/charts/commit/ae2a2f6077ed6e871174355ba2491e2393278b06)), closes [#29631](https://github.com/bitnami/charts/issues/29631) ## 2.1.5 (2024-09-19) diff --git a/bitnami/haproxy/Chart.yaml b/bitnami/haproxy/Chart.yaml index fab63a955d9dfa..9bc5eb0621c05e 100644 --- a/bitnami/haproxy/Chart.yaml +++ b/bitnami/haproxy/Chart.yaml @@ -6,7 +6,7 @@ annotations: licenses: Apache-2.0 images: | - name: haproxy - image: docker.io/bitnami/haproxy:3.0.5-debian-12-r1 + image: docker.io/bitnami/haproxy:3.0.5-debian-12-r2 apiVersion: v2 appVersion: 3.0.5 dependencies: @@ -28,4 +28,4 @@ maintainers: name: haproxy sources: - https://github.com/bitnami/charts/tree/main/bitnami/haproxy -version: 2.1.6 +version: 2.1.7 diff --git a/bitnami/haproxy/values.yaml b/bitnami/haproxy/values.yaml index 110a3eca48b9d6..6241a16d153e49 100644 --- a/bitnami/haproxy/values.yaml +++ b/bitnami/haproxy/values.yaml @@ -309,7 +309,7 @@ terminationGracePeriodSeconds: "" image: registry: docker.io repository: bitnami/haproxy - tag: 3.0.5-debian-12-r1 + tag: 3.0.5-debian-12-r2 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'