Bump version to 4.18.19 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-10-31 21:13:25 +00:00
parent de4139aff8
commit 26f4d66006
4 changed files with 8 additions and 8 deletions

View file

@ -1,11 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.18.18 -->
## [v4.18.18](https://github.com/inspec/inspec/tree/v4.18.18) (2019-10-31)
<!-- latest_release 4.18.19 -->
## [v4.18.19](https://github.com/inspec/inspec/tree/v4.18.19) (2019-10-31)
#### Merged Pull Requests
- Fixed problem with accessing backend in TestDslLazyLoader#method_missing. [#4648](https://github.com/inspec/inspec/pull/4648) ([zenspider](https://github.com/zenspider))
- Fix building the website [#4652](https://github.com/inspec/inspec/pull/4652) ([btm](https://github.com/btm))
#### Bug Fixes
- Improve testing for yum.repo in CentOS 8 [#4568](https://github.com/inspec/inspec/pull/4568) ([ramereth](https://github.com/ramereth))
<!-- latest_release -->
<!-- release_rollup since=4.18.0 -->
@ -35,6 +34,7 @@
- Telemetry: add chef-core [#4569](https://github.com/inspec/inspec/pull/4569) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.2 -->
#### Bug Fixes
- Improve testing for yum.repo in CentOS 8 [#4568](https://github.com/inspec/inspec/pull/4568) ([ramereth](https://github.com/ramereth)) <!-- 4.18.19 -->
- Add #to_s to etc_hosts_allow, and add tests [#4638](https://github.com/inspec/inspec/pull/4638) ([miah](https://github.com/miah)) <!-- 4.18.15 -->
- Fix filesystem resource when device has long name [#4637](https://github.com/inspec/inspec/pull/4637) ([miah](https://github.com/miah)) <!-- 4.18.14 -->
- iis_app_pool better handling of non-existent pools. [#4636](https://github.com/inspec/inspec/pull/4636) ([miah](https://github.com/miah)) <!-- 4.18.13 -->

View file

@ -1 +1 @@
4.18.18
4.18.19

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.18.18".freeze
VERSION = "4.18.19".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.18".freeze
VERSION = "4.18.19".freeze
end