mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
Bump version to 2.2.61 by Chef Expeditor
This commit is contained in:
parent
6c30858ff1
commit
a83ae6ac5d
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.60 -->
|
<!-- latest_release 2.2.61 -->
|
||||||
## [v2.2.60](https://github.com/inspec/inspec/tree/v2.2.60) (2018-08-09)
|
## [v2.2.61](https://github.com/inspec/inspec/tree/v2.2.61) (2018-08-09)
|
||||||
|
|
||||||
#### New Resources
|
#### New Resources
|
||||||
- Add new resource: aws_ecs_cluster [#3213](https://github.com/inspec/inspec/pull/3213) ([meringu](https://github.com/meringu))
|
- add iis_app_pool resource [#2400](https://github.com/inspec/inspec/pull/2400) ([strocknar](https://github.com/strocknar))
|
||||||
<!-- 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
|
||||||
|
|
||||||
#### New Resources
|
#### New Resources
|
||||||
|
- add iis_app_pool resource [#2400](https://github.com/inspec/inspec/pull/2400) ([strocknar](https://github.com/strocknar)) <!-- 2.2.61 -->
|
||||||
- Add new resource: aws_ecs_cluster [#3213](https://github.com/inspec/inspec/pull/3213) ([meringu](https://github.com/meringu)) <!-- 2.2.60 -->
|
- Add new resource: aws_ecs_cluster [#3213](https://github.com/inspec/inspec/pull/3213) ([meringu](https://github.com/meringu)) <!-- 2.2.60 -->
|
||||||
|
|
||||||
#### Enhancements
|
#### Enhancements
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.2.60
|
2.2.61
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '2.2.60'
|
VERSION = '2.2.61'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue