diff --git a/bitnami/haproxy/CHANGELOG.md b/bitnami/haproxy/CHANGELOG.md index 74a873a5ed14a9..f79c3068893a30 100644 --- a/bitnami/haproxy/CHANGELOG.md +++ b/bitnami/haproxy/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 2.1.7 (2024-10-02) +## 2.1.8 (2024-10-16) -* [bitnami/haproxy] Release 2.1.7 ([#29698](https://github.com/bitnami/charts/pull/29698)) +* [bitnami/haproxy] Release 2.1.8 ([#29924](https://github.com/bitnami/charts/pull/29924)) + +## 2.1.7 (2024-10-02) + +* [bitnami/haproxy] Release 2.1.7 (#29698) ([ff2073e](https://github.com/bitnami/charts/commit/ff2073ecc190cc836b43f47326bb4f3086e925db)), closes [#29698](https://github.com/bitnami/charts/issues/29698) ## 2.1.6 (2024-09-26) diff --git a/bitnami/haproxy/Chart.lock b/bitnami/haproxy/Chart.lock index 6e21551b5bd886..4d4ae428bf52c6 100644 --- a/bitnami/haproxy/Chart.lock +++ b/bitnami/haproxy/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.23.0 -digest: sha256:fbd6439f12ded949c04553b9c52a4c8153a8f2790147d972b314ddcd46921a14 -generated: "2024-09-19T14:21:30.184263232Z" + version: 2.26.0 +digest: sha256:5ff7837915aef0067bd32271ee2b10c990774c16c4b6fe0a7c5eb6e53530ce08 +generated: "2024-10-16T08:48:07.701750211Z" diff --git a/bitnami/haproxy/Chart.yaml b/bitnami/haproxy/Chart.yaml index 9bc5eb0621c05e..e41e260c2fe76b 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-r2 + image: docker.io/bitnami/haproxy:3.0.5-debian-12-r3 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.7 +version: 2.1.8 diff --git a/bitnami/haproxy/values.yaml b/bitnami/haproxy/values.yaml index 6241a16d153e49..097b106c9d6599 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-r2 + tag: 3.0.5-debian-12-r3 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'