From 4162c58415382189c003a924ab3e7e4d19cbef04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Fri, 26 Aug 2022 14:30:17 +0200 Subject: [PATCH] Update ghost chart for Ghost 5.11.0 (#1156) --- 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 98386d5a..d4083cb1 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.55.0 +version: 0.56.0 -appVersion: "5.10.1" +appVersion: "5.11.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index ad0f855a..89d0184e 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 48735dec..4f1c61f9 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -49,4 +49,5 @@ | 0.53.1 | 5.8.3 | Upgraded to Ghost 5.8.3 | | 0.54.0 | 5.9.4 | Upgraded to Ghost 5.9.4 | | 0.55.0 | 5.10.1 | Upgraded to Ghost 5.10.1 | +| 0.56.0 | 5.11.0 | Upgraded to Ghost 5.11.0 | | | | | -- GitLab