This repository was archived by the owner on Jan 15, 2025. It is now read-only.
File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -385,10 +385,14 @@ Which results in the following iptables configuration:
385
385
386
386
Changes
387
387
=======
388
- * 0.6.6 (Aug 1, 2014)
389
- * Added ` :none ` to one of the values that the attribute ` direction ` can be set to.
388
+ * 0.7.0 (September 6, 2014)
389
+ * Add ip6tables (IPv6) support (#56 - chantra)
390
+ * Add ` :none ` to one of the values that the attribute ` direction ` can be set to.
390
391
When set to : none , a rule to jump to the chain created will not be added to any
391
- direction chains.
392
+ direction chains (#54 - Kevin Deng)
393
+ * Add ` node.simple_iptables.tables ` attribute to specify the tables for which rules
394
+ will be generated (#53 - Pavel Yudin)
395
+ * Add Test Kitchen tests (#51 - Pavel Yudin)
392
396
* 0.6.5 (July 20, 2014)
393
397
* Fix one-shot testing code to work with Chef versions prior to 11.12.
394
398
* Make one-shot testing error line detection code more robust (#48 - Kim Tore Jensen)
Original file line number Diff line number Diff line change 29
29
},
30
30
"recipes" : {
31
31
},
32
- "version" : " 0.6.5 "
32
+ "version" : " 0.7.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.6.5 "
6
+ version "0.7.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