From 18a35a39876bd4341a6a55e15fdaffbd1e718722 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Wed, 6 Sep 2023 10:14:05 +0200
Subject: [PATCH] Update CHANGELOG and release version 0.15.16

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index da66554b..fcbf25a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [0.15.16] - 2023-09-06
+
+* Update nextcloud helm chart to v3.5.22
+  - In particular, this upgrades Nextcloud to 27.0.2
+* Update onlyoffice app to 8.2.0.
+* Reduce output of app install/upgrade script, by removing the tar output
+  listing all app files.
+
 ## [0.15.15] - 2023-08-02
 
 * Run our configuration and app install/update scripts on chart install and
diff --git a/Chart.yaml b/Chart.yaml
index 7ee213c4..f14e3b12 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-26.0.2-OO-7.2.2.56
-version: 0.15.15
+appVersion: NC-27.0.2-OO-7.2.2.56
+version: 0.15.16
 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
 dependencies:
   # https://artifacthub.io/packages/helm/nextcloud/nextcloud
-- 
GitLab