File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -387,6 +387,9 @@ Which results in the following iptables configuration:
387
387
388
388
Changes
389
389
=======
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
390
393
* 0.7.5 (June 27, 2016)
391
394
* Allow NAT for IPv6 (#79 - andrewheald)
392
395
* 0.7.4 (January 25, 2016)
Original file line number Diff line number Diff line change 29
29
},
30
30
"recipes" : {
31
31
},
32
- "version" : " 0.7.5 "
32
+ "version" : " 0.8.0 "
33
33
}
Original file line number Diff line number Diff line change 3
3
license "BSD"
4
4
description "Simple LWRP and recipe for managing iptables rules"
5
5
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
6
- version "0.7.5 "
6
+ version "0.8.0 "
7
7
name "simple_iptables"
8
8
9
9
supports "debian" , ">= 6.0"
You can’t perform that action at this time.
0 commit comments