Skip to content

Commit

Permalink
Merge pull request #91 from bastelfreak/rel400
Browse files Browse the repository at this point in the history
Release 4.0.0
  • Loading branch information
bastelfreak authored Oct 20, 2023
2 parents 29ca388 + 6b266f9 commit 66068ec
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ 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.

## [v4.0.0](https://github.com/voxpupuli/puppet-ipset/tree/v4.0.0) (2023-10-20)

[Full Changelog](https://github.com/voxpupuli/puppet-ipset/compare/v3.0.0...v4.0.0)

**Breaking changes:**

- Drop OracleLinux 7, Add EL9/Alma/Rocky support [\#90](https://github.com/voxpupuli/puppet-ipset/pull/90) ([bastelfreak](https://github.com/bastelfreak))
- Drop Puppet 6 support [\#83](https://github.com/voxpupuli/puppet-ipset/pull/83) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- Enable creating `ipset::set` resources via Hiera [\#41](https://github.com/voxpupuli/puppet-ipset/issues/41)
- puppet/systemd: Allow 5.x & 6.x [\#89](https://github.com/voxpupuli/puppet-ipset/pull/89) ([bastelfreak](https://github.com/bastelfreak))
- puppetlabs/stdlib: Allow 9.x [\#87](https://github.com/voxpupuli/puppet-ipset/pull/87) ([bastelfreak](https://github.com/bastelfreak))
- this is a fix for newer kernel and resolves \#68 [\#81](https://github.com/voxpupuli/puppet-ipset/pull/81) ([muncjack](https://github.com/muncjack))

**Fixed bugs:**

- make the exec depend on the file it is execing [\#80](https://github.com/voxpupuli/puppet-ipset/pull/80) ([spakka](https://github.com/spakka))

## [v3.0.0](https://github.com/voxpupuli/puppet-ipset/tree/v3.0.0) (2023-01-27)

[Full Changelog](https://github.com/voxpupuli/puppet-ipset/compare/v2.1.0...v3.0.0)
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": "puppet-ipset",
"version": "3.0.1-rc0",
"version": "4.0.0",
"author": "Vox Pupuli",
"summary": "Linux ipsets management",
"license": "AGPL-3.0",
Expand Down

0 comments on commit 66068ec

Please sign in to comment.