Bump version to 4.17.24 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-10-04 21:18:49 +00:00
parent 1a76d59cca
commit a0fc2705c7
4 changed files with 8 additions and 7 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.17.23 -->
## [v4.17.23](https://github.com/inspec/inspec/tree/v4.17.23) (2019-10-04)
<!-- latest_release 4.17.24 -->
## [v4.17.24](https://github.com/inspec/inspec/tree/v4.17.24) (2019-10-04)
#### Bug Fixes
- Fix problem in method_missing in rspec extensions when backend unavailable. [#4565](https://github.com/inspec/inspec/pull/4565) ([zenspider](https://github.com/zenspider))
#### Merged Pull Requests
- Remove unused polyfill.rb file adding to_h to Struct [#4553](https://github.com/inspec/inspec/pull/4553) ([miah](https://github.com/miah))
<!-- latest_release -->
<!-- release_rollup since=4.17.17 -->
@ -14,6 +14,7 @@
- Fix problem in method_missing in rspec extensions when backend unavailable. [#4565](https://github.com/inspec/inspec/pull/4565) ([zenspider](https://github.com/zenspider)) <!-- 4.17.23 -->
#### Merged Pull Requests
- Remove unused polyfill.rb file adding to_h to Struct [#4553](https://github.com/inspec/inspec/pull/4553) ([miah](https://github.com/miah)) <!-- 4.17.24 -->
- Add name property to interface resource [#4558](https://github.com/inspec/inspec/pull/4558) ([miah](https://github.com/miah)) <!-- 4.17.22 -->
- Missing require for EnvPrinter means `inspec env` stacktraced. [#4554](https://github.com/inspec/inspec/pull/4554) ([miah](https://github.com/miah)) <!-- 4.17.21 -->
- Fixed apt resource incorrectly parsing deb files w/ quoted URIs. [#4560](https://github.com/inspec/inspec/pull/4560) ([zenspider](https://github.com/zenspider)) <!-- 4.17.20 -->

View file

@ -1 +1 @@
4.17.23
4.17.24

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.23".freeze
VERSION = "4.17.24".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.17.23".freeze
VERSION = "4.17.24".freeze
end