diff --git a/docs/home/release-notes/v1.60-v1.69.md b/docs/home/release-notes/v1.60-v1.69.md index 3464431e..8c1e24e2 100644 --- a/docs/home/release-notes/v1.60-v1.69.md +++ b/docs/home/release-notes/v1.60-v1.69.md @@ -1,5 +1,30 @@ # Release notes +## Version 1.61 + +!!! tip "" + Helm chart version 1.61.x + +### Helm configuration changes + +- Mailcatcher was replaced by Mailpit. The `mailcatcher` section has been removed, please use the `mailpit` configuration instead. + + From + + ```yaml + mailcatcher: + image: + repository: dockage/mailcatcher + ``` + + To + + ```yaml + mailpit: + image: + repository: axllent/mailpit + ``` + ## Version 1.60 !!! tip ""