Skip to content

Latest commit

 

History

History
348 lines (196 loc) · 18.3 KB

File metadata and controls

348 lines (196 loc) · 18.3 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.

v10.0.0 (2024-06-13)

Full Changelog

Breaking changes:

Implemented enhancements:

Merged pull requests:

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

v9.0.0 (2023-02-16)

Full Changelog

Breaking changes:

  • drop EOL OSes Debian-9 and Ubuntu-16.04 #162 (Dan33l)

Implemented enhancements:

v8.1.0 (2023-01-23)

Full Changelog

Implemented enhancements:

v8.0.0 (2022-05-05)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Add parameter manage_package to enable managing ferm package outside of this module #146 (kBite)

Fixed bugs:

v7.0.1 (2021-08-26)

Full Changelog

Merged pull requests:

v7.0.0 (2021-07-26)

Full Changelog

Breaking changes:

Merged pull requests:

v6.0.0 (2021-06-29)

Full Changelog

Breaking changes:

Implemented enhancements:

Merged pull requests:

v5.0.0 (2020-07-02)

Full Changelog

Implemented enhancements:

  • implement proper sport/dport types, validate port ranges, fix some minor regressions #114 (foxxx0)

v4.0.0 (2020-06-22)

Full Changelog

Breaking changes:

  • implement multiport support for dport/sport / drop string support for sport/dport #112 (foxxx0)

Implemented enhancements:

Closed issues:

  • Unrecognized keyword: @preserve with ubuntu1604 #103
  • feature: include custom ferm files? #76

v3.0.1 (2020-05-06)

Full Changelog

Fixed bugs:

Merged pull requests:

v3.0.0 (2020-04-21)

Full Changelog

Breaking changes:

  • by default dont log dropped packets #101 (bastelfreak)
  • use dedicated conntrack parameters / by default disable conntrack for new chains / by default enable conntrack for filter INPUT chain #90 (Dan33l)

Implemented enhancements:

Merged pull requests:

v2.7.0 (2019-10-29)

Full Changelog

Merged pull requests:

v2.6.0 (2019-10-08)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v2.5.0 (2019-09-13)

Full Changelog

Implemented enhancements:

  • Add more examples #73 (foxxx0)
  • expose parameter to initialize custom chains #68 (foxxx0)
  • allow using an array for $proto #67 (foxxx0)
  • add ability to configure rules in tables other than the default "filter" table #58 (foxxx0)

Fixed bugs:

  • idempotency issue with CentOS6 since module version 2.2.0 #63
  • unable to configure Debian OSes #60
  • fix kernel incompatibilities #72 (foxxx0)
  • Fix config handling and caching on Debian #69 (bastelfreak)
  • add missing status option for CentOS 6 init script #65 (Dan33l)

Closed issues:

  • Please support JUMP. #61

Merged pull requests:

v2.4.0 (2019-09-02)

Full Changelog

Implemented enhancements:

  • allow preserving of chains in tables #55 (bastelfreak)
  • Add Debian 10 support & make configdirectory configureable #54 (bastelfreak)
  • allow all supported iptables protocolls & enhance puppet-strings documentation Unverified #52 (bastelfreak)
  • Allow array for saddr and daddr #51 (kBite)

Merged pull requests:

v2.3.0 (2019-07-12)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Allow puppetlabs/concat 6.x, puppetlabs/stdlib 6.x #46 (dhoppe)

Merged pull requests:

v2.2.0 (2019-04-05)

Full Changelog

Implemented enhancements:

v2.1.0 (2019-03-14)

Full Changelog

Implemented enhancements:

v2.0.0 (2019-01-24)

Full Changelog

Breaking changes:

Implemented enhancements:

  • permit to choose ipv4, ipv6 or both #35 (Dan33l)

v1.4.0 (2018-12-20)

Full Changelog

Implemented enhancements:

v1.3.2 (2018-10-05)

Full Changelog

Merged pull requests:

v1.3.1 (2018-08-31)

Full Changelog

Merged pull requests:

v1.3.0 (2018-07-13)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • ferm fails to apply changed/new rules on Ubuntu 16.04 #16

Merged pull requests:

v1.2.0 (2018-03-17)

Full Changelog

Implemented enhancements:

  • Make usage of conntrack optional #9
  • introduce parameter disable_conntrack #10 (kBite)

v1.1.1 (2018-03-15)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator