From c73b3550a0e66bbf469dc9dd37b998228c21b2f0 Mon Sep 17 00:00:00 2001 From: Vladislav Tropnikov Date: Mon, 31 Mar 2025 13:23:22 +0200 Subject: [PATCH 1/2] feature/ODM-12179 Replace mailcatcher with modern analogue --- docs/home/release-notes/v1.60-v1.69.md | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/home/release-notes/v1.60-v1.69.md b/docs/home/release-notes/v1.60-v1.69.md index 3464431e..12091043 100644 --- a/docs/home/release-notes/v1.60-v1.69.md +++ b/docs/home/release-notes/v1.60-v1.69.md @@ -1,5 +1,33 @@ # Release notes +## Version 1.61 + +!!! tip "" + Helm chart version 1.61.x + +### Helm configuration changes + +- Mailcatcher has been replaced by another tool. +If you don't use it or don't make any changes to the default configuration, then you don't need to do anything. + + From + + ```yaml + mailcatcher: + image: + repository: dockage/mailcatcher + tag: 0.9.0 + ``` + + To + + ```yaml + mailcatcher: + image: + repository: axllent/mailpit + tag: v1.24.0 + ``` + ## Version 1.60 !!! tip "" From b8634820fbe5de57e1b89d923e39ca198d3ada5c Mon Sep 17 00:00:00 2001 From: Vladislav Tropnikov Date: Mon, 31 Mar 2025 13:48:17 +0200 Subject: [PATCH 2/2] ODM-12179 update docs --- docs/home/release-notes/v1.60-v1.69.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/home/release-notes/v1.60-v1.69.md b/docs/home/release-notes/v1.60-v1.69.md index 12091043..8c1e24e2 100644 --- a/docs/home/release-notes/v1.60-v1.69.md +++ b/docs/home/release-notes/v1.60-v1.69.md @@ -7,8 +7,7 @@ ### Helm configuration changes -- Mailcatcher has been replaced by another tool. -If you don't use it or don't make any changes to the default configuration, then you don't need to do anything. +- Mailcatcher was replaced by Mailpit. The `mailcatcher` section has been removed, please use the `mailpit` configuration instead. From @@ -16,16 +15,14 @@ If you don't use it or don't make any changes to the default configuration, then mailcatcher: image: repository: dockage/mailcatcher - tag: 0.9.0 ``` To ```yaml - mailcatcher: + mailpit: image: repository: axllent/mailpit - tag: v1.24.0 ``` ## Version 1.60