From 12c6fe54ae798a589909715d5570d3682a275b18 Mon Sep 17 00:00:00 2001 From: Sem Schilder Date: Wed, 17 Jun 2026 16:18:20 +0200 Subject: [PATCH 1/2] Bump chart and app versions to 6.9.0 and v4.6.0 --- Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 8ce05c08..72306ad1 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.7 +version: 6.9.0 # 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.11" +appVersion: "v4.6.0" dependencies: - name: elasticsearch From dc5f31d12c942447d18092d1d176586cf1fd3181 Mon Sep 17 00:00:00 2001 From: Sem Schilder Date: Wed, 17 Jun 2026 16:19:06 +0200 Subject: [PATCH 2/2] Update CHANGELOG for mastodon v4.6.0 release Updated mastodon version to v4.6.0 and added release notes link. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc260839..0010a3fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 6.9.0 + +- Update the mastodon version to v4.6.0. Please refer to the [release notes](https://github.com/mastodon/mastodon/releases/tag/v4.6.0) for important changes. + # 6.8.7 - Update the mastodon version to v4.5.11