From 6f03a983cdd11bb48778a6a785af36afc03b95d1 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Thu, 14 Sep 2023 17:01:23 +0200 Subject: [PATCH] Update CHANGELOG and release version 0.15.17 --- CHANGELOG.md | 4 ++++ Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcbf25a6..0ea71f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.15.17] - 2023-09-14 + +* Replace OIDC app `sociallogin` by its fork `oidc_login`. + ## [0.15.16] - 2023-09-06 * Update nextcloud helm chart to v3.5.22 diff --git a/Chart.yaml b/Chart.yaml index 8fc2a3f8..9f746ce5 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-27.0.2-OO-7.2.2.56 -version: 0.15.17-oidc-2 +version: 0.15.17 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg dependencies: # https://artifacthub.io/packages/helm/nextcloud/nextcloud -- GitLab