Skip to content

Commit b1b4b1f

Browse files
author
Oleg Kunitsyn
committed
[ODM-12773] Fix release notes for release 1.61
1 parent f30e697 commit b1b4b1f

File tree

4 files changed

+27
-643
lines changed

4 files changed

+27
-643
lines changed

docs/home/release-notes.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Release notes
2+
3+
## Version 1.61
4+
5+
!!! tip ""
6+
Helm chart version 1.61.0
7+
8+
### Helm configuration changes
9+
10+
- Mailcatcher was replaced by Mailpit. The `mailcatcher` section has been removed, please use the `mailpit` configuration instead.
11+
12+
From
13+
14+
```yaml
15+
mailcatcher:
16+
image:
17+
repository: dockage/mailcatcher
18+
```
19+
20+
To
21+
22+
```yaml
23+
mailpit:
24+
image:
25+
repository: axllent/mailpit
26+
```

0 commit comments

Comments
 (0)