From 49218cfdc2dd0cdc8d80370762ea7cf526a56823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Sat, 2 Dec 2023 11:05:56 +0100 Subject: [PATCH] Updated ghost chart for Ghost 5.75.0 (#1291) --- 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 00ce6247..53ef95f7 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.115.1" +version: "0.116.0" -appVersion: "5.74.5" +appVersion: "5.75.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index e50e2eb3..b5ec9fde 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 a302f95a..cbf476f3 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -176,4 +176,5 @@ | 0.114.1 | 5.73.2 | Upgraded to Ghost 5.73.2 | | 0.115.0 | 5.74.0 | Upgraded to Ghost 5.74.0 | | 0.115.1 | 5.74.5 | Upgraded to Ghost 5.74.5 | +| 0.116.0 | 5.75.0 | Upgraded to Ghost 5.75.0 | | | | | -- GitLab