From b8366d66076e66f2210fb9a4d80fac77a7d59687 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 24 Jul 2024 09:27:50 +0200 Subject: [PATCH] [bitnami/haproxy] Release 2.0.15 (#28280) * [bitnami/haproxy] Release 2.0.15 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 43cff5b21a..c052a51430 100644 --- a/bitnami/haproxy/CHANGELOG.md +++ b/bitnami/haproxy/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 2.0.14 (2024-07-24) +## 2.0.15 (2024-07-24) -* [bitnami/haproxy] Release 2.0.14 ([#28259](https://github.com/bitnami/charts/pull/28259)) +* [bitnami/haproxy] Release 2.0.15 ([#28280](https://github.com/bitnami/charts/pull/28280)) + +## 2.0.14 (2024-07-24) + +* [bitnami/haproxy] Release 2.0.14 (#28259) ([f107b50](https://github.com/bitnami/charts/commit/f107b50c2f49d2b76bfd255b0bbc4f60fe33c22d)), closes [#28259](https://github.com/bitnami/charts/issues/28259) ## 2.0.13 (2024-07-16) diff --git a/bitnami/haproxy/Chart.yaml b/bitnami/haproxy/Chart.yaml index 83153c1788..0086083879 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.3-debian-12-r1 + image: docker.io/bitnami/haproxy:3.0.3-debian-12-r2 apiVersion: v2 appVersion: 3.0.3 dependencies: @@ -28,4 +28,4 @@ maintainers: name: haproxy sources: - https://github.com/bitnami/charts/tree/main/bitnami/haproxy -version: 2.0.14 +version: 2.0.15 diff --git a/bitnami/haproxy/values.yaml b/bitnami/haproxy/values.yaml index eb96353a88..5a34c4bd07 100644 --- a/bitnami/haproxy/values.yaml +++ b/bitnami/haproxy/values.yaml @@ -306,7 +306,7 @@ terminationGracePeriodSeconds: "" image: registry: docker.io repository: bitnami/haproxy - tag: 3.0.3-debian-12-r1 + tag: 3.0.3-debian-12-r2 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'