From 24d021503ddf4af5286a2480359e1daa1862113b Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Thu, 21 Dec 2023 12:41:25 +0100 Subject: [PATCH] Update CHANGELOG and release version 0.15.20 --- CHANGELOG.md | 5 +++++ Chart.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3b130..7b4ce9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.15.20] - 2023-12-21 + +* Fix logic to decide source of nextcloud apps: pinned from upstream repo, or + unpinned from nextcloud app store. + ## [0.15.19] - 2023-12-20 * Update nextcloud helm chart to v4.5.8. diff --git a/Chart.yaml b/Chart.yaml index 65a9984..44b5acf 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -4,7 +4,7 @@ description: | A helm chart for installing NextCloud and setting up ONLYOFFICE integration name: nextcloud-onlyoffice appVersion: NC-27.1.4-OO-7.2.2.56 -version: 0.15.19 +version: 0.15.20 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg dependencies: # https://artifacthub.io/packages/helm/nextcloud/nextcloud -- GitLab