mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
0.9.9
This commit is contained in:
parent
b3e36d9e66
commit
e9b94d55d1
2 changed files with 24 additions and 3 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -1,7 +1,27 @@
|
|||
# Change Log
|
||||
|
||||
## [0.9.8](https://github.com/chef/inspec/tree/0.9.8) (2016-01-11)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.9.7...0.9.8)
|
||||
## [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)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Resource registry\_key { should\_not exist } unavailable [\#322](https://github.com/chef/inspec/issues/322)
|
||||
- bugfix: only skip regkey if required [\#364](https://github.com/chef/inspec/pull/364) ([chris-rock](https://github.com/chris-rock))
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- 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))
|
||||
- Fix ssh\_config example [\#365](https://github.com/chef/inspec/pull/365) ([tas50](https://github.com/tas50))
|
||||
- Correctly detect UDP ports on linux [\#363](https://github.com/chef/inspec/pull/363) ([mivok](https://github.com/mivok))
|
||||
- Update the title of the gordon-1.0 control [\#359](https://github.com/chef/inspec/pull/359) ([chris-rock](https://github.com/chris-rock))
|
||||
- Inspec::Targets::UrlHelper: fix github handling, add tests [\#357](https://github.com/chef/inspec/pull/357) ([srenatus](https://github.com/srenatus))
|
||||
- Fix systemd service enabled check [\#356](https://github.com/chef/inspec/pull/356) ([jmccann](https://github.com/jmccann))
|
||||
- Adding AIX classes, tests, and targetted ssh testing [\#333](https://github.com/chef/inspec/pull/333) ([foobarbam](https://github.com/foobarbam))
|
||||
|
||||
## [v0.9.8](https://github.com/chef/inspec/tree/v0.9.8) (2016-01-11)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.9.7...v0.9.8)
|
||||
|
||||
**Implemented enhancements:**
|
||||
|
||||
|
@ -29,6 +49,7 @@
|
|||
**Merged pull requests:**
|
||||
|
||||
- fix reading profiles bug [\#352](https://github.com/chef/inspec/pull/352) ([srenatus](https://github.com/srenatus))
|
||||
- 0.9.8 [\#350](https://github.com/chef/inspec/pull/350) ([chris-rock](https://github.com/chris-rock))
|
||||
- clarify how to bump version in rake [\#348](https://github.com/chef/inspec/pull/348) ([arlimus](https://github.com/arlimus))
|
||||
- Add `supports` to metadata to specify supported systems [\#344](https://github.com/chef/inspec/pull/344) ([arlimus](https://github.com/arlimus))
|
||||
- Update list of examples [\#340](https://github.com/chef/inspec/pull/340) ([chris-rock](https://github.com/chris-rock))
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '0.9.8'.freeze
|
||||
VERSION = '0.9.9'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue