From 541306e487e8323e3e1da0d376b41419ec5e3e9a Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sat, 21 Jan 2023 18:32:47 +0100 Subject: [PATCH] Updated mysql chart for MySQL 8.0.32 --- charts/mysql/Chart.yaml | 4 ++-- charts/mysql/README.md | 2 +- charts/mysql/RELEASENOTES.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/mysql/Chart.yaml b/charts/mysql/Chart.yaml index 0e6ef239..d77294ed 100644 --- a/charts/mysql/Chart.yaml +++ b/charts/mysql/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.1.5 +version: 0.1.6 -appVersion: "8.0.31-oracle" +appVersion: "8.0.32-oracle" diff --git a/charts/mysql/README.md b/charts/mysql/README.md index c8ae2cb0..f238c326 100644 --- a/charts/mysql/README.md +++ b/charts/mysql/README.md @@ -1,6 +1,6 @@ # MySQL -   +   ## Changelog diff --git a/charts/mysql/RELEASENOTES.md b/charts/mysql/RELEASENOTES.md index 4db509b1..99b16b8e 100644 --- a/charts/mysql/RELEASENOTES.md +++ b/charts/mysql/RELEASENOTES.md @@ -8,4 +8,5 @@ | 0.1.3 | 8.0.30 | Implemented support for image.registry option | | 0.1.4 | 8.0.31 | Upgraded MySQL to 8.0.31 | | 0.1.5 | 8.0.31 | Added support for init container resources (thx @Footur) | +| 0.1.6 | 8.0.32 | Upgraded MySQL to 8.0.32 | | | | | -- GitLab