From 479c67e16b20ee2cdc862ba754e05448b4b3db43 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Fri, 23 Aug 2024 16:21:05 +0200
Subject: [PATCH] Increase version to 0.15.29 and update CHANGELOG

---
 CHANGELOG.md | 5 +++++
 Chart.yaml   | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2309e5e8..10393431 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Changelog
 
+## 0.15.29 - 2024-08-23
+
+* Attempt to reduce test flakiness by checking whether the newly created office
+  document seems to have been opened automatically or not.
+
 ## 0.15.28 - 2024-08-23
 
 * Fix a bug in the test that would randomly click the wrong button when
diff --git a/Chart.yaml b/Chart.yaml
index 7bb845b3..12664e98 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-29.0.4-OO-7.2.2.56
-version: 0.15.28
+version: 0.15.29
 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
 dependencies:
   # https://artifacthub.io/packages/helm/nextcloud/nextcloud
-- 
GitLab