From d4305cd8e636726038c0da107af81455f5786a06 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Wed, 9 Nov 2022 15:10:32 +0100 Subject: [PATCH] Update CHANGELOG and bump chart version --- CHANGELOG.md | 6 +++++- Chart.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05eff933..ea799ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## [0.15.3] - 2022-11-09 +## [0.15.5] - 2022-11-09 + +* Update nextcloud helm chart to 3.3.3. + +## [0.15.4] - 2022-11-09 * Do not fail cypress tests on uncaught javascript exception. diff --git a/Chart.yaml b/Chart.yaml index 70095aac..4b4b44c9 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-24.0.5-OO-7.2.0.204 -version: 0.15.4 +version: 0.15.5 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg dependencies: # https://artifacthub.io/packages/helm/nextcloud/nextcloud -- GitLab