diff --git a/CHANGELOG.md b/CHANGELOG.md index a348392..75627e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 6.0.1 + +- Added additional values to separate out `db:prepare` and `db:migrate` jobs and whether they should run: +```yaml +mastodon: + hooks: + dbPrepare: + enabled: true + dbMigrate: + enabled: true +``` + # 6.0.0 ### !! BREAKING CHANGES !! diff --git a/Chart.yaml b/Chart.yaml index 9dcb978..e172e94 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.0 +version: 6.0.1 # 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