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:
387387
388388Changes
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)
Original file line number Diff line number Diff line change 2929 },
3030 "recipes" : {
3131 },
32- "version" : " 0.7.5 "
32+ "version" : " 0.8.0 "
3333}
Original file line number Diff line number Diff line change 33license "BSD"
44description "Simple LWRP and recipe for managing iptables rules"
55long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
6- version "0.7.5 "
6+ version "0.8.0 "
77name "simple_iptables"
88
99supports "debian" , ">= 6.0"
You can’t perform that action at this time.
0 commit comments