From 1e9965565f87e89d1ef8a6139a0969559f3b63d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Martos?= Date: Tue, 1 Aug 2023 16:23:59 +0200 Subject: [PATCH] [bitnami/moodle] Update MariaDB chart to 13.0 (#18110) Signed-off-by: Jota Martos --- bitnami/moodle/Chart.lock | 6 +++--- bitnami/moodle/Chart.yaml | 4 ++-- bitnami/moodle/README.md | 6 +++++- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/bitnami/moodle/Chart.lock b/bitnami/moodle/Chart.lock index bc190da23e..3cbcd39b96 100644 --- a/bitnami/moodle/Chart.lock +++ b/bitnami/moodle/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: oci://registry-1.docker.io/bitnamicharts - version: 12.2.9 + version: 13.0.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.6.0 -digest: sha256:f5c9a9a22f16c7fddacda943531fda057b6f544423510e8d0b07ca7689a6cee2 -generated: "2023-07-26T03:13:38.42664732Z" +digest: sha256:47c1c3ea2e0b0ac81960b61519cebd8dc1a8ff5060c66213775a1a1ad373a506 +generated: "2023-08-01T13:33:03.724584+02:00" diff --git a/bitnami/moodle/Chart.yaml b/bitnami/moodle/Chart.yaml index a8a9bb387a..f7f963425e 100644 --- a/bitnami/moodle/Chart.yaml +++ b/bitnami/moodle/Chart.yaml @@ -10,7 +10,7 @@ dependencies: - condition: mariadb.enabled name: mariadb repository: oci://registry-1.docker.io/bitnamicharts - version: 12.x.x + version: 13.x.x - name: common repository: oci://registry-1.docker.io/bitnamicharts tags: @@ -29,4 +29,4 @@ maintainers: name: moodle sources: - https://github.com/bitnami/charts/tree/main/bitnami/moodle -version: 16.1.8 +version: 17.0.0 diff --git a/bitnami/moodle/README.md b/bitnami/moodle/README.md index 1d146aa8f3..8387a1b815 100644 --- a/bitnami/moodle/README.md +++ b/bitnami/moodle/README.md @@ -391,6 +391,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 17.0.0 + +This major release bumps the MariaDB version to 11.0. Follow the [upstream instructions](https://mariadb.com/kb/en/upgrading-from-mariadb-10-11-to-mariadb-11-0/) for upgrading from MariaDB 10.11 to 11.0. No major issues are expected during the upgrade. + ### 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. @@ -516,4 +520,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License.