From 9c77cd7244e8399131a5034ef2391aa72cb83d20 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, 9 Nov 2023 18:57:53 +0100 Subject: [PATCH] Updated wordpress chart for Wordpress 6.4.0 (#1267) --- 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 8c52a854..f33ce450 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.9.2" +version: "0.10.0" # This is the version number of the application being deployed. -appVersion: "6.3.2-apache" +appVersion: "6.4.0-apache" dependencies: - name: mariadb diff --git a/charts/wordpress/README.md b/charts/wordpress/README.md index 6034963c..6e656bb7 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 b8fd5969..2cd68a33 100644 --- a/charts/wordpress/RELEASENOTES.md +++ b/charts/wordpress/RELEASENOTES.md @@ -35,4 +35,5 @@ | 0.9.0 | 6.3.0-apache | Upgraded to Wordpress 6.3.0 | | 0.9.1 | 6.3.1-apache | Upgraded to Wordpress 6.3.1 | | 0.9.2 | 6.3.2-apache | Upgraded to Wordpress 6.3.2 | +| 0.10.0 | 6.4.0-apache | Upgraded to Wordpress 6.4.0 | | | | | -- GitLab