Skip to content

Commit

Permalink
release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Jun 17, 2024
1 parent a0866bc commit 013ce5b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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.4.1] - 2024-06-17

### Fixed
* Fix typo in common.yaml ([#47])
* Do not use file resource when concat is in use ([#49])

### Changed
* Update module dependencies
* Update to PDK 3.0.1

### Removed
* Drop legacy os support

## [2.3.0] - 2023-08-07

### Added
Expand All @@ -17,6 +30,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Make puppet/epel a dependency (was previously only a "soft" dependency)
* Update OS support, Puppet version and module dependencies

## [2.4.0] - 2024-06-17
Release 2.4.0 was incorrectly build and as a result immediately removed.

## [2.2.0] - 2023-07-11

### Added
Expand Down Expand Up @@ -122,7 +138,8 @@ This is a new major release that may contain (unexpected) breaking changes. Plea
## 1.0.0 - 2015-03-23
* Initial release

[Unreleased]: https://github.com/fraenki/puppet-proftpd/compare/v2.3.0...HEAD
[Unreleased]: https://github.com/fraenki/puppet-proftpd/compare/v2.4.1...HEAD
[2.4.1]: https://github.com/fraenki/puppet-proftpd/compare/v2.3.0...v2.4.1
[2.3.0]: https://github.com/fraenki/puppet-proftpd/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/fraenki/puppet-proftpd/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/fraenki/puppet-proftpd/compare/v2.0.0...v2.1.0
Expand All @@ -141,6 +158,8 @@ This is a new major release that may contain (unexpected) breaking changes. Plea
[1.2.0]: https://github.com/fraenki/puppet-proftpd/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/fraenki/puppet-proftpd/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/fraenki/puppet-proftpd/compare/v1.0.0...v1.1.0
[#49]: https://github.com/fraenki/puppet-proftpd/issues/49
[#47]: https://github.com/fraenki/puppet-proftpd/issues/47
[#44]: https://github.com/fraenki/puppet-proftpd/issues/44
[#41]: https://github.com/fraenki/puppet-proftpd/issues/41
[#40]: https://github.com/fraenki/puppet-proftpd/issues/40
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-proftpd",
"version": "2.3.0",
"version": "2.4.1",
"author": "markt.de",
"summary": "Puppet module to manage ProFTPD",
"license": "BSD-2-Clause",
Expand Down

0 comments on commit 013ce5b

Please sign in to comment.