2024-08a
mailcow/mailcow-dockerized2024-08aAug 20, 2024by DerLinkman
AI Summary
Revision A fixing Dovecot CVEs and refactoring Dockerfiles to use exec form.
Key Highlights
- Dockerfile refactoring (shell to exec form)
- Dovecot timeout for sa-rules download
- MariaDB admin tool update
New Features
- Dockerfile exec form
- Dovecot sa-rules timeout fix
- Quota/Watchdog UTF-8 fixes
Full Release Notes
## What's Changed * fix: 🚑 Fixed version parsing of docker by @jkrgr0 in https://github.com/mailcow/mailcow-dockerized/pull/6016 * Refactor/Change Dockerfiles cmd from shell to exec form by @h3ssan in https://github.com/mailcow/mailcow-dockerized/pull/6019 * dovecot: added timeout option when sa-rules cannot be downloaded by @DerLinkman in https://github.com/mailcow/mailcow-dockerized/pull/6025 * containers: use mariadb-admin instead of deprecated mysqladmin by @DerLinkman in https://github.com/mailcow/mailcow-dockerized/pull/6026 * Fix: bash variables are not quoted by @h3ssan in https://github.com/mailcow/mailcow-dockerized/pull/6022 * Replace weird character to the correct `'` by @h3ssan in https://github.com/mailcow/mailcow-dockerized/pull/6029 * Pushover/Quarantine utf 8 fix - fixes #6028 by @bluewalk in https://github.com/mailcow/mailcow-dockerized/pull/6031 * 2024-08a by @DerLinkman in https://github.com/mailcow/mailcow-dockerized/pull/6033 * Fix: Escape a `'` character in `update.sh` by @h3ssan in https://github.com/mailcow/mailcow-dockerized/pull/6034 ## New Contributors * @jkrgr0 made their first contribution in https://github.com/mailcow/mailcow-dockerized/pull/6016 **Full Changelog**: https://github.com/mailcow/mailcow-dockerized/compare/2024-08...2024-08a **Blog**: https://mailcow.email/posts/2024/release-2024-08/