From 44c128f31abbef672d91a622d96f698c28005879 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 8 Oct 2024 22:45:15 +0200 Subject: [PATCH] [bitnami/wordpress] Release 23.1.20 (#29831) * [bitnami/wordpress] Release 23.1.20 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/wordpress/CHANGELOG.md | 8 ++++++-- bitnami/wordpress/Chart.lock | 6 +++--- bitnami/wordpress/Chart.yaml | 8 ++++---- bitnami/wordpress/values.yaml | 6 +++--- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/bitnami/wordpress/CHANGELOG.md b/bitnami/wordpress/CHANGELOG.md index 20e646b2ae752b..d7ff79c5de7e25 100644 --- a/bitnami/wordpress/CHANGELOG.md +++ b/bitnami/wordpress/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 23.1.19 (2024-10-01) +## 23.1.20 (2024-10-08) -* [bitnami/wordpress] templates/ingress.yaml: fix wrong www.www tls name ([#29562](https://github.com/bitnami/charts/pull/29562)) +* [bitnami/wordpress] Release 23.1.20 ([#29831](https://github.com/bitnami/charts/pull/29831)) + +## 23.1.19 (2024-10-01) + +* [bitnami/wordpress] templates/ingress.yaml: fix wrong www.www tls name (#29562) ([6590b93](https://github.com/bitnami/charts/commit/6590b9313eab453bcec62d90e4c11ff5f9873618)), closes [#29562](https://github.com/bitnami/charts/issues/29562) ## 23.1.18 (2024-10-01) diff --git a/bitnami/wordpress/Chart.lock b/bitnami/wordpress/Chart.lock index e1c1b096c2ec06..5c24a04acbf759 100644 --- a/bitnami/wordpress/Chart.lock +++ b/bitnami/wordpress/Chart.lock @@ -7,6 +7,6 @@ dependencies: version: 19.0.7 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.23.0 -digest: sha256:ff5dccac01178a3c50c5b6481bb754afc2f8b69c18dbaf0d67e593c9dcae61ee -generated: "2024-10-01T02:27:59.33507108Z" + version: 2.24.0 +digest: sha256:80988fda94768fc3cad76d9b12045fe6757f542c1fadd6b4a8bf212069745ee2 +generated: "2024-10-08T20:19:07.402179274Z" diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index 99403bc907b99a..537a5d6d1a1cc2 100644 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: apache-exporter - image: docker.io/bitnami/apache-exporter:1.0.9-debian-12-r0 + image: docker.io/bitnami/apache-exporter:1.0.9-debian-12-r1 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r30 + image: docker.io/bitnami/os-shell:12-debian-12-r31 - name: wordpress - image: docker.io/bitnami/wordpress:6.6.2-debian-12-r6 + image: docker.io/bitnami/wordpress:6.6.2-debian-12-r7 apiVersion: v2 appVersion: 6.6.2 dependencies: @@ -44,4 +44,4 @@ maintainers: name: wordpress sources: - https://github.com/bitnami/charts/tree/main/bitnami/wordpress -version: 23.1.19 +version: 23.1.20 diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index cf7a2fc8f33209..bed6a6a9cc31a6 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -84,7 +84,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/wordpress - tag: 6.6.2-debian-12-r6 + tag: 6.6.2-debian-12-r7 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -894,7 +894,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r30 + tag: 12-debian-12-r31 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -997,7 +997,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 1.0.9-debian-12-r0 + tag: 1.0.9-debian-12-r1 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.