From d639cd8dbae74107338f09efbcc8b3e86a120dde Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Wed, 22 Mar 2023 17:05:19 +0100 Subject: [PATCH] Updated ghost chart for Ghost 5.39.0 --- charts/ghost/Chart.yaml | 4 ++-- charts/ghost/README.md | 2 +- charts/ghost/RELEASENOTES.md | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml index a45356b9..c9fa4b00 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.81.0" +version: "0.82.0" -appVersion: "5.38.0" +appVersion: "5.39.0" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 61f47ca5..b4f68c85 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 231731c8..2e7c3207 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -106,5 +106,6 @@ | 0.79.0 | 5.36.0 | Upgraded to Ghost 5.36.0 | | 0.79.1 | 5.36.1 | Upgraded to Ghost 5.36.1 | | 0.80.0 | 5.37.0 | Upgraded to Ghost 5.37.0 | -| 0.81.0 | 5.37.0 | Upgraded to Ghost 5.38.0 | +| 0.81.0 | 5.38.0 | Upgraded to Ghost 5.38.0 | +| 0.82.0 | 5.39.0 | Upgraded to Ghost 5.39.0 | | | | | -- GitLab