From fff3fe5326284c29b17790201f10e3648e5303a7 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Tue, 2 Aug 2022 16:23:56 +0200 Subject: [PATCH] Update CHANGELOG and bump chart to 0.10.8 --- CHANGELOG.md | 4 ++++ Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7cf0e1b..b25c6816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.10.8] - 2022-08-02 + +* Fix trusted_proxies to allow nextcloud to read correct remote IP addresses. + ## [0.10.4] - 2022-07-26 * Configure ONLYOFFICE integration app to always open documents in same tab. diff --git a/Chart.yaml b/Chart.yaml index b583659e..7e6eb8fc 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.10.6 +version: 0.10.8 appVersion: NC-23.0.3-OO-7.0.1.37 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg dependencies: -- GitLab