Skip to content

Releases: simp/pupmod-simp-iptables

Release of 7.0.0

28 Aug 14:51
Compare
Choose a tag to compare

Release of 7.0.0

  • Use firewalld by default
    • Drop use of iptables::use_firewalld function
  • Mark iptables::use_firewalld function deprecated
  • Drop EL7 support

Release of 6.13.1

17 Jan 21:04
Compare
Choose a tag to compare

Release of 6.13.1

  • Updated hiera.yaml facts to support puppet 8

Release of 6.13.0

24 Oct 19:19
3a8585d
Compare
Choose a tag to compare

Release of 6.13.0

  • Add EL9 support

Release of 6.12.0

12 Oct 17:29
52e0189
Compare
Choose a tag to compare

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

Release of 6.11.0

06 Sep 17:32
84ff76b
Compare
Choose a tag to compare
  • Add AlmaLinux 8 support

Release of 6.10.0

06 Sep 14:49
7905ec7
Compare
Choose a tag to compare
  • 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

01 Aug 14:06
0452657
Compare
Choose a tag to compare
  • Add RockyLinux 8 support

Release of 6.6.0

07 Jul 15:53
ed75d0a
Compare
Choose a tag to compare
  • Removed support for Puppet 5
  • Ensured support for Puppet 7 in requirements and stdlib

Release of 6.5.5

17 May 16:24
856612d
Compare
Choose a tag to compare
  • Fixed
    • Moved the service-relevant files out of install and into service
    • Ensure that EL8+ installs iptables-service instead of trying to install
      the EL7 packages
    • Call iptables::install in all enabled modes since firewalld may require
      the underlying packages
  • Removed EL6 support

Release of 6.5.4

17 Nov 20:59
6.5.4
6aa59fc
Compare
Choose a tag to compare
* 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.