From ae2a2f6077ed6e871174355ba2491e2393278b06 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 26 Sep 2024 21:40:11 +0200 Subject: [PATCH] [bitnami/haproxy] Release 2.1.6 (#29631) * [bitnami/haproxy] Release 2.1.6 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/haproxy/CHANGELOG.md | 8 ++++++-- bitnami/haproxy/Chart.yaml | 4 ++-- bitnami/haproxy/values.yaml | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/bitnami/haproxy/CHANGELOG.md b/bitnami/haproxy/CHANGELOG.md index f72fedb442..804f5517ed 100644 --- a/bitnami/haproxy/CHANGELOG.md +++ b/bitnami/haproxy/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 2.1.5 (2024-09-19) +## 2.1.6 (2024-09-26) -* [bitnami/haproxy] Release 2.1.5 ([#29539](https://github.com/bitnami/charts/pull/29539)) +* [bitnami/haproxy] Release 2.1.6 ([#29631](https://github.com/bitnami/charts/pull/29631)) + +## 2.1.5 (2024-09-19) + +* [bitnami/haproxy] Release 2.1.5 (#29539) ([a990bec](https://github.com/bitnami/charts/commit/a990beca56b1a50ae4a442b12d0f5b47e3b37149)), closes [#29539](https://github.com/bitnami/charts/issues/29539) ## 2.1.4 (2024-09-06) diff --git a/bitnami/haproxy/Chart.yaml b/bitnami/haproxy/Chart.yaml index 3971c98e31..fab63a955d 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-r0 + image: docker.io/bitnami/haproxy:3.0.5-debian-12-r1 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.5 +version: 2.1.6 diff --git a/bitnami/haproxy/values.yaml b/bitnami/haproxy/values.yaml index 17a5325f70..110a3eca48 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-r0 + tag: 3.0.5-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'