From fca72bf8f532b61489d77dfb735c00350622286e Mon Sep 17 00:00:00 2001 From: Sem Schilder Date: Mon, 10 Mar 2025 13:45:48 +0100 Subject: [PATCH] Update mastodon to bugfix release version 4.3.5 (#178) --- CHANGELOG.md | 4 ++++ Chart.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c06eb..90c3a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 6.0.3 + +- Updated the Mastodon version to v4.3.5 + # 6.0.2 - Helm version tagging now utilizes `.Values.image.tag` when set. diff --git a/Chart.yaml b/Chart.yaml index 29cef04..0954367 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.0.2 +version: 6.0.3 # 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.3.4" +appVersion: "v4.3.5" dependencies: - name: elasticsearch