From b04dc2355dec899c3f00bff91e55a78fac48dc6f Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Wed, 2 Aug 2023 15:25:13 +0200 Subject: [PATCH] Update CHANGELOG and release version 0.15.15 --- CHANGELOG.md | 8 ++++++++ Chart.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f160d9..da66554b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.15.15] - 2023-08-02 + +* Run our configuration and app install/update scripts on chart install and + upgrade, no longer on pod start. This greatly reduces the startup time for + Nextcloud. +* Do not create "skeleton" (example/demo files) for new users (except for the + first admin user). + ## [0.15.14] - 2023-06-20 * Update nextcloud helm chart to v3.5.3. diff --git a/Chart.yaml b/Chart.yaml index 0b3080a2..130e3239 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-26.0.2-OO-7.2.2.56 -version: 0.15.14 +version: 0.15.15 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg dependencies: # https://artifacthub.io/packages/helm/nextcloud/nextcloud -- GitLab