All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.1.0 - 2023-08-08
- Update module dependencies
- Update PDK to 3.0.0
2.0.0 - 2023-05-16
- Add support for managing RPM/YUM repositories (#14)
- Add limited support for UCL ".include" macro (#15)
- Add basic acceptance test
- Enable GitHub Actions
- Drop the "inherit" keyword and declare private classes (#13)
- Bump module dependencies and OS versions
- Update PDK version (#16)
- Replace legacy facts with modern facts
- Assorted coding style fixes
- Convert to Puppet Strings
- Fix unit tests
1.3.0 - 2021-02-03
- Increase compatible dependency versions in metadata (#8)
- Add parameter
$package_ensure
(#10) - Convert to PDK
1.2.0 - 2020-04-07
This release solely changes documentation and metadata.
Release 1.1.0 - 2019-03-03
This version adds a convenience parameter for simplified hiera usage.
- $rspamd::config parameter to simplify usage from hiera out of the box (#2).
Release 1.0.2 - 2018-01-28
This version fixes a regression introduced in 1.0.0 that caused a non-working APT repo to be added on Debian/Ubuntu by default.
- Fix links in this changelog
- Fix repo being added with
undef
URL by default on Debian/Ubuntu.
Release 1.0.1 - 2018-01-28
This version contains some minor documentation fixes only
- Fix links in this changelog
Release 1.0.0 - 2018-01-28
First stable release. This version now requires Puppet 4.9 or greater.
- FreeBSD support (no repo management)
- Large refactoring to adhere to standard module layout
$packages_install
has been renamed to$package_manage
- Minimum required Puppet version is now 4.9
- Several style/lint related changes
Release 0.2.1 - 2017-07-31
First public release. This version is used by the author on a production system.
- Fixes several style/lint related issues
Release 0.2.0 - 2017-07-31
This version removes rmilter
support in favor of the rspamd_proxy
milter support added in Rspamd 1.6
Initial development, was not used or tested on a production system