From c6e6dcd170ef2037c2d4e162d78f179ea93ce273 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Thu, 31 Aug 2023 16:18:44 +0200 Subject: [PATCH] Updated wordpress chart for Wordpress 6.3.1 --- 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 30c6cc5b..ac554ecb 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.0" +version: "0.9.1" # This is the version number of the application being deployed. -appVersion: "6.3.0-apache" +appVersion: "6.3.1-apache" dependencies: - name: mariadb diff --git a/charts/wordpress/README.md b/charts/wordpress/README.md index e04f1488..0de0b71f 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 8b52e788..ad831769 100644 --- a/charts/wordpress/RELEASENOTES.md +++ b/charts/wordpress/RELEASENOTES.md @@ -33,4 +33,5 @@ | 0.8.6 | 6.2.2-apache | Updated chart dependencies (mariadb 0.3.13) | | 0.8.7 | 6.2.2-apache | Updated chart dependencies (mariadb 0.3.14) | | 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 | | | | | -- GitLab