Releases: simp/pupmod-simp-iptables
Releases · simp/pupmod-simp-iptables
Release of 7.0.0
Release of 7.0.0
- Use firewalld by default
- Drop use of
iptables::use_firewalld
function
- Drop use of
- Mark
iptables::use_firewalld
function deprecated - Drop EL7 support
Release of 6.13.1
Release of 6.13.1
- Updated hiera.yaml facts to support puppet 8
Release of 6.13.0
Release of 6.13.0
- Add EL9 support
Release of 6.12.0
Release of 6.12.0
- [puppetsync] Updates for Puppet 8
- These updates may include the following:
- Update Gemfile
- Add support for Puppet 8
- Drop support for Puppet 6
- Update module dependencies
- These updates may include the following:
Release of 6.11.0
- Add AlmaLinux 8 support
Release of 6.10.0
- Add support for Puppet 8 and stdlib 9
- Drop support for Puppet 6
- Update gem dependencies
- Clean up Gemfile for rubocop
Release of 6.8.0
- Add RockyLinux 8 support
Release of 6.6.0
- Removed support for Puppet 5
- Ensured support for Puppet 7 in requirements and stdlib
Release of 6.5.5
- Fixed
- Moved the service-relevant files out of
install
and intoservice
- Ensure that EL8+ installs
iptables-service
instead of trying to install
the EL7 packages - Call
iptables::install
in all enabled modes sincefirewalld
may require
the underlying packages
- Moved the service-relevant files out of
- Removed EL6 support
Release of 6.5.4
* Mon Nov 16 2020 Liz Nemsick <lnemsick.simp@gmail.com> - 6.5.4 - Fixed a bug in which the iptables services and rules were not managed when iptables::use_firewalld was set to true on an EL6 system. - Fixed an ordering issue with setting `xt_recent` parameters that could occur on OEL7 nodes. However, there are other issues with `xt_recent` on OEL that may prevent this module from working on OEL in some circumstances.