From f5bc49cc6c5cb76a5248f3e699c465d2bf5b5ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Wed, 8 Jun 2022 16:01:19 +0200 Subject: [PATCH] Upgrade ghost chart for Ghost 5.2.2 (#1059) --- 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 b22fba93..38d51c99 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.48.0 +version: 0.48.1 -appVersion: "5.2.1" +appVersion: "5.2.2" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 252eb51b..ed26bea3 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 9f943658..0efcaef9 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -36,4 +36,5 @@ | 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 | +| 0.48.1 | 5.2.2 | Upgraded to Ghost 5.2.2 | | | | | -- GitLab