From bc1b76415c0b86304f1eb1086bef3b07d6c1b3f3 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sat, 8 Mar 2025 09:49:53 +0100 Subject: [PATCH] Updated ghost chart for Ghost 5.111.0 --- charts/ghost/Chart.yaml | 4 ++-- charts/ghost/README.md | 2 +- charts/ghost/RELEASENOTES.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml index e9d30b3..8d73c98 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.149.3" +version: "0.150.0" -appVersion: "5.110.4" +appVersion: "5.111.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index c918134..bc48a86 100644 --- a/charts/ghost/README.md +++ b/charts/ghost/README.md @@ -1,6 +1,6 @@ # Ghost -   +   ## Changelog diff --git a/charts/ghost/RELEASENOTES.md b/charts/ghost/RELEASENOTES.md index 50466a1..beaccd2 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -262,4 +262,5 @@ | 0.149.1 | 5.110.1 | Upgraded to Ghost 5.110.1 | | 0.149.2 | 5.110.3 | Upgraded to Ghost 5.110.3 | | 0.149.3 | 5.110.4 | Upgraded to Ghost 5.110.4 | +| 0.150.0 | 5.111.0 | Upgraded to Ghost 5.111.0 | | | | | -- GitLab