From 4145f67711ecc7c15cefdfe32cad0f511323d1ba Mon Sep 17 00:00:00 2001 From: Ray Ruvinskiy Date: Sun, 20 Jul 2014 20:05:56 -0400 Subject: [PATCH] Bump up version to 0.6.5 and update ChangeLog --- README.md | 7 +++++++ metadata.json | 2 +- metadata.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1d5ecb..6dc4805 100644 --- a/README.md +++ b/README.md @@ -338,6 +338,13 @@ Which results in the following iptables configuration: Changes ======= +* 0.6.5 (July 20, 2014) + * Fix one-shot testing code to work with Chef versions prior to 11.12. + * Make one-shot testing error line detection code more robust (#48 - Kim Tore Jensen) + * Add `chain_condition` attribute to `rule` provider. This allows to specify + a condition which is tested before jumping to the chain. + If a `chain_condition` is not specified, the jump is unconditional, as before. + * Fix README examples to use `direction` attribute rather than `chain`. * 0.6.4 (June 8, 2014) * Change testing mechanism to use `iptables-restore --test`. This tests all rules at once and results in much better performance. In case of a diff --git a/metadata.json b/metadata.json index 1a51f05..fa69107 100644 --- a/metadata.json +++ b/metadata.json @@ -29,5 +29,5 @@ }, "recipes": { }, - "version": "0.6.4" + "version": "0.6.5" } diff --git a/metadata.rb b/metadata.rb index 1065c56..57267ad 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ license "BSD" description "Simple LWRP and recipe for managing iptables rules" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "0.6.4" +version "0.6.5" name "simple_iptables" supports "debian", ">= 6.0"