Skip to content

Commit fe7fa9a

Browse files
Merge pull request #949 from puppetlabs/release
Release 2.7.0 merge back
2 parents 90602d1 + e6e5d26 commit fe7fa9a

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
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-
## [v2.6.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v2.5.0) (2020-10-01)
5+
## [v2.7.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v2.7.0) (2020-10-15)
66

7-
[Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v2.5.0...v2.5.0)
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v2.6.0...v2.7.0)
8+
9+
### Added
10+
11+
- \(IAC-1190\) add `ignore\_foreign` when purging firewallchains [\#948](https://github.com/puppetlabs/puppetlabs-firewall/pull/948) ([DavidS](https://github.com/DavidS))
12+
13+
## [v2.6.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v2.6.0) (2020-10-01)
14+
15+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v2.5.0...v2.6.0)
816

917
### Added
1018

REFERENCE.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,23 +77,23 @@ Data type: `Any`
7777

7878
Specify the name of the IPv4 iptables service.
7979

80-
Default value: `$::firewall::params::service_name`
80+
Default value: `$firewall::params::service_name`
8181

8282
##### `service_name_v6`
8383

8484
Data type: `Any`
8585

8686
Specify the name of the IPv6 iptables service.
8787

88-
Default value: `$::firewall::params::service_name_v6`
88+
Default value: `$firewall::params::service_name_v6`
8989

9090
##### `package_name`
9191

9292
Data type: `Any`
9393

9494
Specify the platform-specific package(s) to install.
9595

96-
Default value: `$::firewall::params::package_name`
96+
Default value: `$firewall::params::package_name`
9797

9898
##### `ebtables_manage`
9999

@@ -1456,6 +1456,18 @@ firewallchain { 'INPUT:filter:IPv4':
14561456
}
14571457
```
14581458

1459+
##### `ignore_foreign`
1460+
1461+
Valid values: ``false``, ``true``
1462+
1463+
Ignore rules that do not match the puppet title pattern "^\d+[[:graph:][:space:]]" when purging unmanaged firewall rules
1464+
in this chain.
1465+
This can be used to ignore rules that were not put in by puppet. Beware that nothing keeps other systems from
1466+
configuring firewall rules with a comment that starts with digits, and is indistinguishable from puppet-configured
1467+
rules.
1468+
1469+
Default value: ``false``
1470+
14591471
##### `name`
14601472

14611473
namevar

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": "2.6.0",
3+
"version": "2.7.0",
44
"author": "puppetlabs",
55
"summary": "Manages Firewalls such as iptables",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)