From fe0b2df84d154457c9914238b054225ce395a3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Tue, 15 Mar 2022 16:23:06 +0100 Subject: [PATCH] Update wordpress chart for Wordpress 5.9.2 (#916) --- 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 d9ba2204..ed3c42ea 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.5.1 +version: 0.5.2 # This is the version number of the application being deployed. -appVersion: "5.9.0-apache" +appVersion: "5.9.2-apache" dependencies: - name: mariadb diff --git a/charts/wordpress/README.md b/charts/wordpress/README.md index 186d42c9..13bec71c 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 596e23b6..7a671d19 100644 --- a/charts/wordpress/RELEASENOTES.md +++ b/charts/wordpress/RELEASENOTES.md @@ -6,4 +6,5 @@ | 0.4.10 | 5.8.3-apache | Updated chart dependencies | | 0.5.0 | 5.9.0-apache | Upgraded to Wordpress 5.9.0 | | 0.5.1 | 5.9.0-apache | Updated chart dependencies (mariadb 0.2.18) | +| 0.5.2 | 5.9.2-apache | Upgraded to Wordpress 5.9.2 | | | | | -- GitLab