v13.1.0
·
371 commits
to master
since this release
Useful Links
- Diff to last release: v13.0.1...v13.1.0
- Our Changelog
What's Changed
Updated
- Internal
- We now store the version that DMS is running on in the environment variable
DMS_RELEASEand no longer in the file/VERSION. Moreover, the update check will use this to determine whether you are running:edge(to disable the update check if this is the case). - An option to run DMS locally was added, and the docs saw improvements (as usual).
- The quota tests were adjusted and now conform to our new standards.
- We now store the version that DMS is running on in the environment variable
- Documentation
- The troubleshooting documentation was enhanced.
Added
- Rspamd
- The ARM64 build now also uses the official PPA, making the version even for ARM64 and AMD64.
- Dovecot
- The environment variable
ENABLE_IMAPwas added, which works analogous toENABLE_POP3.
- The environment variable
Fixed
- Internal
- A
sedline for quota-related changes to Postfix'smain.cfwas not working as expected. This has been taken care of.
- A
Merged Pull Requests
- fix: Logging - Welcome should use
DMS_RELEASEENV by @polarathene in #3676 - ci: Add
run-local-instancetarget toMakefileby @georglauterbach in #3663 - docs: Troubleshooting - Bare domain misconfiguration by @polarathene in #3680
- chore: Postfix should integrate Dovecot at runtime by @polarathene in #3681
- Add warning, when update-check is enabled, but no stable release image is used by @casperklein in #3684
- scripts: Install arm64 rspamd from official repository by @p3dda in #3686
- update-check: fix 'read' exit status by @casperklein in #3688
- fix: only set
virtual_mailbox_mapsto texthash when not using LDAP by @reneploetz in #3693 - Add ENV
ENABLE_IMAPby @casperklein in #3703 - tests(refactor): Dovecot quotas by @polarathene in #3068
- ci: Avoiding linting
CONTRIBUTORS.ymlby @polarathene in #3705 - ci: Allow lint workflow to be manually triggered by @polarathene in #3714
- ci: Remove
VERSIONfromDockerfileby @polarathene in #3711 - fix:
sedlogic forENABLE_QUOTAS=0is not actionable by @casperklein in #3715