From 112fd1caa54cdc345e90e85320f781cb8dcc92b2 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Thu, 20 Apr 2017 00:08:20 +0200 Subject: [PATCH] 0.18.0 Signed-off-by: Christoph Hartmann --- CHANGELOG.md | 22 ++++++++++++++++++++-- lib/kitchen/verifier/inspec_version.rb | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9157269..a82be2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,25 @@ # Change Log -## [0.17.0](https://github.com/chef/kitchen-inspec/tree/0.17.0) (2016-12-08) -[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.16.1...0.17.0) +## [0.18.0](https://github.com/chef/kitchen-inspec/tree/0.18.0) (2017-04-20) +[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.17.0...0.18.0) + +**Implemented enhancements:** + +- allow filtering controls [\#130](https://github.com/chef/kitchen-inspec/pull/130) ([arlimus](https://github.com/arlimus)) + +**Closed issues:** + +- kitchen verify failed with permission denied to create /.inpec directory [\#129](https://github.com/chef/kitchen-inspec/issues/129) +- junit format does not always use proper classname. [\#126](https://github.com/chef/kitchen-inspec/issues/126) +- Skipped tests report as failures in kitchen [\#125](https://github.com/chef/kitchen-inspec/issues/125) +- gem resource breaks if not using a different installation path [\#107](https://github.com/chef/kitchen-inspec/issues/107) + +**Merged pull requests:** + +- update kitchen test references [\#131](https://github.com/chef/kitchen-inspec/pull/131) ([arlimus](https://github.com/arlimus)) + +## [v0.17.0](https://github.com/chef/kitchen-inspec/tree/v0.17.0) (2016-12-08) +[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.16.1...v0.17.0) **Implemented enhancements:** diff --git a/lib/kitchen/verifier/inspec_version.rb b/lib/kitchen/verifier/inspec_version.rb index 5772ca8..2ba8eda 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.17.0" + INSPEC_VERSION = "0.18.0" end end