From 7fa8d330e4eece5dbc619385ca975652ee0eddce 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, 12 Feb 2022 11:00:16 +0100 Subject: [PATCH] Update graylog chart for Ghost4.36.0 (#873) --- 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 9ebc5592..c409468e 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.36.1 +version: 0.37.0 -appVersion: "4.35.0" +appVersion: "4.36.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index f2f7f7cc..7310dec1 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 15475d38..cbf630e3 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -12,4 +12,5 @@ | 0.35.2 | 4.34.3 | Removed chart workaround introduced with #686 | | 0.36.0 | 4.35.0 | Upgraded to Ghost 4.35.0 | | 0.36.1 | 4.35.0 | Updated chart dependencies (mariadb 0.2.18) | +| 0.37.0 | 4.36.0 | Upgraded to Ghost 4.36.0 | | | | | -- GitLab