Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 12b6bd6

Browse files
committed
Updates for 0.8.0 release
1 parent fd33346 commit 12b6bd6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,9 @@ Which results in the following iptables configuration:
387387

388388
Changes
389389
=======
390+
* 0.8.0 (November 17, 2016)
391+
* Order of rules with the same weight reflects the order of the resources in a recipe
392+
* Switch to default attributes from normal attributes
390393
* 0.7.5 (June 27, 2016)
391394
* Allow NAT for IPv6 (#79 - andrewheald)
392395
* 0.7.4 (January 25, 2016)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
},
3030
"recipes": {
3131
},
32-
"version": "0.7.5"
32+
"version": "0.8.0"
3333
}

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
license "BSD"
44
description "Simple LWRP and recipe for managing iptables rules"
55
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
6-
version "0.7.5"
6+
version "0.8.0"
77
name "simple_iptables"
88

99
supports "debian", ">= 6.0"

0 commit comments

Comments
 (0)