Skip to content

Commit

Permalink
Merge pull request #358 from voxpupuli/release-5.0.0
Browse files Browse the repository at this point in the history
Release 5.0.0
  • Loading branch information
jcpunk authored Nov 6, 2023
2 parents f75f1d3 + 9b14f0e commit efc2b43
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 4 deletions.
42 changes: 39 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,49 @@ 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.5.1](https://github.com/voxpupuli/puppet-firewalld/tree/v4.5.1) (2022-08-15)
## [v5.0.0](https://github.com/voxpupuli/puppet-firewalld/tree/v5.0.0) (2023-11-03)

[Full Changelog](https://github.com/voxpupuli/puppet-firewalld/compare/v4.5.0...v4.5.1)
[Full Changelog](https://github.com/voxpupuli/puppet-firewalld/compare/v4.5.1...v5.0.0)

**Breaking changes:**

- modulesync 7.0.0 and modernization [\#347](https://github.com/voxpupuli/puppet-firewalld/pull/347) ([jcpunk](https://github.com/jcpunk))
- Drop Puppet 6 support [\#339](https://github.com/voxpupuli/puppet-firewalld/pull/339) ([bastelfreak](https://github.com/bastelfreak))
- Add support for icmp-block-inversion [\#330](https://github.com/voxpupuli/puppet-firewalld/pull/330) ([jcpunk](https://github.com/jcpunk))

**Implemented enhancements:**

- Support ICMP block inversion in zones [\#270](https://github.com/voxpupuli/puppet-firewalld/issues/270)
- Add the parameter protocols to the firewalld\_zone resource type [\#357](https://github.com/voxpupuli/puppet-firewalld/pull/357) ([jcpunk](https://github.com/jcpunk))
- add missing documentation [\#353](https://github.com/voxpupuli/puppet-firewalld/pull/353) ([sircubbi](https://github.com/sircubbi))
- Run rubocop linter [\#350](https://github.com/voxpupuli/puppet-firewalld/pull/350) ([jcpunk](https://github.com/jcpunk))
- Add Puppet 8 support [\#343](https://github.com/voxpupuli/puppet-firewalld/pull/343) ([bastelfreak](https://github.com/bastelfreak))
- puppetlabs/stdlib: Allow 9.x [\#342](https://github.com/voxpupuli/puppet-firewalld/pull/342) ([bastelfreak](https://github.com/bastelfreak))
- Add individual\_calls parameter to set IndividualCalls [\#337](https://github.com/voxpupuli/puppet-firewalld/pull/337) ([Griphon](https://github.com/Griphon))
- Add support SLES 15 [\#334](https://github.com/voxpupuli/puppet-firewalld/pull/334) ([marek130](https://github.com/marek130))
- Add methods instances and prefetch for firewalld\_service [\#332](https://github.com/voxpupuli/puppet-firewalld/pull/332) ([marek130](https://github.com/marek130))
- Add support for policy objects [\#324](https://github.com/voxpupuli/puppet-firewalld/pull/324) ([qha](https://github.com/qha))
- Set default\_zone and log\_denied when firewalld is offline [\#317](https://github.com/voxpupuli/puppet-firewalld/pull/317) ([jameslikeslinux](https://github.com/jameslikeslinux))
- enable eb-family for all relevant firewalld-types [\#299](https://github.com/voxpupuli/puppet-firewalld/pull/299) ([sircubbi](https://github.com/sircubbi))
- Support specifying priority on rich rules [\#296](https://github.com/voxpupuli/puppet-firewalld/pull/296) ([ananace](https://github.com/ananace))

**Fixed bugs:**

- Simple version bump to fix internal release issues
- Try to fixup failing ICMP tests [\#356](https://github.com/voxpupuli/puppet-firewalld/pull/356) ([jcpunk](https://github.com/jcpunk))
- Fixup ICMP tests and set defaults [\#352](https://github.com/voxpupuli/puppet-firewalld/pull/352) ([jcpunk](https://github.com/jcpunk))
- Fix rich rule with typed action [\#329](https://github.com/voxpupuli/puppet-firewalld/pull/329) ([bmagistro](https://github.com/bmagistro))

**Closed issues:**

- \[4.5.1\] detect and filter overlapped IP's on firewalld\_ipset [\#355](https://github.com/voxpupuli/puppet-firewalld/issues/355)
- Upgrade compatibility to \<8.0.0? [\#333](https://github.com/voxpupuli/puppet-firewalld/issues/333)
- support for policy objects missing [\#316](https://github.com/voxpupuli/puppet-firewalld/issues/316)
- missing support for bridges/eb-familiy [\#298](https://github.com/voxpupuli/puppet-firewalld/issues/298)
- Cannot create rich rule with reject type [\#193](https://github.com/voxpupuli/puppet-firewalld/issues/193)

## [v4.5.1](https://github.com/voxpupuli/puppet-firewalld/tree/v4.5.1) (2022-08-15)

[Full Changelog](https://github.com/voxpupuli/puppet-firewalld/compare/v4.5.0...v4.5.1)

## [v4.5.0](https://github.com/voxpupuli/puppet-firewalld/tree/v4.5.0) (2022-08-15)

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-firewalld",
"version": "5.0.0-rc0",
"version": "5.0.0",
"author": "Vox Pupuli",
"summary": "Configure firewalld zones, services, and rich rules and direct config",
"license": "Apache-2.0",
Expand Down

0 comments on commit efc2b43

Please sign in to comment.