From 1efa996d7dca89a75d50e8d8b004b5aa77f0de23 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Thu, 6 Oct 2022 15:49:06 +0200 Subject: [PATCH] Bump version to 0.13.3 --- CHANGELOG.md | 4 ++++ Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65fb2999..75981c39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.13.3] - 2022-10-06 + +* Do not accidentally send onlyoffice traffic to cypress pod. + ## [0.13.2] - 2022-10-06 * Disable Cypress video compression diff --git a/Chart.yaml b/Chart.yaml index a35c29d6..1e6be3b0 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.13.2 +version: 0.13.3 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg dependencies: # https://artifacthub.io/packages/helm/nextcloud/nextcloud -- GitLab