diff --git a/stalwart-mail/Chart.yaml b/stalwart-mail/Chart.yaml index 9b435c2..3150cfe 100644 --- a/stalwart-mail/Chart.yaml +++ b/stalwart-mail/Chart.yaml @@ -3,7 +3,7 @@ name: stalwart-mail description: Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP) icon: https://stalw.art/img/apple-touch-icon.png type: application -version: 0.0.26 +version: "0.0.27" # renovate: image=docker.io/stalwartlabs/mail-server appVersion: "0.11.6" maintainers: diff --git a/stalwart-mail/README.md b/stalwart-mail/README.md index b446d1d..9c74815 100644 --- a/stalwart-mail/README.md +++ b/stalwart-mail/README.md @@ -7,7 +7,7 @@ description: "Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One M # stalwart-mail -![Version: 0.0.26](https://img.shields.io/badge/Version-0.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.6](https://img.shields.io/badge/AppVersion-0.11.6-informational?style=flat-square) +![Version: 0.0.27](https://img.shields.io/badge/Version-0.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.6](https://img.shields.io/badge/AppVersion-0.11.6-informational?style=flat-square) Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP) @@ -17,18 +17,20 @@ Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IM | ---- | ------ | --- | | WrenIX | | | -= Alpha - -WARNING -==== +## Alpha +{{< callout type="warning" >}} We stop working on this Helm-Chart. There are still many breaking change like: * https://github.com/stalwartlabs/mail-server/issues/211[storage.fts in toml configuration has two meanings] -We hope that stalward mail-server becomes more stable. +* When configuring smtp relay conditions, each condition must be alphabetically correct, so the statement interpolates in the correct order. Use a new list to compensate: + - config.queue.outbound.next-hop[0].if + - config.queue.outbound.next-hop[0].then + - config.queue.outbound.next-hop[1].else -==== +We hope that stalward mail-server becomes more stable. +{{< /callout >}} ## Usage diff --git a/stalwart-mail/_docs.gotmpl b/stalwart-mail/_docs.gotmpl index 61d69af..69976ca 100644 --- a/stalwart-mail/_docs.gotmpl +++ b/stalwart-mail/_docs.gotmpl @@ -1,14 +1,16 @@ {{ define "chart.prerequirements" -}} -= Alpha - -WARNING -==== +## Alpha +{{`{{< callout type="warning" >}}`}} We stop working on this Helm-Chart. There are still many breaking change like: * https://github.com/stalwartlabs/mail-server/issues/211[storage.fts in toml configuration has two meanings] -We hope that stalward mail-server becomes more stable. +* When configuring smtp relay conditions, each condition must be alphabetically correct, so the statement interpolates in the correct order. Use a new list to compensate: + - config.queue.outbound.next-hop[0].if + - config.queue.outbound.next-hop[0].then + - config.queue.outbound.next-hop[1].else -==== +We hope that stalward mail-server becomes more stable. +{{`{{< /callout >}}`}} {{ end }}