From 48ab080c5caf58fd4f5434967be9af43cd55d336 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 28 Aug 2024 11:46:49 +0200 Subject: [PATCH] [bitnami/apache] Release 11.2.16 (#29081) * [bitnami/apache] Release 11.2.16 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/apache/CHANGELOG.md | 8 ++++++-- bitnami/apache/Chart.yaml | 6 +++--- bitnami/apache/values.yaml | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/bitnami/apache/CHANGELOG.md b/bitnami/apache/CHANGELOG.md index 92cd8d5b9ae58e..38db12f4aca521 100644 --- a/bitnami/apache/CHANGELOG.md +++ b/bitnami/apache/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 11.2.15 (2024-08-26) +## 11.2.16 (2024-08-28) -* [bitnami/apache] Release 11.2.15 ([#29023](https://github.com/bitnami/charts/pull/29023)) +* [bitnami/apache] Release 11.2.16 ([#29081](https://github.com/bitnami/charts/pull/29081)) + +## 11.2.15 (2024-08-26) + +* [bitnami/apache] Release 11.2.15 (#29023) ([a74db14](https://github.com/bitnami/charts/commit/a74db142e71c2569864bb4de7d6cb5438e3ae288)), closes [#29023](https://github.com/bitnami/charts/issues/29023) ## 11.2.14 (2024-08-16) diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml index d7eca3b46573a4..a785c9688ee485 100644 --- a/bitnami/apache/Chart.yaml +++ b/bitnami/apache/Chart.yaml @@ -6,9 +6,9 @@ annotations: licenses: Apache-2.0 images: | - name: apache - image: docker.io/bitnami/apache:2.4.62-debian-12-r5 + image: docker.io/bitnami/apache:2.4.62-debian-12-r6 - name: apache-exporter - image: docker.io/bitnami/apache-exporter:1.0.8-debian-12-r7 + image: docker.io/bitnami/apache-exporter:1.0.8-debian-12-r8 - name: git image: docker.io/bitnami/git:2.46.0-debian-12-r0 apiVersion: v2 @@ -35,4 +35,4 @@ maintainers: name: apache sources: - https://github.com/bitnami/charts/tree/main/bitnami/apache -version: 11.2.15 +version: 11.2.16 diff --git a/bitnami/apache/values.yaml b/bitnami/apache/values.yaml index 96d408cda77548..0a17f21a09d6cd 100644 --- a/bitnami/apache/values.yaml +++ b/bitnami/apache/values.yaml @@ -64,7 +64,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/apache - tag: 2.4.62-debian-12-r5 + tag: 2.4.62-debian-12-r6 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -685,7 +685,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 1.0.8-debian-12-r7 + tag: 1.0.8-debian-12-r8 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.