From 058ec27d642ea9ba95a2de855ac496b32dbbb7f5 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Mon, 25 Jan 2016 17:45:43 +0100 Subject: [PATCH] 0.9.10 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++-- lib/inspec/version.rb | 2 +- 2 files changed, 35 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0bd4ca0..f6b4c69cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,38 @@ # Change Log -## [0.9.9](https://github.com/chef/inspec/tree/0.9.9) (2016-01-15) -[Full Changelog](https://github.com/chef/inspec/compare/v0.9.8...0.9.9) +## [0.9.10](https://github.com/chef/inspec/tree/0.9.10) (2016-01-25) +[Full Changelog](https://github.com/chef/inspec/compare/v0.9.9...0.9.10) + +**Implemented enhancements:** + +- specify process supervision type in service resource [\#242](https://github.com/chef/inspec/issues/242) +- optimize the error output for missing registry keys to `nil` [\#388](https://github.com/chef/inspec/pull/388) ([chris-rock](https://github.com/chris-rock)) +- update readme [\#382](https://github.com/chef/inspec/pull/382) ([chris-rock](https://github.com/chris-rock)) +- add service overrides for picking specific service managers, add runit\_service [\#380](https://github.com/chef/inspec/pull/380) ([srenatus](https://github.com/srenatus)) +- integration tests: stop using alpine iso [\#379](https://github.com/chef/inspec/pull/379) ([srenatus](https://github.com/srenatus)) +- warn about legacy supports fields in metadata [\#378](https://github.com/chef/inspec/pull/378) ([arlimus](https://github.com/arlimus)) +- Update README links to the examples directory [\#376](https://github.com/chef/inspec/pull/376) ([frightenedmonkey](https://github.com/frightenedmonkey)) +- add profile tests \(non-legacy\) [\#375](https://github.com/chef/inspec/pull/375) ([arlimus](https://github.com/arlimus)) +- Fix typo [\#372](https://github.com/chef/inspec/pull/372) ([jcreedcmu](https://github.com/jcreedcmu)) +- separate RSpec handling in runner [\#371](https://github.com/chef/inspec/pull/371) ([arlimus](https://github.com/arlimus)) +- Improve the description and summary of the InSpec gem. [\#370](https://github.com/chef/inspec/pull/370) ([arlimus](https://github.com/arlimus)) + +**Fixed bugs:** + +- Windows OS Detection [\#383](https://github.com/chef/inspec/issues/383) +- security\_policy is not returning the right value [\#373](https://github.com/chef/inspec/issues/373) +- PostgreSQL\_Session Resource [\#302](https://github.com/chef/inspec/issues/302) +- bugfix: write given ID to metadata json [\#389](https://github.com/chef/inspec/pull/389) ([arlimus](https://github.com/arlimus)) +- resources/launchd\_service: fix parsing of non-running services [\#387](https://github.com/chef/inspec/pull/387) ([srenatus](https://github.com/srenatus)) +- bugfix: pin net-ssh 2.9 in gem file [\#386](https://github.com/chef/inspec/pull/386) ([chris-rock](https://github.com/chris-rock)) +- resource/postgres\_session: add integration tests, change error handling [\#381](https://github.com/chef/inspec/pull/381) ([srenatus](https://github.com/srenatus)) + +**Merged pull requests:** + +- Enable appveyor for unit tests on Windows [\#361](https://github.com/chef/inspec/pull/361) ([chris-rock](https://github.com/chris-rock)) + +## [v0.9.9](https://github.com/chef/inspec/tree/v0.9.9) (2016-01-16) +[Full Changelog](https://github.com/chef/inspec/compare/v0.9.8...v0.9.9) **Fixed bugs:** @@ -10,6 +41,7 @@ **Merged pull requests:** +- 0.9.9 [\#369](https://github.com/chef/inspec/pull/369) ([chris-rock](https://github.com/chris-rock)) - add tests for loading metadata yaml internals [\#368](https://github.com/chef/inspec/pull/368) ([arlimus](https://github.com/arlimus)) - make metadata.rb legacy mode consistent for supports [\#367](https://github.com/chef/inspec/pull/367) ([arlimus](https://github.com/arlimus)) - lint with rubocop 0.36 [\#366](https://github.com/chef/inspec/pull/366) ([arlimus](https://github.com/arlimus)) diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 4f7140eb4..3d53873cf 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -3,5 +3,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '0.9.9'.freeze + VERSION = '0.9.10'.freeze end