From b16397660f2d88a61b7a01857d9df9d2e154117c Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Wed, 1 Nov 2023 11:42:24 +0100
Subject: [PATCH] Update CHANGELOG and release version 0.15.18

---
 CHANGELOG.md | 4 +++-
 Chart.yaml   | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index db0d63b4..7c0f99fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,10 @@
 # Changelog
 
-## Unreleased
+## [0.15.18] - 2023-11-01
 
 * Disable bulkupload, to prevent failures with the desktop client.
+* Fix some security and setup warnings.
+* Update rabbitmq to v12.2.0.
 
 ## [0.15.17] - 2023-09-14
 
diff --git a/Chart.yaml b/Chart.yaml
index 167e70b6..e35c16d2 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
+version: 0.15.18
 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
 dependencies:
   # https://artifacthub.io/packages/helm/nextcloud/nextcloud
-- 
GitLab