mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
0.14.4
This commit is contained in:
parent
5d10c2208b
commit
9449afcb3d
2 changed files with 20 additions and 4 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,16 +1,32 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## [0.14.3](https://github.com/chef/inspec/tree/0.14.3) (2016-02-24)
|
## [0.14.4](https://github.com/chef/inspec/tree/0.14.4) (2016-02-26)
|
||||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.2...0.14.3)
|
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.3...0.14.4)
|
||||||
|
|
||||||
|
**Implemented enhancements:**
|
||||||
|
|
||||||
|
- add `describe.one`: collection of tests with at least one passing [\#497](https://github.com/chef/inspec/pull/497) ([arlimus](https://github.com/arlimus))
|
||||||
|
|
||||||
|
**Merged pull requests:**
|
||||||
|
|
||||||
|
- don't crash on empty metadata during finalize [\#500](https://github.com/chef/inspec/pull/500) ([arlimus](https://github.com/arlimus))
|
||||||
|
- add xinetd\_conf resource [\#499](https://github.com/chef/inspec/pull/499) ([arlimus](https://github.com/arlimus))
|
||||||
|
|
||||||
|
## [v0.14.3](https://github.com/chef/inspec/tree/v0.14.3) (2016-02-24)
|
||||||
|
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.2...v0.14.3)
|
||||||
|
|
||||||
**Implemented enhancements:**
|
**Implemented enhancements:**
|
||||||
|
|
||||||
- cmp matcher should compare expected string == number [\#487](https://github.com/chef/inspec/pull/487) ([chris-rock](https://github.com/chris-rock))
|
- cmp matcher should compare expected string == number [\#487](https://github.com/chef/inspec/pull/487) ([chris-rock](https://github.com/chris-rock))
|
||||||
|
|
||||||
**Merged pull requests:**
|
**Fixed bugs:**
|
||||||
|
|
||||||
- expose inspec errors during profile read [\#492](https://github.com/chef/inspec/pull/492) ([arlimus](https://github.com/arlimus))
|
- expose inspec errors during profile read [\#492](https://github.com/chef/inspec/pull/492) ([arlimus](https://github.com/arlimus))
|
||||||
|
|
||||||
|
**Merged pull requests:**
|
||||||
|
|
||||||
|
- 0.14.3 [\#493](https://github.com/chef/inspec/pull/493) ([arlimus](https://github.com/arlimus))
|
||||||
|
|
||||||
## [v0.14.2](https://github.com/chef/inspec/tree/v0.14.2) (2016-02-22)
|
## [v0.14.2](https://github.com/chef/inspec/tree/v0.14.2) (2016-02-22)
|
||||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.1...v0.14.2)
|
[Full Changelog](https://github.com/chef/inspec/compare/v0.14.1...v0.14.2)
|
||||||
|
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '0.14.3'.freeze
|
VERSION = '0.14.4'.freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue