Skip to content

Commit

Permalink
Merge pull request #52 from chef/0.12.0
Browse files Browse the repository at this point in the history
0.12.0
  • Loading branch information
srenatus committed Feb 19, 2016
2 parents 5c626a1 + 05879de commit 7a520f3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,32 @@
# Change Log

## [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)
## [0.12.0](https://github.com/chef/kitchen-inspec/tree/0.12.0) (2016-02-19)
[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.11.1...0.12.0)

**Implemented enhancements:**

- move integration tests to top-level [\#50](https://github.com/chef/kitchen-inspec/pull/50) ([chris-rock](https://github.com/chris-rock))
- support embedded profiles, leave directory checking to inspec [\#49](https://github.com/chef/kitchen-inspec/pull/49) ([chris-rock](https://github.com/chris-rock))

**Fixed bugs:**

- Point test-kitchen to master in Gemfile [\#48](https://github.com/chef/kitchen-inspec/pull/48) ([jaym](https://github.com/jaym))

## [v0.11.1](https://github.com/chef/kitchen-inspec/tree/v0.11.1) (2016-02-15)
[Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.11.0...v0.11.1)

**Implemented enhancements:**

- 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))

**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:**

- 0.11.1 [\#47](https://github.com/chef/kitchen-inspec/pull/47) ([chris-rock](https://github.com/chris-rock))
- 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)
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ group :test do
gem 'rubocop', '~> 0.32'
gem 'concurrent-ruby', '~> 0.9'
gem 'codeclimate-test-reporter', :require => nil
# gem 'test-kitchen', '~> 1.5'
gem 'test-kitchen', git: 'https://github.com/test-kitchen/test-kitchen.git', branch: 'master'
end

Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/verifier/inspec_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
module Kitchen
module Verifier
# Version string for InSpec Kitchen verifier
INSPEC_VERSION = '0.11.1'
INSPEC_VERSION = '0.12.0'
end
end

0 comments on commit 7a520f3

Please sign in to comment.