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

Commit 65b8876

Browse files
committed
Prepare for 0.7.0 release
Bump up version number and update README
1 parent 0a068f6 commit 65b8876

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,10 +385,14 @@ Which results in the following iptables configuration:
385385

386386
Changes
387387
=======
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.
390391
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)
392396
* 0.6.5 (July 20, 2014)
393397
* Fix one-shot testing code to work with Chef versions prior to 11.12.
394398
* Make one-shot testing error line detection code more robust (#48 - Kim Tore Jensen)

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

99
supports "debian", ">= 6.0"

0 commit comments

Comments
 (0)