]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
CHANGELOG.md updates
authorTim Skirvin <tskirvin@fnal.gov>
Fri, 8 Oct 2021 14:28:14 +0000 (09:28 -0500)
committerTim Skirvin <tskirvin@fnal.gov>
Fri, 8 Oct 2021 14:28:14 +0000 (09:28 -0500)
1  2 
CHANGELOG.md

diff --cc CHANGELOG.md
index 5409d4ef5b39be64464082ac471371720ed3feb1,0c4b07f3df7da9edc73abf777538d2f14ff36449..b315980bd61b22a12038fafaf81795e7694c745c
@@@ -2,15 -2,48 +2,58 @@@
  
  All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
  
 +## Unversioned
 +
 +### iptables.rb
 +
 +There are cases where spaces and quotes in iptables comments generated by
 +mainstream sources (e.g. podman) were causing rules to not parse properly.
 +We didn't fix the whole problem, but we removed those comments for parsing
 +purposes.
 +
+ ## [v3.2.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v3.2.0) (2021-09-06)
+ [Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v3.1.0...v3.2.0)
+ ### Added
+ - pdksync - \(IAC-1709\) - Add Support for Debian 11 [\#1005](https://github.com/puppetlabs/puppetlabs-firewall/pull/1005) ([david22swan](https://github.com/david22swan))
+ ### Fixed
+ - Fix "undefined method `gsub' for nil:NilClass" when changing existing rule UID from absent to any present [\#1010](https://github.com/puppetlabs/puppetlabs-firewall/pull/1010) ([onyxmaster](https://github.com/onyxmaster))
+ ## [v3.1.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v3.1.0) (2021-07-26)
+ [Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v3.0.2...v3.1.0)
+ ### Added
+ - add compatibility with Rocky Linux [\#998](https://github.com/puppetlabs/puppetlabs-firewall/pull/998) ([vchepkov](https://github.com/vchepkov))
+ ### Fixed
+ - \(MODULES-11138\) - Fix mac\_source Facter.fact\(\).value\(\) issue with Facter 3 [\#1002](https://github.com/puppetlabs/puppetlabs-firewall/pull/1002) ([adrianiurca](https://github.com/adrianiurca))
+ ## [v3.0.2](https://github.com/puppetlabs/puppetlabs-firewall/tree/v3.0.2) (2021-07-19)
+ [Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v3.0.1...v3.0.2)
+ ### Fixed
+ - sles-15: mac\_source is downcased by iptables [\#997](https://github.com/puppetlabs/puppetlabs-firewall/pull/997) ([adrianiurca](https://github.com/adrianiurca))
+ - fix: parsing random\_fully in ip6tables [\#996](https://github.com/puppetlabs/puppetlabs-firewall/pull/996) ([scoiatael](https://github.com/scoiatael))
+ ## [v3.0.1](https://github.com/puppetlabs/puppetlabs-firewall/tree/v3.0.1) (2021-06-21)
+ [Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v3.0.0...v3.0.1)
+ ### Fixed
+ - Fixed link to REFERENCE.md [\#993](https://github.com/puppetlabs/puppetlabs-firewall/pull/993) ([Samgarr](https://github.com/Samgarr))
+ - Update README.md [\#986](https://github.com/puppetlabs/puppetlabs-firewall/pull/986) ([arjenz](https://github.com/arjenz))
++>>>>>>> upstream/main
  ## [v3.0.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v3.0.0) (2021-03-01)
  
  [Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v2.8.1...v3.0.0)