mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 2.1.59 by Chef Expeditor
This commit is contained in:
parent
1a00853cd8
commit
e817dbc7bb
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.1.58 -->
|
||||
## [v2.1.58](https://github.com/chef/inspec/tree/v2.1.58) (2018-04-26)
|
||||
<!-- latest_release 2.1.59 -->
|
||||
## [v2.1.59](https://github.com/chef/inspec/tree/v2.1.59) (2018-04-26)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- os_env resource returns only user's environment variable on Windows [#2945](https://github.com/chef/inspec/pull/2945) ([omar-irizarry](https://github.com/omar-irizarry))
|
||||
#### Bug Fixes
|
||||
- Catch exceptions in control blocks and fail the control [#2987](https://github.com/chef/inspec/pull/2987) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.1.54 -->
|
||||
### Changes since 2.1.54 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Catch exceptions in control blocks and fail the control [#2987](https://github.com/chef/inspec/pull/2987) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.1.59 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- os_env resource returns only user's environment variable on Windows [#2945](https://github.com/chef/inspec/pull/2945) ([omar-irizarry](https://github.com/omar-irizarry)) <!-- 2.1.58 -->
|
||||
- Fix case where res is nil in etc_group [#2984](https://github.com/chef/inspec/pull/2984) ([chris-rock](https://github.com/chris-rock)) <!-- 2.1.57 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1.58
|
||||
2.1.59
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.1.58'
|
||||
VERSION = '2.1.59'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue