From ad9e69d55761e58f8b205fede63243fd7508507a Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Fri, 4 Nov 2016 21:34:56 +0100 Subject: [PATCH] 0.16.0 --- CHANGELOG.md | 29 ++++++++++++++++++++++++-- lib/kitchen/verifier/inspec_version.rb | 2 +- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de1b422..1513520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,32 @@ # Change Log -## [0.15.2](https://github.com/chef/kitchen-inspec/tree/0.15.2) (2016-09-26) -[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.15.1...0.15.2) +## [0.16.0](https://github.com/chef/kitchen-inspec/tree/0.16.0) (2016-11-04) +[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.15.2...0.16.0) + +**Implemented enhancements:** + +- Harmonize profile location targets [\#111](https://github.com/chef/kitchen-inspec/issues/111) +- Add host and port config options [\#110](https://github.com/chef/kitchen-inspec/pull/110) ([alexpop](https://github.com/alexpop)) + +**Fixed bugs:** + +- Duplicate testing when verifier specified in suite definition [\#109](https://github.com/chef/kitchen-inspec/issues/109) +- OS detection 2nd time with unknown value? [\#92](https://github.com/chef/kitchen-inspec/issues/92) + +**Closed issues:** + +- Message: Could not load the 'inspec' verifier from the load path. Please ensure that your transport is installed as a gem or included in your Gemfile if using Bundler. [\#105](https://github.com/chef/kitchen-inspec/issues/105) + +**Merged pull requests:** + +- add attributes support in kitchen-inspec [\#116](https://github.com/chef/kitchen-inspec/pull/116) ([chris-rock](https://github.com/chris-rock)) +- use suite names and only test master branch + PRs [\#115](https://github.com/chef/kitchen-inspec/pull/115) ([chris-rock](https://github.com/chris-rock)) +- fix duplicate testing when unique suite name [\#114](https://github.com/chef/kitchen-inspec/pull/114) ([vjeffrey](https://github.com/vjeffrey)) +- update readme to reflect harmonization of profile location targets [\#113](https://github.com/chef/kitchen-inspec/pull/113) ([vjeffrey](https://github.com/vjeffrey)) +- Make the info message clearer [\#112](https://github.com/chef/kitchen-inspec/pull/112) ([chilicheech](https://github.com/chilicheech)) + +## [v0.15.2](https://github.com/chef/kitchen-inspec/tree/v0.15.2) (2016-09-26) +[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.15.1...v0.15.2) **Merged pull requests:** diff --git a/lib/kitchen/verifier/inspec_version.rb b/lib/kitchen/verifier/inspec_version.rb index 6fbd0d0..c01a2d5 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.15.2" + INSPEC_VERSION = "0.16.0" end end