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

Commit fe0bf95

Browse files
committed
Prepare 0.7.3 release
1 parent 274d6d5 commit fe0bf95

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,9 @@ Which results in the following iptables configuration:
387387

388388
Changes
389389
=======
390+
* 0.7.3 (October 24, 2015)
391+
* Fix ipv6 support when using ip-version :both (#73 - chantra)
392+
* Avoid Lazy Defaults in LWRP Definitions to maintain compatibility with older Chef version
390393
* 0.7.2 (June 12, 2015)
391394
* simple_iptables_rule attribute "rule" defaults to "" (#71 - rtkcstegel)
392395
* fixed foodcritic errors saying provider needed to always call new_resource.updated_by_last_action (#71 - rtkcstegel)

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

99
supports "debian", ">= 6.0"

0 commit comments

Comments
 (0)