From 6e9a1e9bda8949094c65e4d2ab349960030e804b Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Mon, 12 Aug 2024 17:10:48 +0200
Subject: [PATCH] Update CHANGELOG and increase version to 0.15.24

---
 CHANGELOG.md | 6 ++++++
 Chart.yaml   | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5864dd2..e8de8dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## 0.15.24 - 2024-08-12
+
+* Update nextcloud helm chart to v4.6.11.
+  - In particular this upgrades Nextcloud to 29.0.4.
+* Update onlyoffice app to 9.3.0.
+
 ## 0.15.23 - 2024-06-27
 
 * When trying to open the newly created office document, sometimes it would
diff --git a/Chart.yaml b/Chart.yaml
index 145488d..d3e0571 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -3,8 +3,8 @@ apiVersion: v2
 description: |
   A helm chart for installing NextCloud and setting up ONLYOFFICE integration
 name: nextcloud-onlyoffice
-appVersion: NC-28.0.4-OO-7.2.2.56
-version: 0.15.23
+appVersion: NC-29.0.4-OO-7.2.2.56
+version: 0.15.24
 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
 dependencies:
   # https://artifacthub.io/packages/helm/nextcloud/nextcloud
-- 
GitLab