Skip to content

Commit 1f14bb1

Browse files
authored
[bitnami/wordpress] Release 24.2.1 (#32824)
* [bitnami/wordpress] Release 24.2.1 updating components versions Signed-off-by: Bitnami Bot <[email protected]> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <[email protected]> --------- Signed-off-by: Bitnami Bot <[email protected]>
1 parent 93311b6 commit 1f14bb1

File tree

4 files changed

+40
-35
lines changed

4 files changed

+40
-35
lines changed

bitnami/wordpress/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changelog
22

3+
## 24.2.1 (2025-04-05)
4+
5+
* [bitnami/wordpress] Release 24.2.1 ([#32824](https://github.com/bitnami/charts/pull/32824))
6+
37
## 24.2.0 (2025-04-04)
48

5-
* [bitnami/wordpress] Set `usePasswordFiles=true` by default ([#32770](https://github.com/bitnami/charts/pull/32770))
9+
* [bitnami/*] Add tanzuCategory annotation (#32409) ([a8fba5c](https://github.com/bitnami/charts/commit/a8fba5cb01f6f4464ca7f69c50b0fbe97d837a95)), closes [#32409](https://github.com/bitnami/charts/issues/32409)
10+
* [bitnami/wordpress] Set `usePasswordFiles=true` by default (#32770) ([d31ec15](https://github.com/bitnami/charts/commit/d31ec15591a7ed93fdb9087a87a87ec436084ac4)), closes [#32770](https://github.com/bitnami/charts/issues/32770)
611

712
## <small>24.1.18 (2025-03-07)</small>
813

bitnami/wordpress/Chart.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: memcached
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 7.6.5
4+
version: 7.8.0
55
- name: mariadb
66
repository: oci://registry-1.docker.io/bitnamicharts
7-
version: 20.4.1
7+
version: 20.4.2
88
- name: common
99
repository: oci://registry-1.docker.io/bitnamicharts
1010
version: 2.30.0
11-
digest: sha256:02d04c77171c584bacc4ea93f4a221fec2be3281c5fcae01b5f4bf3a7dbfbff7
12-
generated: "2025-02-27T13:08:51.23832852Z"
11+
digest: sha256:3a1a3636621ec0766dbf983bfe27273511b687952e432b2f2ee8e8edaad7d219
12+
generated: "2025-04-05T11:05:40.831058708Z"

bitnami/wordpress/Chart.yaml

+27-27
Original file line numberDiff line numberDiff line change
@@ -7,42 +7,42 @@ annotations:
77
licenses: Apache-2.0
88
images: |
99
- name: apache-exporter
10-
image: docker.io/bitnami/apache-exporter:1.0.9-debian-12-r17
10+
image: docker.io/bitnami/apache-exporter:1.0.10-debian-12-r1
1111
- name: os-shell
12-
image: docker.io/bitnami/os-shell:12-debian-12-r39
12+
image: docker.io/bitnami/os-shell:12-debian-12-r40
1313
- name: wordpress
14-
image: docker.io/bitnami/wordpress:6.7.2-debian-12-r8
14+
image: docker.io/bitnami/wordpress:6.7.2-debian-12-r11
1515
apiVersion: v2
1616
appVersion: 6.7.2
1717
dependencies:
18-
- condition: memcached.enabled
19-
name: memcached
20-
repository: oci://registry-1.docker.io/bitnamicharts
21-
version: 7.x.x
22-
- condition: mariadb.enabled
23-
name: mariadb
24-
repository: oci://registry-1.docker.io/bitnamicharts
25-
version: 20.x.x
26-
- name: common
27-
repository: oci://registry-1.docker.io/bitnamicharts
28-
tags:
29-
- bitnami-common
30-
version: 2.x.x
18+
- condition: memcached.enabled
19+
name: memcached
20+
repository: oci://registry-1.docker.io/bitnamicharts
21+
version: 7.x.x
22+
- condition: mariadb.enabled
23+
name: mariadb
24+
repository: oci://registry-1.docker.io/bitnamicharts
25+
version: 20.x.x
26+
- name: common
27+
repository: oci://registry-1.docker.io/bitnamicharts
28+
tags:
29+
- bitnami-common
30+
version: 2.x.x
3131
description: WordPress is the world's most popular blogging and content management platform. Powerful yet simple, everyone from students to global corporations use it to build beautiful, functional websites.
3232
home: https://bitnami.com
3333
icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/wordpress/img/wordpress-stack-220x234.png
3434
keywords:
35-
- application
36-
- blog
37-
- cms
38-
- http
39-
- php
40-
- web
41-
- wordpress
35+
- application
36+
- blog
37+
- cms
38+
- http
39+
- php
40+
- web
41+
- wordpress
4242
maintainers:
43-
- name: Broadcom, Inc. All Rights Reserved.
44-
url: https://github.com/bitnami/charts
43+
- name: Broadcom, Inc. All Rights Reserved.
44+
url: https://github.com/bitnami/charts
4545
name: wordpress
4646
sources:
47-
- https://github.com/bitnami/charts/tree/main/bitnami/wordpress
48-
version: 24.2.0
47+
- https://github.com/bitnami/charts/tree/main/bitnami/wordpress
48+
version: 24.2.1

bitnami/wordpress/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ diagnosticMode:
9090
image:
9191
registry: docker.io
9292
repository: bitnami/wordpress
93-
tag: 6.7.2-debian-12-r8
93+
tag: 6.7.2-debian-12-r11
9494
digest: ""
9595
## Specify a imagePullPolicy
9696
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -899,7 +899,7 @@ volumePermissions:
899899
image:
900900
registry: docker.io
901901
repository: bitnami/os-shell
902-
tag: 12-debian-12-r39
902+
tag: 12-debian-12-r40
903903
digest: ""
904904
pullPolicy: IfNotPresent
905905
## Optionally specify an array of imagePullSecrets.
@@ -1002,7 +1002,7 @@ metrics:
10021002
image:
10031003
registry: docker.io
10041004
repository: bitnami/apache-exporter
1005-
tag: 1.0.9-debian-12-r17
1005+
tag: 1.0.10-debian-12-r1
10061006
digest: ""
10071007
pullPolicy: IfNotPresent
10081008
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)