Skip to content

Latest commit

 

History

History
189 lines (109 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

189 lines (109 loc) · 10.4 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.

v4.3.0 (2024-08-09)

Full Changelog

Merged pull requests:

  • update puppet-systemd upper bound to 8.0.0 #101 (TheMeier)

v4.2.0 (2024-02-09)

Full Changelog

Implemented enhancements:

v4.1.0 (2023-11-25)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • IP::Address type is no longer supported, switch to Stdlib variant #92 (WoutResseler)

v4.0.0 (2023-10-20)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Enable creating ipset::set resources via Hiera #41
  • puppet/systemd: Allow 5.x & 6.x #89 (bastelfreak)
  • puppetlabs/stdlib: Allow 9.x #87 (bastelfreak)
  • this is a fix for newer kernel and resolves #68 #81 (muncjack)

Fixed bugs:

  • make the exec depend on the file it is execing #80 (spakka)

v3.0.0 (2023-01-27)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

  • subnet 32 should not be stripped in ipset_sync #65
  • Potential for systemd dependency cycles #63
  • /32 is incorrectly stripped from IPv6 networks #30
  • Add dependency on debian iptables service #73 (oliparcol)
  • Enable CentOS/RHEL 8 support, stop triggering sync exec when nothing changes #71 (WoutResseler)
  • update ipset_sync a bug with ipv6 #66 (muncjack)
  • Override DefaultDependencies on ipset service unit #64 (sagepe)

v2.1.0 (2021-12-30)

Full Changelog

Implemented enhancements:

  • use 'content' instead of 'source' to increase performance #60 (kBite)

Merged pull requests:

v2.0.0 (2021-06-03)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Make the 'set' parameter optional #23
  • add 'sets' hash to configure 'ipset::set' resource via Hiera #42 (kBite)
  • Add unmanaged ipset example to README.md #29 (kasimon)

Fixed bugs:

Closed issues:

  • Set file for unmanaged ipsets is emptied on each puppet run #39

Merged pull requests:

v1.2.3 (2020-03-04)

Full Changelog

Fixed bugs:

Closed issues:

  • hashsize is dynamic and produces errors on large sets #26

v1.2.1 (2020-03-02)

Full Changelog

Fixed bugs:

v1.2.0 (2019-11-18)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v1.1.0 (2019-10-21)

Full Changelog

Implemented enhancements:

v1.0.0 (2019-10-08)

Full Changelog

Implemented enhancements:

Merged pull requests:

  • update puppet-strings/README.md documentation #6 (bastelfreak)
  • Fix Rubocop/puppet-lint warnings & broken travis config & broken acceptance tests #1 (bastelfreak)

* This Changelog was automatically generated by github_changelog_generator