From 3261cf576a8133e095cf8df9c8242663ad52133c Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sat, 20 May 2023 12:13:23 +0200 Subject: [PATCH] Updated wordpress chart for Wordpress 6.2.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 86b412e7..61557194 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.8.3" +version: "0.8.4" # This is the version number of the application being deployed. -appVersion: "6.2.0-apache" +appVersion: "6.2.1-apache" dependencies: - name: mariadb diff --git a/charts/wordpress/README.md b/charts/wordpress/README.md index 955f91d2..1c90892b 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 d4679a49..f9a4ee9a 100644 --- a/charts/wordpress/RELEASENOTES.md +++ b/charts/wordpress/RELEASENOTES.md @@ -28,4 +28,5 @@ | 0.8.1 | 6.2.0-apache | Updated chart dependencies (mariadb 0.3.11) | | 0.8.2 | 6.2.0-apache | Added support for extra configuration (WORDPRESS_CONFIG_EXTRA) - thx @MihaiMoldovanu | | 0.8.3 | 6.2.0-apache | Updated chart dependencies (mariadb 0.3.12) | +| 0.8.4 | 6.2.1-apache | Upgraded to Wordpress 6.2.1 | | | | | -- GitLab