mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Bump version to 2.1.58 by Chef Expeditor
This commit is contained in:
parent
2495fd8196
commit
39f9503915
3 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.1.57 -->
|
||||
## [v2.1.57](https://github.com/chef/inspec/tree/v2.1.57) (2018-04-26)
|
||||
<!-- latest_release 2.1.58 -->
|
||||
## [v2.1.58](https://github.com/chef/inspec/tree/v2.1.58) (2018-04-26)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix case where res is nil in etc_group [#2984](https://github.com/chef/inspec/pull/2984) ([chris-rock](https://github.com/chris-rock))
|
||||
- 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))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.1.54 -->
|
||||
### Changes since 2.1.54 release
|
||||
|
||||
#### 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 -->
|
||||
- Makes JSON resource enumerable, despite method_missing magic [#2910](https://github.com/chef/inspec/pull/2910) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) <!-- 2.1.56 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1.57
|
||||
2.1.58
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.1.57'
|
||||
VERSION = '2.1.58'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue