Skip to content

Commit

Permalink
release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Aug 8, 2023
1 parent 798115e commit ba3e10d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.1.0] - 2023-08-08

### Changed
- Update module dependencies
- Update PDK to 3.0.0

## [2.0.0] - 2023-05-16

### Added
Expand Down Expand Up @@ -81,7 +87,8 @@ This version removes `rmilter` support in favor of the `rspamd_proxy` [milter su
## Version 0.1.0 (unreleased)
Initial development, was not used or tested on a production system

[Unreleased]: https://github.com/markt-de/puppet-rspamd/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/markt-de/puppet-rspamd/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/markt-de/puppet-rspamd/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/markt-de/puppet-rspamd/compare/v1.3.0...v2.0.0
[1.3.0]: https://github.com/markt-de/puppet-rspamd/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/markt-de/puppet-rspamd/compare/v1.1.0...v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Default value: `undef`

##### <a name="-rspamd--config--value"></a>`value`

Data type: `String`
Data type: `Any`

the value of this config entry. See `type` for allowed types.

Expand Down Expand Up @@ -350,7 +350,7 @@ Default value: `[]`

##### <a name="-rspamd--ucl--config--value"></a>`value`

Data type: `Variant[Integer, Float, String]`
Data type: `Any`

the entry's value

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markt-rspamd",
"version": "2.0.0",
"version": "2.1.0",
"author": "markt.de",
"summary": "Installs and manages Rspamd spam filter",
"license": "Apache-2.0",
Expand Down

0 comments on commit ba3e10d

Please sign in to comment.