mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Bump version to 2.2.22 by Chef Expeditor
This commit is contained in:
parent
737df411ef
commit
639267adab
3 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
||||||
# 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.2.21 -->
|
<!-- latest_release 2.2.22 -->
|
||||||
## [v2.2.21](https://github.com/inspec/inspec/tree/v2.2.21) (2018-06-26)
|
## [v2.2.22](https://github.com/inspec/inspec/tree/v2.2.22) (2018-06-26)
|
||||||
|
|
||||||
#### Bug Fixes
|
#### Bug Fixes
|
||||||
- Add support for shallow link paths [#3168](https://github.com/inspec/inspec/pull/3168) ([ColinHebert](https://github.com/ColinHebert))
|
- Detect inspec-core mode and do not attempt to load cloud resources [#3163](https://github.com/inspec/inspec/pull/3163) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup since=2.2.20 -->
|
<!-- release_rollup since=2.2.20 -->
|
||||||
### Changes since 2.2.20 release
|
### Changes since 2.2.20 release
|
||||||
|
|
||||||
#### Bug Fixes
|
#### Bug Fixes
|
||||||
|
- Detect inspec-core mode and do not attempt to load cloud resources [#3163](https://github.com/inspec/inspec/pull/3163) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.2.22 -->
|
||||||
- Add support for shallow link paths [#3168](https://github.com/inspec/inspec/pull/3168) ([ColinHebert](https://github.com/ColinHebert)) <!-- 2.2.21 -->
|
- Add support for shallow link paths [#3168](https://github.com/inspec/inspec/pull/3168) ([ColinHebert](https://github.com/ColinHebert)) <!-- 2.2.21 -->
|
||||||
<!-- release_rollup -->
|
<!-- release_rollup -->
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.2.21
|
2.2.22
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '2.2.21'
|
VERSION = '2.2.22'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue