From 88095fb8078ca15f7881863ab932212408f68e8c Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Wed, 19 Feb 2025 08:58:41 +0100 Subject: [PATCH] Updated wordpress chart for Wordpress 6.7.2 --- 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 4f3be585..e355c0e3 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.13.0" +version: "0.13.1" # This is the version number of the application being deployed. -appVersion: "6.7.1-apache" +appVersion: "6.7.2-apache" dependencies: - name: mariadb diff --git a/charts/wordpress/README.md b/charts/wordpress/README.md index f05a4c20..923dd3e9 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 6cada82b..1145b102 100644 --- a/charts/wordpress/RELEASENOTES.md +++ b/charts/wordpress/RELEASENOTES.md @@ -48,4 +48,5 @@ | 0.12.0 | 6.6.1-apache | Upgraded to Wordpress 6.6.1 | | 0.12.1 | 6.6.2-apache | Upgraded to Wordpress 6.6.2 | | 0.13.0 | 6.7.1-apache | Upgraded to Wordpress 6.7.1 | +| 0.13.1 | 6.7.2-apache | Upgraded to Wordpress 6.7.2 | | | | | -- GitLab