From 7036c28a661a7f8c94c2d49cea956a74624fb2a8 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Thu, 17 Oct 2024 12:19:30 +0200 Subject: [PATCH] Update CHANGELOG and increase version to 0.15.31 --- CHANGELOG.md | 6 ++++++ Chart.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ae9588..4c6ca337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.15.31 - 2024-10-17 + +* Update nextcloud helm chart to v6.1.0. + - In particular this upgrades Nextcloud to 30.0.0. +* Update onlyoffice app to 9.4.0. + ## 0.15.30 - 2024-10-01 * Fix `http://localhost` links in emails by setting `overwrite.cli.url`. diff --git a/Chart.yaml b/Chart.yaml index 7c887c36..d703515e 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-29.0.4-OO-7.2.2.56 -version: 0.15.30 +appVersion: NC-30.0.0-OO-7.2.2.56 +version: 0.15.31 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg dependencies: # https://artifacthub.io/packages/helm/nextcloud/nextcloud -- GitLab