[bitnami/matomo] Upgrade to MariaDB 12.0 (#36116)

* [bitnami/matomo] Upgrade to MariaDB 12.0

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-08-18 17:25:51 +02:00
committed by GitHub
parent f249446969
commit 465f4d0022
5 changed files with 15 additions and 10 deletions

View File

@@ -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))
## <small>10.0.25 (2025-08-18)</small>
* [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)
## <small>10.0.24 (2025-08-16)</small>

View File

@@ -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"

View File

@@ -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

View File

@@ -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.

View File

@@ -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
##