diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b4d2992..395a10ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,26 +9,27 @@ This release improves on `9.1.0` in many aspect, including general fixes, Fail2B - **[general]** Fixed a lot of typos, spelling mistakes and wrong indentation - **[general]** Documentation is now more present - **[general]** Added `stop_grace_period:` to example Compose file -- **[general]** `./setup.sh email list` was enhanced, now showing information neatly (#1898) -- **[general]** Added update check and notification (#1976 #1951) -- **[general]** Moved environment variables to the documentation and improvements (#1948 #1947 #1931) +- **[general]** `./setup.sh email list` was enhanced, now showing information neatly ([#1898](https://github.com/docker-mailserver/docker-mailserver/pull/1898)) +- **[general]** Added update check and notification ([#1976](https://github.com/docker-mailserver/docker-mailserver/pull/1976) [#1951](https://github.com/docker-mailserver/docker-mailserver/pull/1951)) +- **[general]** Moved environment variables to the documentation and improvements ([#1948](https://github.com/docker-mailserver/docker-mailserver/pull/1948) [#1947](https://github.com/docker-mailserver/docker-mailserver/pull/1947) [#1931](https://github.com/docker-mailserver/docker-mailserver/pull/1931)) - **[security]** Major Fail2Ban improvements (cleanup, update and breaking changes, see below) - **[fix]** `./setup.sh email del ...` now works properly -- **[code]** Added color variables to `setup.sh` and improved the script as a whole (#1879 #1886) -- **[ldap]** Added `LDAP_QUERY_FILTER_SENDERS` (#1902) -- **[ldap]** Use dovecots LDAP uris option instead of hosts (#1901) +- **[code]** Added color variables to `setup.sh` and improved the script as a whole ([#1879](https://github.com/docker-mailserver/docker-mailserver/pull/1879) [#1886](https://github.com/docker-mailserver/docker-mailserver/pull/1886)) +- **[ldap]** Added `LDAP_QUERY_FILTER_SENDERS` ([#1902](https://github.com/docker-mailserver/docker-mailserver/pull/1902)) +- **[ldap]** Use dovecots LDAP uris option instead of hosts ([#1901](https://github.com/docker-mailserver/docker-mailserver/pull/1901)) +- **[docs]** PRs that contain changes to docs will now be commented with a preview link ([#1988](https://github.com/docker-mailserver/docker-mailserver/pull/1988)) ### Breaking Changes: - **[security]** Fail2Ban adjustments - - Fail2ban v0.11.2 is now used (#1965) + - Fail2ban v0.11.2 is now used ([#1965](https://github.com/docker-mailserver/docker-mailserver/pull/1965)) - the old (Debian) configuration was deleted and now the default configuration shipped with Debian 10 is used. - - the new default blocktype is now `DROP`, not `REJECT` (#1914) - - we now ban on all ports (`iptables-allports`), not just the ones "attacked" (#1914) + - the new default blocktype is now `DROP`, not `REJECT` ([#1914](https://github.com/docker-mailserver/docker-mailserver/pull/1914)) + - we now ban on all ports (`iptables-allports`), not just the ones "attacked" ([#1914](https://github.com/docker-mailserver/docker-mailserver/pull/1914)) - Fail2ban 0.11 is totally compatible to 0.10, but the database got some new tables and fields (auto-converted during the first start), so once updated to DMS 10.0.0, you have to remove the database `mailstate:/lib-fail2ban/fail2ban.sqlite3` if you would need to downgrade to DMS 9.1.0 for some reason. -- **[general]** Removed `stable` (#1975) +- **[general]** Removed `stable` ([#1975](https://github.com/docker-mailserver/docker-mailserver/pull/1975)) - scheduled build is now based on `edge` - instead of `stable` please use the lastest available version (= `latest`) - `stable` image tag will be removed from dockerhub in near future