From f6a54ab561d59f8068992cedd362d3978e4020c0 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Tue, 24 Jan 2023 15:32:25 +0100 Subject: [PATCH] Release chart version 0.15.9 --- CHANGELOG.md | 3 ++- Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df176292..bf6c2025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## Unreleased +## [0.15.9] - 2023-01-24 * Set `trusted_domains` setting explicitly in our config. +* Update nextcloud helm chart to 3.4.1. ## [0.15.5] - 2022-11-09 diff --git a/Chart.yaml b/Chart.yaml index c577536a..1a71f4ac 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.8 +version: 0.15.9 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg dependencies: # https://artifacthub.io/packages/helm/nextcloud/nextcloud -- GitLab