Bump version to 1.45.17 by Expeditor

This commit is contained in:
Chef Expeditor 2017-11-28 08:19:03 +00:00
parent 71b90f1b22
commit 3f3655963d
3 changed files with 6 additions and 5 deletions

View file

@ -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 1.45.16 --> <!-- latest_release 1.45.17 -->
## [v1.45.16](https://github.com/chef/inspec/tree/v1.45.16) (2017-11-27) ## [v1.45.17](https://github.com/chef/inspec/tree/v1.45.17) (2017-11-28)
#### Bug Fixes #### Bug Fixes
- http resource: properly support HEAD request with remote worker [#2340](https://github.com/chef/inspec/pull/2340) ([adamleff](https://github.com/adamleff)) - file resource: fix NilClass error when using advanced windows permissions [#2344](https://github.com/chef/inspec/pull/2344) ([TheLonelyGhost](https://github.com/TheLonelyGhost))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=1.45.13 --> <!-- release_rollup since=1.45.13 -->
### Changes since 1.45.13 release ### Changes since 1.45.13 release
#### Bug Fixes #### Bug Fixes
- file resource: fix NilClass error when using advanced windows permissions [#2344](https://github.com/chef/inspec/pull/2344) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) <!-- 1.45.17 -->
- http resource: properly support HEAD request with remote worker [#2340](https://github.com/chef/inspec/pull/2340) ([adamleff](https://github.com/adamleff)) <!-- 1.45.16 --> - http resource: properly support HEAD request with remote worker [#2340](https://github.com/chef/inspec/pull/2340) ([adamleff](https://github.com/adamleff)) <!-- 1.45.16 -->
- grub_conf resource: correct grub path for RHEL-7-based OS [#2332](https://github.com/chef/inspec/pull/2332) ([atomic111](https://github.com/atomic111)) <!-- 1.45.15 --> - grub_conf resource: correct grub path for RHEL-7-based OS [#2332](https://github.com/chef/inspec/pull/2332) ([atomic111](https://github.com/atomic111)) <!-- 1.45.15 -->
- json resource (et. al.): allow inspec check to succeed when using command [#2317](https://github.com/chef/inspec/pull/2317) ([adamleff](https://github.com/adamleff)) <!-- 1.45.14 --> - json resource (et. al.): allow inspec check to succeed when using command [#2317](https://github.com/chef/inspec/pull/2317) ([adamleff](https://github.com/adamleff)) <!-- 1.45.14 -->

View file

@ -1 +1 @@
1.45.16 1.45.17

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann # author: Christoph Hartmann
module Inspec module Inspec
VERSION = '1.45.16' VERSION = '1.45.17'
end end