From 1d25556a614cb38910b9d1f2095a06f9c0dd96ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Tue, 8 Feb 2022 14:12:30 +0100 Subject: [PATCH] Upgrade ghost chart for Ghost 4.35.0 (#861) --- 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 61ab3e00..2347a314 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.35.2 +version: 0.36.0 -appVersion: "4.34.3" +appVersion: "4.35.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 88779b06..02827a0f 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 536b0e84..4fd62caa 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -10,4 +10,5 @@ | 0.35.0 | 4.34.0 | Upgraded to Ghost 4.34.0 | | 0.35.1 | 4.34.3 | Upgraded to Ghost 4.34.3 | | 0.35.2 | 4.34.3 | Removed chart workaround introduced with #686 | +| 0.36.0 | 4.35.0 | Upgraded to Ghost 4.35.0 | | | | | -- GitLab