From 877ebf54c11cbf66076acea6052cf37d7488bcb4 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Mon, 19 Aug 2024 11:30:52 +0200 Subject: [PATCH] Update CHANGELOG and increase version to 0.15.26 --- CHANGELOG.md | 4 ++++ Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4726a40f..a2c4bbe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.15.26 - 2024-08-19 + +* Work around Nextcloud configuration bug https://github.com/nextcloud/server/issues/45083. + ## 0.15.25 - 2024-08-14 * Allow force-installing apps, ignoring a formal incompatibility with the diff --git a/Chart.yaml b/Chart.yaml index 22dd3196..779c28ed 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-29.0.4-OO-7.2.2.56 -version: 0.15.25 +version: 0.15.26 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg dependencies: # https://artifacthub.io/packages/helm/nextcloud/nextcloud -- GitLab