[bitnami/wordpress] Upgrade MariaDB 11.8 (#34638)

* [bitnami/wordpress] Upgrade MariaDB 11.8

Signed-off-by: David Gomez <david.gomez@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: David Gomez <david.gomez@broadcom.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
David Gomez
2025-06-25 16:00:49 +00:00
committed by GitHub
co-authored by Bitnami Bot
parent 794aac83b5
commit d78e9fc583
4 changed files with 17 additions and 9 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 24.2.11 (2025-06-20)
## 25.0.0 (2025-06-25)
* [bitnami/wordpress] :zap: :arrow_up: Update dependency references ([#34565](https://github.com/bitnami/charts/pull/34565))
* [bitnami/wordpress] Upgrade MariaDB 11.8 ([#34638](https://github.com/bitnami/charts/pull/34638))
## <small>24.2.11 (2025-06-20)</small>
* [bitnami/wordpress] :zap: :arrow_up: Update dependency references (#34565) ([db248be](https://github.com/bitnami/charts/commit/db248be40efd6c70cbe9e754d2c362424960d5ff)), closes [#34565](https://github.com/bitnami/charts/issues/34565)
## <small>24.2.10 (2025-06-13)</small>
+5 -5
View File
@@ -1,12 +1,12 @@
dependencies:
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 7.8.1
version: 7.8.6
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.5.3
version: 21.0.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.31.0
digest: sha256:8e350eb9cf38dec85c6865b63704751c095a2cd8497973d726b6955d281555c7
generated: "2025-05-06T11:15:14.599398611+02:00"
version: 2.31.3
digest: sha256:1a2f0ded9b8b7836abf7c4d12be15e329752627c5778a05abb9463cb9a1950dd
generated: "2025-06-25T17:18:01.978621+02:00"
+2 -2
View File
@@ -22,7 +22,7 @@ dependencies:
- condition: mariadb.enabled
name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.x.x
version: 21.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
@@ -47,4 +47,4 @@ maintainers:
name: wordpress
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/wordpress
version: 24.2.11
version: 25.0.0
+4
View File
@@ -668,6 +668,10 @@ To enable the new features, it is not possible to do it by upgrading an existing
## Upgrading
### To 25.0.0
This major release bumps the MariaDB version to 11.8. Follow the [upstream instructions](https://mariadb.com/kb/en/upgrading-from-mariadb-11-4-to-mariadb-11-8/) for upgrading from MariaDB 11.4 to 11.8. No major issues are expected during the upgrade.
### To 24.1.0
This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850).