From 99c1a20473bdc349d65e00ce0420216802aa9057 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Wed, 4 May 2022 12:11:22 +0200 Subject: [PATCH] add changelog and chart version update --- CHANGELOG.md | 7 +++++++ Chart.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d31e7c42..84f5f49e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.8.0] - 2022-05-04 + +* Made sure the chart can be installed twice into the same namespace + * **BREAKING**: You need to now specify the ONLYOFFICE database password under + `global.onlyofficeDb.password`. If you have overriden other values from + `onlyoffice.database`, they should also move to `global.onlyofficeDb`. + ## [0.7.39] - 2022-04-29 * Rename configMap to prevent helmRelease to fail when nextcloud.configs diff --git a/Chart.yaml b/Chart.yaml index 88c5b380..dcb7c010 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 description: | A helm chart for installing NextCloud and setting up ONLYOFFICE integration name: nextcloud-onlyoffice -version: 0.7.40 +version: 0.8.0 appVersion: NC-23.0.3-OO-7.0.1.37 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg dependencies: -- GitLab