From 8fc10a2839c602aa742ff311ad2782feb6b31c64 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Tue, 15 Aug 2023 19:55:44 +0200 Subject: [PATCH] Updated wordpress chart for Wordpress 6.3.0 --- 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 6dff5524..30c6cc5b 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.7" +version: "0.9.0" # This is the version number of the application being deployed. -appVersion: "6.2.2-apache" +appVersion: "6.3.0-apache" dependencies: - name: mariadb diff --git a/charts/wordpress/README.md b/charts/wordpress/README.md index 3d929f79..e04f1488 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 99832ca6..8b52e788 100644 --- a/charts/wordpress/RELEASENOTES.md +++ b/charts/wordpress/RELEASENOTES.md @@ -32,4 +32,5 @@ | 0.8.5 | 6.2.2-apache | Upgraded to Wordpress 6.2.2 | | 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 | | | | | -- GitLab