From 1aa27c490ea13700531c62502d759ad3b29feb2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Thu, 14 Jul 2022 21:50:38 +0200 Subject: [PATCH] Upgrade wordpress chart for Wordpress 6.0.1 (#1101) --- charts/wordpress/Chart.yaml | 4 ++-- charts/wordpress/README.md | 2 +- charts/wordpress/RELEASENOTES.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/wordpress/Chart.yaml b/charts/wordpress/Chart.yaml index a9d053af..ace17093 100644 --- a/charts/wordpress/Chart.yaml +++ b/charts/wordpress/Chart.yaml @@ -8,10 +8,10 @@ maintainers: type: application # This is the chart version. -version: 0.6.1 +version: 0.6.2 # This is the version number of the application being deployed. -appVersion: "6.0.0-apache" +appVersion: "6.0.1-apache" dependencies: - name: mariadb diff --git a/charts/wordpress/README.md b/charts/wordpress/README.md index 43e57541..9ca8475d 100644 --- a/charts/wordpress/README.md +++ b/charts/wordpress/README.md @@ -1,6 +1,6 @@ # Wordpress -   +   ## Changelog diff --git a/charts/wordpress/RELEASENOTES.md b/charts/wordpress/RELEASENOTES.md index c552257c..01ca8158 100644 --- a/charts/wordpress/RELEASENOTES.md +++ b/charts/wordpress/RELEASENOTES.md @@ -11,4 +11,5 @@ | 0.5.4 | 5.9.3-apache | Upgraded to Wordpress 5.9.3 | | 0.6.0 | 6.0.0-apache | Upgraded to Wordpress 6.0.0 | | 0.6.1 | 6.0.0-apache | Updated chart dependencies (mariadb 0.2.21) | +| 0.6.2 | 6.0.1-apache | Upgraded to Wordpress 6.0.1 | | | | | -- GitLab