From 140977e56b93add2507ccc6268cb2c8ca40e2e3b 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, 11 May 2022 18:01:36 +0200 Subject: [PATCH] Update ghost chart for Ghost 4.47.1 (#988) Fixes #984 --- charts/ghost/Chart.yaml | 4 ++-- charts/ghost/README.md | 4 ++-- charts/ghost/RELEASENOTES.md | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml index 165473e2..cf8dc320 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: 0.44.0 +version: 0.44.1 -appVersion: "4.47.0" +appVersion: "4.47.1" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index f8548f9e..061ca611 100644 --- a/charts/ghost/README.md +++ b/charts/ghost/README.md @@ -1,10 +1,10 @@ # Ghost -   +   ## Changelog -### ⚠️ An upgrade to Ghost 4.46.x or Ghost 4.47.0 with MariaDB as database will fail +### ⚠️ An upgrade to Ghost 4.46.x or Ghost 4.47.x with MariaDB as database will fail see [RELEASENOTES.md](RELEASENOTES.md) diff --git a/charts/ghost/RELEASENOTES.md b/charts/ghost/RELEASENOTES.md index 003d4afb..46c27d8e 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -27,4 +27,5 @@ | 0.42.0 | 4.44.0 | Upgraded to Ghost 4.44.0 | | 0.43.0 | 4.46.2 | Upgraded to Ghost 4.46.2 - due to a [bug](https://github.com/TryGhost/Ghost/issues/14634) this version upgrade works only with MySQL, MySQL chart dependency support was added | | 0.44.0 | 4.47.0 | Upgraded to Ghost 4.47.0 - due to a [bug](https://github.com/TryGhost/Ghost/issues/14634) this version upgrade works only with mySQL | +| 0.44.1 | 4.47.1 | Upgraded to Ghost 4.47.1 - due to a [bug](https://github.com/TryGhost/Ghost/issues/14634) this version upgrade works only with mySQL | | | | | -- GitLab