From 7d2457cbb950188085b166824fedd6362a3de359 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, 3 Jun 2022 14:47:33 +0200 Subject: [PATCH] Update ghost chart for Ghost 5.2.1 (#1050) --- 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 3bbbfef7..b22fba93 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.47.1 +version: 0.48.0 -appVersion: "5.1.1" +appVersion: "5.2.1" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 57fba05c..252eb51b 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 e3cee7d5..9f943658 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -35,4 +35,5 @@ | 0.46.1 | 5.0.2 | Upgraded to Ghost 5.0.2 - Upgrade to Ghost 5.0.2 with MariaDB as database backend works only when upgraded to Ghost 4.48.1 before - Using MySQL as database backend is highly recommended and will support the full upgrade path | | 0.47.0 | 5.1.1 | Upgraded to Ghost 5.1.1 - Upgrade to Ghost 5.1.1 with MariaDB as database backend works only when upgraded to Ghost 4.48.1 before - Using MySQL as database backend is highly recommended and will support the full upgrade path | | 0.47.1 | 5.1.1 | Updated chart dependencies (mariadb 0.2.21) | +| 0.48.0 | 5.2.1 | Upgraded to Ghost 5.2.1 | | | | | -- GitLab