From ebf378aaae2890f989227af8deea3f0a52505106 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Sat, 7 May 2022 15:37:57 +0200 Subject: [PATCH 1/3] helm-chart is now in sync; update the wording --- CHANGELOG.md | 2 -- docs/releases.rst | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a48f19..5933b972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,6 @@ Changelog For full details see the [releases page](https://mailu.io/1.9/releases.html) -Warning, the helm-chart repo is not in sync yet with the new Mailu 1.9 release. If you use helm-chart (kubernetes), we advise to stick to version 1.8. - Upgrade should run fine as long as you generate a new compose or stack configuration and upgrade your mailu.env. diff --git a/docs/releases.rst b/docs/releases.rst index fb729c12..fc4f877b 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -4,8 +4,8 @@ Release notes Mailu 1.9 - 2021-12-29 ---------------------- -Mailu 1.9 is available now. The helm-chart repo is not in sync yet with the new Mailu 1.9 release. If you use helm-chart (kubernetes), we advise to stick to version 1.8 for now. -See the section `Upgrading` for important information in regard to upgrading to Mailu 1.9. +Mailu 1.9 is available now. +Please see the section `Upgrading` for important information in regard to upgrading to Mailu 1.9. Highlights ```````````````````````````````` From 4ff9582e139654dfbb84c972a5f88d40cb2337c0 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Sat, 7 May 2022 17:28:18 +0200 Subject: [PATCH 2/3] Warn about rollbacks not working --- CHANGELOG.md | 3 +-- docs/releases.rst | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5933b972..5e793564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,7 @@ Changelog For full details see the [releases page](https://mailu.io/1.9/releases.html) -Upgrade should run fine as long as you generate a new compose or stack -configuration and upgrade your mailu.env. +Upgrade should run fine as long as you generate a new compose or stack configuration and upgrade your mailu.env. Please note that once you have upgraded to 1.9 you won't be able to roll-back to earlier versions without resetting user passwords. If you use a reverse proxy in front of Mailu, it is vital to configure the newly introduced env variables REAL_IP_HEADER and REAL_IP_FROM. These settings tell Mailu that the HTTP header with the remote client IP address from the reverse proxy can be trusted. diff --git a/docs/releases.rst b/docs/releases.rst index fc4f877b..8f4c2bf0 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -119,7 +119,7 @@ A short summary of the new features: Upgrading ````````` -Upgrade should run fine as long as you generate a new compose or stack configuration and upgrade your mailu.env. +Upgrade should run fine as long as you generate a new compose or stack configuration and upgrade your mailu.env. Please note that once you have upgraded to 1.9 you won't be able to roll-back to earlier versions without resetting user passwords. If you use a reverse proxy in front of Mailu, it is vital to configure the newly introduced environment variables `REAL_IP_HEADER`` and `REAL_IP_FROM`. These settings tell Mailu that the HTTP header with the remote client IP address from the reverse proxy can be trusted. From e80bcfbfd047807aaee35141c9c51aaa53a312f2 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Sat, 7 May 2022 17:28:51 +0200 Subject: [PATCH 3/3] Clarify that upgrades require a container restart --- docs/maintain.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/maintain.rst b/docs/maintain.rst index ffb51a50..1c6e20ae 100644 --- a/docs/maintain.rst +++ b/docs/maintain.rst @@ -15,6 +15,7 @@ simply pull the latest images and recreate the containers : .. code-block:: bash docker-compose pull + docker-compose down docker-compose up -d Monitoring the mail server