mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Bump version to 2.2.32 by Chef Expeditor
This commit is contained in:
parent
a084187b21
commit
dc0c8b7cc0
3 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.2.31 -->
|
||||
## [v2.2.31](https://github.com/inspec/inspec/tree/v2.2.31) (2018-07-05)
|
||||
<!-- latest_release 2.2.32 -->
|
||||
## [v2.2.32](https://github.com/inspec/inspec/tree/v2.2.32) (2018-07-05)
|
||||
|
||||
#### New Features
|
||||
- cli: Add `--insecure` option for `exec` and `shell` [#3195](https://github.com/inspec/inspec/pull/3195) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
#### Merged Pull Requests
|
||||
- Prevent Slashes in profile names [#3175](https://github.com/inspec/inspec/pull/3175) ([miah](https://github.com/miah))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.2.27 -->
|
||||
|
@ -17,6 +17,7 @@
|
|||
- Fix some issues with the vendor functional tests [#3196](https://github.com/inspec/inspec/pull/3196) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.30 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Prevent Slashes in profile names [#3175](https://github.com/inspec/inspec/pull/3175) ([miah](https://github.com/miah)) <!-- 2.2.32 -->
|
||||
- Fix vendor functional test to not validate a repo hash that can change. [#3198](https://github.com/inspec/inspec/pull/3198) ([miah](https://github.com/miah)) <!-- 2.2.29 -->
|
||||
|
||||
#### Enhancements
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.31
|
||||
2.2.32
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.31'
|
||||
VERSION = '2.2.32'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue