From 8ca32ad85ae459efe290028053aaafc1879184a7 Mon Sep 17 00:00:00 2001 From: David Gomez Date: Wed, 25 Jun 2025 17:54:34 +0200 Subject: [PATCH] [bitnami/drupal] Upgrade MariaDB 11.8 (#34632) * [bitnami/drupal] Upgrade MariaDB 11.8 Signed-off-by: David Gomez * Update CHANGELOG.md Signed-off-by: Bitnami Bot --------- Signed-off-by: David Gomez Signed-off-by: Bitnami Bot Co-authored-by: Bitnami Bot --- bitnami/drupal/CHANGELOG.md | 8 ++++++-- bitnami/drupal/Chart.lock | 8 ++++---- bitnami/drupal/Chart.yaml | 4 ++-- bitnami/drupal/README.md | 4 ++++ 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/bitnami/drupal/CHANGELOG.md b/bitnami/drupal/CHANGELOG.md index 8189538693..caadcee8fd 100644 --- a/bitnami/drupal/CHANGELOG.md +++ b/bitnami/drupal/CHANGELOG.md @@ -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)) + +## 21.2.14 (2025-06-25) + +* [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) ## 21.2.13 (2025-06-19) diff --git a/bitnami/drupal/Chart.lock b/bitnami/drupal/Chart.lock index d2db10667e..848e5c9abe 100644 --- a/bitnami/drupal/Chart.lock +++ b/bitnami/drupal/Chart.lock @@ -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" diff --git a/bitnami/drupal/Chart.yaml b/bitnami/drupal/Chart.yaml index c858266d6d..ebeff1d382 100644 --- a/bitnami/drupal/Chart.yaml +++ b/bitnami/drupal/Chart.yaml @@ -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 diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index 03899ec3da..0753d410a0 100644 --- a/bitnami/drupal/README.md +++ b/bitnami/drupal/README.md @@ -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).