mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
Bump version to 2.1.56 by Chef Expeditor
This commit is contained in:
parent
72925a7145
commit
1466fd3c96
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||||
<!-- latest_release 2.1.55 -->
|
<!-- latest_release 2.1.56 -->
|
||||||
## [v2.1.55](https://github.com/chef/inspec/tree/v2.1.55) (2018-04-26)
|
## [v2.1.56](https://github.com/chef/inspec/tree/v2.1.56) (2018-04-26)
|
||||||
|
|
||||||
#### Enhancements
|
#### Merged Pull Requests
|
||||||
- Update shadow#to_s to return @path instead of hardcoded `/etc/shadow` [#2978](https://github.com/chef/inspec/pull/2978) ([miah](https://github.com/miah))
|
- Makes JSON resource enumerable, despite method_missing magic [#2910](https://github.com/chef/inspec/pull/2910) ([TheLonelyGhost](https://github.com/TheLonelyGhost))
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup since=2.1.54 -->
|
<!-- release_rollup since=2.1.54 -->
|
||||||
### Changes since 2.1.54 release
|
### Changes since 2.1.54 release
|
||||||
|
|
||||||
|
#### Merged Pull Requests
|
||||||
|
- Makes JSON resource enumerable, despite method_missing magic [#2910](https://github.com/chef/inspec/pull/2910) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) <!-- 2.1.56 -->
|
||||||
|
|
||||||
#### Enhancements
|
#### Enhancements
|
||||||
- Update shadow#to_s to return @path instead of hardcoded `/etc/shadow` [#2978](https://github.com/chef/inspec/pull/2978) ([miah](https://github.com/miah)) <!-- 2.1.55 -->
|
- Update shadow#to_s to return @path instead of hardcoded `/etc/shadow` [#2978](https://github.com/chef/inspec/pull/2978) ([miah](https://github.com/miah)) <!-- 2.1.55 -->
|
||||||
<!-- release_rollup -->
|
<!-- release_rollup -->
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.1.55
|
2.1.56
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '2.1.55'
|
VERSION = '2.1.56'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue