Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 7.1.0 #238

Merged
merged 2 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 4 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -45,7 +45,9 @@
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": []
"operatingsystemrelease": [
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

release:prepare did this...


]
},
{
"operatingsystem": "Fedora",
Expand Down