From 44a6c89061b768e7baefe9bd6d6c03f5132ac1c5 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sun, 25 Jun 2023 11:32:36 +0200 Subject: [PATCH] Updated ghost chart for Ghost 5.53.1 --- 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 885a8d68..3edd7a09 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.94.1" +version: "0.95.0" -appVersion: "5.52.3" +appVersion: "5.53.1" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 80c91d15..4bc5277a 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 f86e16b8..9a38efed 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -133,4 +133,5 @@ | 0.93.1 | 5.51.1 | Upgraded to Ghost 5.51.1 | | 0.94.0 | 5.52.1 | Upgraded to Ghost 5.52.1 | | 0.94.1 | 5.52.3 | Upgraded to Ghost 5.52.3 | +| 0.95.0 | 5.53.1 | Upgraded to Ghost 5.53.1 | | | | | -- GitLab