diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c369b4..1b65a49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v7.1.0](https://github.com/voxpupuli/puppet-rsyslog/tree/v7.1.0) (2023-10-20) + +[Full Changelog](https://github.com/voxpupuli/puppet-rsyslog/compare/v7.0.1...v7.1.0) + +**Implemented enhancements:** + +- metadata.json: allow puppetlabs-concat \< 10 [\#234](https://github.com/voxpupuli/puppet-rsyslog/pull/234) ([kenyon](https://github.com/kenyon)) +- Update supported Fedora version to 38 [\#233](https://github.com/voxpupuli/puppet-rsyslog/pull/233) ([kenyon](https://github.com/kenyon)) +- Add Puppet 8 support [\#228](https://github.com/voxpupuli/puppet-rsyslog/pull/228) ([bastelfreak](https://github.com/bastelfreak)) +- Add warning to indicate that the files are managed by Puppet. [\#214](https://github.com/voxpupuli/puppet-rsyslog/pull/214) ([bschonec](https://github.com/bschonec)) + +**Fixed bugs:** + +- fix f38 acceptance tests failing on rsyslog-elasticsearch [\#237](https://github.com/voxpupuli/puppet-rsyslog/pull/237) ([jhoblitt](https://github.com/jhoblitt)) +- drop support for scientific linux 8 -- sl8 never existed [\#236](https://github.com/voxpupuli/puppet-rsyslog/pull/236) ([jhoblitt](https://github.com/jhoblitt)) +- Fix CI on OracleLinux [\#231](https://github.com/voxpupuli/puppet-rsyslog/pull/231) ([smortex](https://github.com/smortex)) +- Fix old client/server model reference in README [\#209](https://github.com/voxpupuli/puppet-rsyslog/pull/209) ([cruelsmith](https://github.com/cruelsmith)) + ## [v7.0.1](https://github.com/voxpupuli/puppet-rsyslog/tree/v7.0.1) (2023-06-18) [Full Changelog](https://github.com/voxpupuli/puppet-rsyslog/compare/v7.0.0...v7.0.1) diff --git a/metadata.json b/metadata.json index 054b1af..9b29e8c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-rsyslog", - "version": "7.0.2-rc0", + "version": "7.1.0", "author": "Vox Pupuli", "summary": "Manage rsyslog v8 configuration", "license": "Apache-2.0", @@ -45,7 +45,9 @@ }, { "operatingsystem": "Debian", - "operatingsystemrelease": [] + "operatingsystemrelease": [ + + ] }, { "operatingsystem": "Fedora",