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

Commit 4145f67

Browse files
committed
Bump up version to 0.6.5 and update ChangeLog
1 parent 3398be6 commit 4145f67

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,13 @@ Which results in the following iptables configuration:
338338

339339
Changes
340340
=======
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`.
341348
* 0.6.4 (June 8, 2014)
342349
* Change testing mechanism to use `iptables-restore --test`. This tests
343350
all rules at once and results in much better performance. In case of a

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.6.4"
32+
"version": "0.6.5"
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.6.4"
6+
version "0.6.5"
77
name "simple_iptables"
88

99
supports "debian", ">= 6.0"

0 commit comments

Comments
 (0)