diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..596e97a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,51 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [3.0.0](https://github.com/ccin2p3/puppet-syslog_ng/tree/3.0.0) (2022-01-07) + +[Full Changelog](https://github.com/ccin2p3/puppet-syslog_ng/compare/v2.2.1...3.0.0) + +**Breaking changes:** + +- Drop support for OS which have reached EOL [\#10](https://github.com/ccin2p3/puppet-syslog_ng/pull/10) ([smortex](https://github.com/smortex)) +- Drop support for Puppet 4 [\#8](https://github.com/ccin2p3/puppet-syslog_ng/pull/8) ([smortex](https://github.com/smortex)) + +**Implemented enhancements:** + +- Add support for recent OS [\#11](https://github.com/ccin2p3/puppet-syslog_ng/pull/11) ([smortex](https://github.com/smortex)) +- Add support for Puppet 6 and 7 [\#9](https://github.com/ccin2p3/puppet-syslog_ng/pull/9) ([smortex](https://github.com/smortex)) +- Switch to GitHub actions [\#7](https://github.com/ccin2p3/puppet-syslog_ng/pull/7) ([smortex](https://github.com/smortex)) + +**Closed issues:** + +- Available module on forge is outdated [\#5](https://github.com/ccin2p3/puppet-syslog_ng/issues/5) + +**Merged pull requests:** + +- Switch to the new official syslog-ng repo [\#12](https://github.com/ccin2p3/puppet-syslog_ng/pull/12) ([smortex](https://github.com/smortex)) +- Remove notice messages [\#6](https://github.com/ccin2p3/puppet-syslog_ng/pull/6) ([smortex](https://github.com/smortex)) + +## [v2.2.1](https://github.com/ccin2p3/puppet-syslog_ng/tree/v2.2.1) (2020-09-22) + +* Add support for SLES +* Add repo management for Debian + +## [v2.1.0](https://github.com/ccin2p3/puppet-syslog_ng/tree/v2.1.0) (2018-09-06) + +* add structured fact +* fix bug where reload was triggered when service wasn't running +* add datatype + +## [v2.0.0](https://github.com/ccin2p3/puppet-syslog_ng/tree/v2.0.0) (2018-03-20) + +* Drop support for puppet < 4.9.1 +* First official release from ccin2p3 (was ihrwein before) +* Add module data in favor of params.pp + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/metadata.json b/metadata.json index 9859aa9..048f499 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "ccin2p3-syslog_ng", - "version": "2.2.1", + "version": "3.0.0", "author": "ccin2p3", "summary": "A module for generating syslog-ng configuration files.", "license": "Apache-2.0",