[bitnami/matomo] Upgrade MariaDB 11.8 (#34634)

* [bitnami/matomo] 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 18:19:19 +02:00
committed by GitHub
parent 45208fa627
commit 754d473aab
4 changed files with 16 additions and 8 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 9.3.13 (2025-06-13)
## 10.0.0 (2025-06-25)
* [bitnami/matomo] :zap: :arrow_up: Update dependency references ([#34405](https://github.com/bitnami/charts/pull/34405))
* [bitnami/matomo] Upgrade MariaDB 11.8 ([#34634](https://github.com/bitnami/charts/pull/34634))
## <small>9.3.13 (2025-06-13)</small>
* [bitnami/matomo] :zap: :arrow_up: Update dependency references (#34405) ([cfac833](https://github.com/bitnami/charts/commit/cfac8336a989971936a0ab752d116dae9c9b9626)), closes [#34405](https://github.com/bitnami/charts/issues/34405)
## <small>9.3.12 (2025-06-13)</small>

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:36:24.266497431+02:00"
version: 2.31.3
digest: sha256:20dca415b3bd8b4743e2bee4c1ff80a45151dbaf272206df0c8bc0ccb31bbbd8
generated: "2025-06-25T17:50:20.944483+02:00"

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:
@@ -41,4 +41,4 @@ maintainers:
name: matomo
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/matomo
version: 9.3.13
version: 10.0.0

View File

@@ -505,6 +505,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### 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.
### To 9.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).