Bump version to 4.17.17 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-10-02 04:11:17 +00:00
parent d7e39c38f9
commit 90961d3cf7
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.17.16 -->
## [v4.17.16](https://github.com/inspec/inspec/tree/v4.17.16) (2019-10-02)
<!-- latest_release 4.17.17 -->
## [v4.17.17](https://github.com/inspec/inspec/tree/v4.17.17) (2019-10-02)
#### Merged Pull Requests
- Added method_missing to Inspec::DescribeBase (used by describe.one) to fix resource loading [#4549](https://github.com/inspec/inspec/pull/4549) ([zenspider](https://github.com/zenspider))
- Add no-op resource and switch Rule to use it for skipped resources. [#4550](https://github.com/inspec/inspec/pull/4550) ([zenspider](https://github.com/zenspider))
<!-- latest_release -->
<!-- release_rollup since=4.17.15 -->
### Changes since 4.17.15 release
#### Merged Pull Requests
- Add no-op resource and switch Rule to use it for skipped resources. [#4550](https://github.com/inspec/inspec/pull/4550) ([zenspider](https://github.com/zenspider)) <!-- 4.17.17 -->
- Added method_missing to Inspec::DescribeBase (used by describe.one) to fix resource loading [#4549](https://github.com/inspec/inspec/pull/4549) ([zenspider](https://github.com/zenspider)) <!-- 4.17.16 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.17.16
4.17.17

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.17.16".freeze
VERSION = "4.17.17".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.17.16".freeze
VERSION = "4.17.17".freeze
end