From 2539c33c2690abbb8d3b51dd1ed40fbc754acf0c 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:25:23 +0100 Subject: [PATCH] Upgraded mariadb chart for MariaDB 10.6.16 (#1276) --- 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 1ab54792..734e5caa 100644 --- a/charts/mariadb/Chart.yaml +++ b/charts/mariadb/Chart.yaml @@ -13,7 +13,7 @@ keywords: - mariadb - mysql -version: "1.1.1" +version: "1.2.1" -appVersion: "10.5.23" +appVersion: "10.6.16" 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 cedba33c..156268f1 100644 --- a/charts/mariadb/RELEASENOTES.md +++ b/charts/mariadb/RELEASENOTES.md @@ -75,6 +75,7 @@ | 1.1.0 | 10.5.22 | Bumped to stable major chart version - Allows usage of existing secret reference and added network policy support | | 1.1.1 | 10.5.23 | Upgraded MariaDB to 10.5.23 | | 1.2.0 | 10.6.15 | Bumped to stable major chart version - Allows usage of existing secret reference and added network policy support | +| 1.2.1 | 10.6.16 | Upgraded MariaDB to 10.6.16 | | 1.3.0 | 10.11.5 | Bumped to stable major chart version - Allows usage of existing secret reference and added network policy support | | 2.0.0 | 11.0.3 | Bumped to stable major chart version - Allows usage of existing secret reference and added network policy support | | 2.1.0 | 11.1.2 | Bumped to stable major chart version - Allows usage of existing secret reference and added network policy support | -- GitLab