From 465f4d002260d3a4cf5f869894ca514dfa11548b Mon Sep 17 00:00:00 2001 From: David Gomez Date: Mon, 18 Aug 2025 17:25:51 +0200 Subject: [PATCH] [bitnami/matomo] Upgrade to MariaDB 12.0 (#36116) * [bitnami/matomo] Upgrade to MariaDB 12.0 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/matomo/CHANGELOG.md | 8 ++++++-- bitnami/matomo/Chart.lock | 6 +++--- bitnami/matomo/Chart.yaml | 4 ++-- bitnami/matomo/README.md | 4 ++++ bitnami/matomo/values.yaml | 3 --- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/bitnami/matomo/CHANGELOG.md b/bitnami/matomo/CHANGELOG.md index d3c0117436..eb9efca8a9 100644 --- a/bitnami/matomo/CHANGELOG.md +++ b/bitnami/matomo/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 10.0.25 (2025-08-18) +## 11.0.0 (2025-08-18) -* [bitnami/matomo] :zap: :arrow_up: Update dependency references ([#36105](https://github.com/bitnami/charts/pull/36105)) +* [bitnami/matomo] Upgrade to MariaDB 12.0 ([#36116](https://github.com/bitnami/charts/pull/36116)) + +## 10.0.25 (2025-08-18) + +* [bitnami/matomo] :zap: :arrow_up: Update dependency references (#36105) ([e1114c4](https://github.com/bitnami/charts/commit/e1114c41eacdbc3817453c3c9072d0b4aa46ed60)), closes [#36105](https://github.com/bitnami/charts/issues/36105) ## 10.0.24 (2025-08-16) diff --git a/bitnami/matomo/Chart.lock b/bitnami/matomo/Chart.lock index d9ee1b91c9..0b0a546e48 100644 --- a/bitnami/matomo/Chart.lock +++ b/bitnami/matomo/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: oci://registry-1.docker.io/bitnamicharts - version: 21.0.8 + version: 22.0.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.31.4 -digest: sha256:066b49f2e0c328c59e5f9641b18910786b454fc4dd96c95d6e1d68841e2b3995 -generated: "2025-08-14T18:23:58.251861022Z" +digest: sha256:2aa71e9132374560b77783363653892d15eac24db7fa0e9ffe9ca2b782aa882d +generated: "2025-08-18T16:40:00.908363+02:00" diff --git a/bitnami/matomo/Chart.yaml b/bitnami/matomo/Chart.yaml index eaddddd959..6c58b2b7bc 100644 --- a/bitnami/matomo/Chart.yaml +++ b/bitnami/matomo/Chart.yaml @@ -18,7 +18,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: oci://registry-1.docker.io/bitnamicharts - version: 21.x.x + version: 22.x.x - name: common repository: oci://registry-1.docker.io/bitnamicharts tags: @@ -41,4 +41,4 @@ maintainers: name: matomo sources: - https://github.com/bitnami/charts/tree/main/bitnami/matomo -version: 10.0.25 +version: 11.0.0 diff --git a/bitnami/matomo/README.md b/bitnami/matomo/README.md index 094b88fb2c..80b8228003 100644 --- a/bitnami/matomo/README.md +++ b/bitnami/matomo/README.md @@ -516,6 +516,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 11.0.0 + +This major release bumps the MariaDB version to 12.0. Follow the [upstream instructions](https://mariadb.com/docs/server/server-management/install-and-upgrade-mariadb/upgrading) for upgrading from MariaDB 11.8 to 12.0. No major issues are expected during the upgrade. + ### To 10.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. diff --git a/bitnami/matomo/values.yaml b/bitnami/matomo/values.yaml index f20cb8c399..59102c2260 100644 --- a/bitnami/matomo/values.yaml +++ b/bitnami/matomo/values.yaml @@ -958,9 +958,6 @@ networkPolicy: ## @section CronJob parameters ## cronjobs: - ## DEPRECATED @param cronjobs.enabled Please use cronjobs.taskScheduler.enabled and/or cronjobs.archive.enabled - ## - # enabled: true taskScheduler: ## @param cronjobs.taskScheduler.enabled Whether to enable scheduled mail-to-task CronJob ##