Skip to content

Latest commit

 

History

History
171 lines (115 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

171 lines (115 loc) · 12.8 KB

Changelog

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.

v2.0.0 (2021-06-01)

Full Changelog

Breaking changes:

  • Drop Puppet 5, puppetlabs/concat 7.x, puppetlabs/stdlib 7.x, camptocamp/systemd: 3.x #92 (traylenator)
  • Drop Puppet 5 support #79 (kenyon)

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Class[Nftables::Bridges]['bridgenames'] contains a Regexp value. It will be converted to the String '/^br.+/' #83

Merged pull requests:

v1.3.0 (2021-03-25)

Full Changelog

Implemented enhancements:

Merged pull requests:

  • Fix sections and add a pointer to code snippets for Emacs #81 (nbarrientos)

v1.2.0 (2021-03-03)

Full Changelog

Implemented enhancements:

  • start declaring the 'global' chain with module resources #73 (lelutin)

Fixed bugs:

  • nftables service is broken after reboot #74
  • fix #74 - ensure table are initialized before flushing them #75 (duritong)

v1.1.1 (2021-01-29)

Full Changelog

Fixed bugs:

  • Simplerule: wrong IP protocol version filter statement for IPv6 traffic #69
  • Fix IP version filter for IPv6 traffic #70 (nbarrientos)

Merged pull requests:

v1.1.0 (2021-01-25)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • nftables::simplerule should follow the same rules as nftables::rule #58
  • Align simplerule and rule rulename requirements #59 (nbarrientos)

Closed issues:

  • Get it under the voxpupuli umbrella #35

Merged pull requests:

  • Add badges to README #63 (traylenator)
  • Check that all the predefined rules are declared in the all rules acceptance test #53 (nbarrientos)

v1.0.0 (2020-12-15)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

Closed issues:

  • deploying custom tables is broken #45
  • Switch to Stdlib::Port everywhere #37
  • Add set definition from Hiera #24
  • Add an option to disable NAT #23
  • Add an option to limit the rate of logged messages #19
  • Rule API #17
  • Publish to forge.puppet.com #11
  • The global chain contains INPUT specific rules #9
  • The fate of forbidden packets should be configurable #2

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator