Skip to content

Commit

Permalink
release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Wall committed May 16, 2023
1 parent 2d6e118 commit 04f429a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [Unreleased]
## [2.0.0] - 2023-05-16

### Added
- Add support for managing RPM/YUM repositories ([#14])
Expand All @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fix unit tests

## [1.3.0] - 2021-02-03

### Added
- Increase compatible dependency versions in metadata ([#8])
- Add parameter `$package_ensure` ([#10])
Expand Down Expand Up @@ -80,7 +81,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/v1.3.0...HEAD
[Unreleased]: https://github.com/markt-de/puppet-rspamd/compare/v2.0.0...HEAD
[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
[1.1.0]: https://github.com/markt-de/puppet-rspamd/compare/v1.0.2...v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markt-rspamd",
"version": "1.3.0",
"version": "2.0.0",
"author": "markt.de",
"summary": "Installs and manages Rspamd spam filter",
"license": "Apache-2.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.0.0 < 9.0.0"
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"pdk-version": "2.7.1",
Expand Down

0 comments on commit 04f429a

Please sign in to comment.