Skip to content

Commit bddd8ea

Browse files
authored
Merge pull request #1025 from puppetlabs/release-prep
Release prep v3.3.0
2 parents 63e9454 + 1545463 commit bddd8ea

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22

33
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).
44

5-
## Unversioned
5+
## [v3.3.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v3.3.0) (2021-12-15)
66

7-
### iptables.rb
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v3.2.0...v3.3.0)
88

9-
There are cases where spaces and quotes in iptables comments generated by
10-
mainstream sources (e.g. podman) were causing rules to not parse properly.
11-
We didn't fix the whole problem, but we removed those comments for parsing
12-
purposes.
9+
### Added
10+
11+
- pdksync - \(IAC-1753\) - Add Support for AlmaLinux 8 [\#1020](https://github.com/puppetlabs/puppetlabs-firewall/pull/1020) ([david22swan](https://github.com/david22swan))
12+
- pdksync - \(IAC-1751\) - Add Support for Rocky 8 [\#1017](https://github.com/puppetlabs/puppetlabs-firewall/pull/1017) ([david22swan](https://github.com/david22swan))
13+
14+
### Fixed
15+
16+
- Bugfix MODULES-11203: error on second apply when uid or gid is specified as a range [\#1019](https://github.com/puppetlabs/puppetlabs-firewall/pull/1019) ([cmd-ntrf](https://github.com/cmd-ntrf))
17+
- Fedora 34 and iptables-compat fix; properly utilising iptables param. [\#1018](https://github.com/puppetlabs/puppetlabs-firewall/pull/1018) ([adamboutcher](https://github.com/adamboutcher))
18+
- pdksync - \(IAC-1598\) - Remove Support for Debian 8 [\#1015](https://github.com/puppetlabs/puppetlabs-firewall/pull/1015) ([david22swan](https://github.com/david22swan))
19+
- Add carp protocol to :proto property [\#1014](https://github.com/puppetlabs/puppetlabs-firewall/pull/1014) ([adrianiurca](https://github.com/adrianiurca))
20+
- \(MODULES-6876\) lib/puppet/provider/firewall/iptables.rb - comments cleanup for parsing [\#981](https://github.com/puppetlabs/puppetlabs-firewall/pull/981) ([tskirvin](https://github.com/tskirvin))
1321

1422
## [v3.2.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v3.2.0) (2021-09-06)
1523

@@ -52,7 +60,6 @@ purposes.
5260

5361
- Fixed link to REFERENCE.md [\#993](https://github.com/puppetlabs/puppetlabs-firewall/pull/993) ([Samgarr](https://github.com/Samgarr))
5462
- Update README.md [\#986](https://github.com/puppetlabs/puppetlabs-firewall/pull/986) ([arjenz](https://github.com/arjenz))
55-
>>>>>>> upstream/main
5663

5764
## [v3.0.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v3.0.0) (2021-03-01)
5865

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ This would cover ports 1 to 1024.
996996

997997
##### `proto`
998998

999-
Valid values: `[:ip, :tcp, :udp, :icmp, :"ipv6-icmp", :esp, :ah, :vrrp, :igmp, :ipencap, :ipv4, :ipv6, :ospf, :gre, :cbt, :sctp, :pim, :all].map { |proto|
999+
Valid values: `[:ip, :tcp, :udp, :icmp, :"ipv6-icmp", :esp, :ah, :vrrp, :carp, :igmp, :ipencap, :ipv4, :ipv6, :ospf, :gre, :cbt, :sctp, :pim, :all].map { |proto|
10001000
[proto, "! #{proto}".to_sym]
10011001
}.flatten`
10021002

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-firewall",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"author": "puppetlabs",
55
"summary": "Manages Firewalls such as iptables",
66
"license": "Apache-2.0",

pdk.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
ignore: []

0 commit comments

Comments
 (0)