From 8a96c178d428a3a056482368d64a1437ac91213f Mon Sep 17 00:00:00 2001 From: Sem Schilder Date: Wed, 15 Apr 2026 17:17:13 +0200 Subject: [PATCH 1/2] Update chart and app versions --- Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index f8b294b..a24433f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,12 +15,12 @@ type: application # This is the chart version. This version number should be incremented each time # you make changes to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 6.8.4 +version: 6.8.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "v4.5.8" +appVersion: "v4.5.9" dependencies: - name: elasticsearch From ea749ea8b964057314c340b8b94fa45347deb1fe Mon Sep 17 00:00:00 2001 From: Sem Schilder Date: Wed, 15 Apr 2026 17:18:19 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f11aae7..f48d699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 6.8.5 + +- Update the mastodon version to v4.5.9 + # 6.8.4 - Update the mastodon version to v4.5.8