From a8a22d5bd8de9be3309fd471448aaded5214096f Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Fri, 7 Mar 2025 11:55:09 +0100 Subject: [PATCH] Increase version to 0.15.33 and update CHANGELOG --- CHANGELOG.md | 6 ++++++ Chart.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f37e1..0f818e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.15.33 - 2025-03-07 + +* Update nextcloud helm chart to v6.5.1. + - In particular this upgrades Nextcloud to 30.0.4. +* Update rabbitmq to v15.2.1. + ## 0.15.32 - 2024-11-22 * Update nextcloud helm chart to v6.3.0. diff --git a/Chart.yaml b/Chart.yaml index 67d72bc..239df58 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-30.0.2-OO-7.2.2.56 -version: 0.15.32 +appVersion: NC-30.0.4-OO-7.2.2.56 +version: 0.15.33 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg dependencies: # https://artifacthub.io/packages/helm/nextcloud/nextcloud -- GitLab