This repository was archived by the owner on Jan 15, 2025. It is now read-only.
File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -338,6 +338,13 @@ Which results in the following iptables configuration:
338
338
339
339
Changes
340
340
=======
341
+ * 0.6.5 (July 20, 2014)
342
+ * Fix one-shot testing code to work with Chef versions prior to 11.12.
343
+ * Make one-shot testing error line detection code more robust (#48 - Kim Tore Jensen)
344
+ * Add ` chain_condition ` attribute to ` rule ` provider. This allows to specify
345
+ a condition which is tested before jumping to the chain.
346
+ If a ` chain_condition ` is not specified, the jump is unconditional, as before.
347
+ * Fix README examples to use ` direction ` attribute rather than ` chain ` .
341
348
* 0.6.4 (June 8, 2014)
342
349
* Change testing mechanism to use ` iptables-restore --test ` . This tests
343
350
all rules at once and results in much better performance. In case of a
Original file line number Diff line number Diff line change 29
29
},
30
30
"recipes" : {
31
31
},
32
- "version" : " 0.6.4 "
32
+ "version" : " 0.6.5 "
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.4 "
6
+ version "0.6.5 "
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