From b69da16064c773d1fc7621e8dedb7fbe9407c293 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sat, 28 Oct 2023 20:01:42 +0200 Subject: [PATCH] Updated ghost chart for Ghost 5.70.2 --- 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 be857cce..7c4a800a 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,9 +7,9 @@ type: application maintainers: - name: groundhog2k -version: "0.111.0" +version: "0.111.1" -appVersion: "5.70.1" +appVersion: "5.70.2" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index 92f3d0de..0d7ff816 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 316c60ce..734787d9 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -168,4 +168,5 @@ | 0.110.1 | 5.69.2 | Upgraded to Ghost 5.69.2 | | 0.110.2 | 5.69.3 | Upgraded to Ghost 5.69.3 | | 0.111.0 | 5.70.1 | Upgraded to Ghost 5.70.1 | +| 0.111.1 | 5.70.2 | Upgraded to Ghost 5.70.2 | | | | | -- GitLab