mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Bump version to 2.2.60 by Chef Expeditor
This commit is contained in:
parent
5264cb5fdf
commit
6c30858ff1
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.2.59 -->
|
||||
## [v2.2.59](https://github.com/inspec/inspec/tree/v2.2.59) (2018-08-09)
|
||||
<!-- latest_release 2.2.60 -->
|
||||
## [v2.2.60](https://github.com/inspec/inspec/tree/v2.2.60) (2018-08-09)
|
||||
|
||||
#### Bug Fixes
|
||||
- Error cleanly if a reporter errors while rendering [#3280](https://github.com/inspec/inspec/pull/3280) ([jquick](https://github.com/jquick))
|
||||
#### New Resources
|
||||
- Add new resource: aws_ecs_cluster [#3213](https://github.com/inspec/inspec/pull/3213) ([meringu](https://github.com/meringu))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.2.55 -->
|
||||
### Changes since 2.2.55 release
|
||||
|
||||
#### New Resources
|
||||
- Add new resource: aws_ecs_cluster [#3213](https://github.com/inspec/inspec/pull/3213) ([meringu](https://github.com/meringu)) <!-- 2.2.60 -->
|
||||
|
||||
#### Enhancements
|
||||
- Adding docker plugin support [#3074](https://github.com/inspec/inspec/pull/3074) ([frezbo](https://github.com/frezbo)) <!-- 2.2.58 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.59
|
||||
2.2.60
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.59'
|
||||
VERSION = '2.2.60'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue