From 1236676e2dbd5ad0ba928b44006bf9e8f451f1d7 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Mon, 15 Feb 2016 10:51:02 +0100 Subject: [PATCH] 0.11.1 --- CHANGELOG.md | 20 ++++++++++++++++++-- lib/kitchen/verifier/inspec_version.rb | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f50cc1..50b0a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,19 @@ # Change Log -## [0.11.0](https://github.com/chef/kitchen-inspec/tree/0.11.0) (2016-02-02) -[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.10.1...0.11.0) +## [0.11.1](https://github.com/chef/kitchen-inspec/tree/0.11.1) (2016-02-15) +[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.11.0...0.11.1) + +**Fixed bugs:** + +- bugfix: use the right container in combination with kitchen-dokken [\#43](https://github.com/chef/kitchen-inspec/pull/43) ([chris-rock](https://github.com/chris-rock)) + +**Merged pull requests:** + +- deduplicate Gemfiles [\#41](https://github.com/chef/kitchen-inspec/pull/41) ([srenatus](https://github.com/srenatus)) +- work well with other testing frameworks in test-kitchen [\#40](https://github.com/chef/kitchen-inspec/pull/40) ([chris-rock](https://github.com/chris-rock)) + +## [v0.11.0](https://github.com/chef/kitchen-inspec/tree/v0.11.0) (2016-02-08) +[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.10.1...v0.11.0) **Implemented enhancements:** @@ -12,6 +24,10 @@ - Failures should be tagged with the instance they failed against [\#30](https://github.com/chef/kitchen-inspec/issues/30) - kitchen verify has exit status 0 with failed examples [\#9](https://github.com/chef/kitchen-inspec/issues/9) +**Merged pull requests:** + +- 0.11.0 [\#38](https://github.com/chef/kitchen-inspec/pull/38) ([chris-rock](https://github.com/chris-rock)) + ## [v0.10.1](https://github.com/chef/kitchen-inspec/tree/v0.10.1) (2016-01-15) [Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.10.0...v0.10.1) diff --git a/lib/kitchen/verifier/inspec_version.rb b/lib/kitchen/verifier/inspec_version.rb index 40b52a0..3e0e397 100644 --- a/lib/kitchen/verifier/inspec_version.rb +++ b/lib/kitchen/verifier/inspec_version.rb @@ -20,6 +20,6 @@ module Kitchen module Verifier # Version string for InSpec Kitchen verifier - INSPEC_VERSION = '0.11.0' + INSPEC_VERSION = '0.11.1' end end