From 5c199d6c0ce4c9daa887d4340ea1f12986a6a389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Tue, 21 Nov 2023 19:30:02 +0100 Subject: [PATCH] Upgraded mariadb chart for MariaDB 11.0.4 (#1278) --- charts/mariadb/Chart.yaml | 4 ++-- charts/mariadb/RELEASENOTES.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml index 11853e56..116e4811 100644 --- a/charts/mariadb/Chart.yaml +++ b/charts/mariadb/Chart.yaml @@ -13,7 +13,7 @@ keywords: - mariadb - mysql -version: "1.3.1" +version: "2.0.1" -appVersion: "10.11.6" +appVersion: "11.0.4" icon: https://mariadb.com/wp-content/uploads/2019/11/mariadb-logo_black-transparent-600x150.png diff --git a/charts/mariadb/RELEASENOTES.md b/charts/mariadb/RELEASENOTES.md index 6b0a1dbf..2f7ac92d 100644 --- a/charts/mariadb/RELEASENOTES.md +++ b/charts/mariadb/RELEASENOTES.md @@ -79,5 +79,6 @@ | 1.3.0 | 10.11.5 | Bumped to stable major chart version - Allows usage of existing secret reference and added network policy support | | 1.3.1 | 10.11.6 | Upgraded MariaDB to 10.11.6 | | 2.0.0 | 11.0.3 | Bumped to stable major chart version - Allows usage of existing secret reference and added network policy support | +| 2.0.1 | 11.0.4 | Upgraded MariaDB to 11.0.4 | | 2.1.0 | 11.1.2 | Bumped to stable major chart version - Allows usage of existing secret reference and added network policy support | | | | | -- GitLab