mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Bump version to 2.2.58 by Chef Expeditor
This commit is contained in:
parent
9d3beb8d41
commit
ac596dc015
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.57 -->
|
<!-- latest_release 2.2.58 -->
|
||||||
## [v2.2.57](https://github.com/inspec/inspec/tree/v2.2.57) (2018-08-09)
|
## [v2.2.58](https://github.com/inspec/inspec/tree/v2.2.58) (2018-08-09)
|
||||||
|
|
||||||
#### Bug Fixes
|
#### Enhancements
|
||||||
- Add support in aws_route_table to allow 17 hexadecimal characters [#3277](https://github.com/inspec/inspec/pull/3277) ([kchistova](https://github.com/kchistova))
|
- Adding docker plugin support [#3074](https://github.com/inspec/inspec/pull/3074) ([frezbo](https://github.com/frezbo))
|
||||||
<!-- 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
|
||||||
|
|
||||||
|
#### Enhancements
|
||||||
|
- Adding docker plugin support [#3074](https://github.com/inspec/inspec/pull/3074) ([frezbo](https://github.com/frezbo)) <!-- 2.2.58 -->
|
||||||
|
|
||||||
#### Bug Fixes
|
#### 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 -->
|
- 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 -->
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.2.57
|
2.2.58
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '2.2.57'
|
VERSION = '2.2.58'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue