mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 2.2.57 by Chef Expeditor
This commit is contained in:
parent
d2ae5c0d68
commit
b872e9135a
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.2.56 -->
|
<!-- latest_release 2.2.57 -->
|
||||||
## [v2.2.56](https://github.com/inspec/inspec/tree/v2.2.56) (2018-08-07)
|
## [v2.2.57](https://github.com/inspec/inspec/tree/v2.2.57) (2018-08-09)
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Bug Fixes
|
||||||
- Enable inspec archive, check, and json to run as unpriveleged user [#3263](https://github.com/inspec/inspec/pull/3263) ([phiggins](https://github.com/phiggins))
|
- Add support in aws_route_table to allow 17 hexadecimal characters [#3277](https://github.com/inspec/inspec/pull/3277) ([kchistova](https://github.com/kchistova))
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup since=2.2.55 -->
|
<!-- release_rollup since=2.2.55 -->
|
||||||
### Changes since 2.2.55 release
|
### Changes since 2.2.55 release
|
||||||
|
|
||||||
|
#### Bug Fixes
|
||||||
|
- Add support in aws_route_table to allow 17 hexadecimal characters [#3277](https://github.com/inspec/inspec/pull/3277) ([kchistova](https://github.com/kchistova)) <!-- 2.2.57 -->
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Merged Pull Requests
|
||||||
- Enable inspec archive, check, and json to run as unpriveleged user [#3263](https://github.com/inspec/inspec/pull/3263) ([phiggins](https://github.com/phiggins)) <!-- 2.2.56 -->
|
- Enable inspec archive, check, and json to run as unpriveleged user [#3263](https://github.com/inspec/inspec/pull/3263) ([phiggins](https://github.com/phiggins)) <!-- 2.2.56 -->
|
||||||
<!-- release_rollup -->
|
<!-- release_rollup -->
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.2.56
|
2.2.57
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '2.2.56'
|
VERSION = '2.2.57'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue