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

Commit 18a4a6b

Browse files
committed
Prepare for 0.7.1
1 parent b483d6b commit 18a4a6b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ For example, consider a chain used to log
159159
We can then jump to this chain from other simple_iptables_rule chains, but an automatic jump to
160160
this chain won't be added.
161161

162+
By default, the name of the `simple_iptables_resource` is also used for an `iptables` comment.
163+
This default can be overridden by explicitly specifying a `comment` attribute.
164+
162165

163166
`simple_iptables_policy` Resource
164167
---------------------------------
@@ -385,6 +388,12 @@ Which results in the following iptables configuration:
385388

386389
Changes
387390
=======
391+
* 0.7.1 (Feburary 5, 2015)
392+
* Allow setting comment for rule (#57 - TheMeier)
393+
* Load rules on reboot on RHEL 7 and later (#58 - TheMeier)
394+
* Use the `simple_iptables_rule` resource name as the comment by default (#63 - dblessing)
395+
* Fix bug allowing duplicate entries (#60 - roman-yepishev-enoc)
396+
* Add ChefSpec matchers (#64 - dblessing)
388397
* 0.7.0 (September 6, 2014)
389398
* Add ip6tables (IPv6) support (#56 - chantra)
390399
* Add `:none` to one of the values that the attribute `direction` can be set to.

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

99
supports "debian", ">= 6.0"

0 commit comments

Comments
 (0)