[bitnami/moodle] Upgrade MariaDB to version 10.11 (#16163)

Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
David Gomez
2023-04-21 18:17:58 +02:00
committed by GitHub
parent 15964bd182
commit 7a0a2948f7
3 changed files with 9 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.5.7
version: 12.0.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.2.4
digest: sha256:d1cd39becdc633408c58a5232dff5560569fa02b67810a916f6b6063aa5a0e96
generated: "2023-04-20T09:34:41.63357+02:00"
digest: sha256:dfb02da0eb35260bb01a0c9e07a464e5b0041fa042685e709e86710f688e7027
generated: "2023-04-21T17:27:35.849223+02:00"

View File

@@ -7,7 +7,7 @@ dependencies:
- condition: mariadb.enabled
name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.x.x
version: 12.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
@@ -27,4 +27,4 @@ name: moodle
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/moodle
- https://www.moodle.org/
version: 14.4.0
version: 15.0.0

View File

@@ -389,6 +389,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 15.0.0
This major release bumps the MariaDB version to 10.11. Follow the [upstream instructions](https://mariadb.com/kb/en/upgrading-from-mariadb-10-6-to-mariadb-10-11/) for upgrading from MariaDB 10.6 to 10.11. No major issues are expected during the upgrade.
### To 13.0.0
This major release bumps the MariaDB version to 10.6. Follow the [upstream instructions](https://mariadb.com/kb/en/upgrading-from-mariadb-105-to-mariadb-106/) for upgrading from MariaDB 10.5 to 10.6. No major issues are expected during the upgrade.