v13.0.1
This patch release fixes two bugs that Rspamd users encountered with the v13.0.0 release. Big thanks to the those that helped to identify these issues! ❤️
What's Changed
Fixed
- Internal:
- The update check service now queries the latest GH release for a version tag (instead of from a
VERSIONfile at the GH repo). This should provide more reliable update notifications (#3666)
- The update check service now queries the latest GH release for a version tag (instead of from a
- Rspamd:
- The check for correct permission on the private key when signing e-mails with DKIM was flawed. The result was that a false warning was emitted (#3669)
- When
RSPAMD_CHECK_AUTHENTICATED=0, DKIM signing for outbound e-mail was disabled, which is undesirable (#3669). Make sure to check the documentation ofRSPAMD_CHECK_AUTHENTICATED!
Merged Pull Requests
- docs: update
CONTRIBUTORS.mdby @github-actions in #3656 - bug fix: push
:edgewhenVERSIONis updated as well by @georglauterbach in #3662 - chore(deps): Bump anchore/scan-action from 3.3.6 to 3.3.7 by @dependabot in #3667
- hotfix: solve #3665 by @georglauterbach in #3669
- fix:
update-check.shshould query GH Releases by @polarathene in #3666
Full Changelog: v13.0.0...v13.0.1