[bitnami/drupal] Upgrade MariaDB 11.8 (#34632)

* [bitnami/drupal] 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 15:54:34 +00:00
committed by GitHub
co-authored by Bitnami Bot
parent 811e52eb9b
commit 8ca32ad85a
4 changed files with 16 additions and 8 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 21.2.14 (2025-06-25)
## 22.0.0 (2025-06-25)
* [bitnami/drupal] :zap: :arrow_up: Update dependency references ([#34626](https://github.com/bitnami/charts/pull/34626))
* [bitnami/drupal] Upgrade MariaDB 11.8 ([#34632](https://github.com/bitnami/charts/pull/34632))
## <small>21.2.14 (2025-06-25)</small>
* [bitnami/drupal] :zap: :arrow_up: Update dependency references (#34626) ([8eaed7e](https://github.com/bitnami/charts/commit/8eaed7e5d5048b2715cc31367431b25a58625929)), closes [#34626](https://github.com/bitnami/charts/issues/34626)
## <small>21.2.13 (2025-06-19)</small>
+4 -4
View File
@@ -1,9 +1,9 @@
dependencies:
- 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:b1d1ae0a4554cfeb0f6e1de395261910a0ba101a11ce4566e209e801dc3783b9
generated: "2025-05-06T10:05:00.612517957+02:00"
version: 2.31.3
digest: sha256:20dca415b3bd8b4743e2bee4c1ff80a45151dbaf272206df0c8bc0ccb31bbbd8
generated: "2025-06-25T17:23:28.634768+02:00"
+2 -2
View File
@@ -18,7 +18,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:
@@ -43,4 +43,4 @@ maintainers:
name: drupal
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/drupal
version: 21.2.14
version: 22.0.0
+4
View File
@@ -451,6 +451,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 22.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 21.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).