[bitnami/moodle] Upgrade MariaDB 11.8 (#34631)

* [bitnami/moodle] 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 17:54:04 +02:00
committed by GitHub
parent 9d9aa9e57a
commit 7fb42171b0
4 changed files with 20 additions and 8 deletions

View File

@@ -1,8 +1,16 @@
# Changelog
## 26.0.4 (2025-06-09)
## 27.0.0 (2025-06-25)
* [bitnami/moodle] :zap: :arrow_up: Update dependency references ([#34273](https://github.com/bitnami/charts/pull/34273))
* [bitnami/moodle] Upgrade MariaDB 11.8 ([#34631](https://github.com/bitnami/charts/pull/34631))
## <small>26.0.5 (2025-06-13)</small>
* [bitnami/moodle] :zap: :arrow_up: Update dependency references (#34394) ([53257c3](https://github.com/bitnami/charts/commit/53257c3bf4a5738616244dd6a2d20a4725e50255)), closes [#34394](https://github.com/bitnami/charts/issues/34394)
## <small>26.0.4 (2025-06-09)</small>
* [bitnami/moodle] :zap: :arrow_up: Update dependency references (#34273) ([34d587b](https://github.com/bitnami/charts/commit/34d587b70f86e3428fbb54e1fc07effff7c865c6)), closes [#34273](https://github.com/bitnami/charts/issues/34273)
## <small>26.0.3 (2025-06-05)</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:43:52.398920666+02:00"
version: 2.31.3
digest: sha256:20dca415b3bd8b4743e2bee4c1ff80a45151dbaf272206df0c8bc0ccb31bbbd8
generated: "2025-06-25T17:22:11.036373+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:
@@ -39,4 +39,4 @@ maintainers:
name: moodle
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/moodle
version: 26.0.5
version: 27.0.0

View File

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