From 074bd7529e675892c6e81994dee0fa96ab97aa7d Mon Sep 17 00:00:00 2001 From: Matthew Abbott Date: Mon, 10 Mar 2025 17:38:09 -0500 Subject: [PATCH] Bump the chart's minor version --- CHANGELOG.md | 9 +++++++++ Chart.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c3a86..1cfa621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 6.1.0 + +- Added a new job to re/build elasticsearch indices as a post-upgrade hook: +```yaml +mastodon: + hooks: + deploySearch: +``` + # 6.0.3 - Updated the Mastodon version to v4.3.5 diff --git a/Chart.yaml b/Chart.yaml index 0954367..2e685d7 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,7 +15,7 @@ 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.3 +version: 6.1.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