Skip to content

Commit

Permalink
Version 1.13.0
Browse files Browse the repository at this point in the history
Support firewall version 1.15.2.
  • Loading branch information
alex-harvey-z3q committed Apr 6, 2019
1 parent 4872a78 commit 5ffbf6d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .README.erb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ earlier|1.8.0
1.11.0|1.14.0
1.12.0|1.15.0
1.12.0|1.15.1
1.13.0|1.15.2
1.13.0|1.15.3

Note that Puppet 3 support was dropped in version 1.11.0.

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2019-04-06 - Version 1.13.0
- Update to support changes in firewall 1.15.2 (which added a
new feature) and 1.15.3.
- Add a test to ensure README is synced from the ERB.

2019-02-03 - Version 1.12.0
- Update to support changes in firewall 1.15.0.
- Minor changes to automated tests.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ earlier|1.8.0
1.11.0|1.14.0
1.12.0|1.15.0
1.12.0|1.15.1
1.13.0|1.15.2
1.13.0|1.15.3

Note that Puppet 3 support was dropped in version 1.11.0.

Expand Down
2 changes: 2 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
$ipsec_dir = undef,
$ipsec_policy = undef,
$ipset = undef,
$ipvs = undef,
$isfirstfrag = undef,
$isfragment = undef,
$ishasmorefrags = undef,
Expand Down Expand Up @@ -176,6 +177,7 @@
ipsec_dir => $ipsec_dir,
ipsec_policy => $ipsec_policy,
ipset => $ipset,
ipvs => $ipvs,
isfirstfrag => $isfirstfrag,
isfragment => $isfragment,
ishasmorefrags => $ishasmorefrags,
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alexharvey-firewall_multi",
"version": "1.12.0",
"version": "1.13.0",
"author": "Alex Harvey",
"summary": "A multiplexer frontend for puppetlabs/firewall",
"license": "MIT",
Expand Down

0 comments on commit 5ffbf6d

Please sign in to comment.