Bump version to 4.18.15 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-10-24 20:25:59 +00:00
parent 4897f75371
commit 58d9a975c1
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.18.14 -->
## [v4.18.14](https://github.com/inspec/inspec/tree/v4.18.14) (2019-10-24)
<!-- latest_release 4.18.15 -->
## [v4.18.15](https://github.com/inspec/inspec/tree/v4.18.15) (2019-10-24)
#### Bug Fixes
- Fix filesystem resource when device has long name [#4637](https://github.com/inspec/inspec/pull/4637) ([miah](https://github.com/miah))
- Add #to_s to etc_hosts_allow, and add tests [#4638](https://github.com/inspec/inspec/pull/4638) ([miah](https://github.com/miah))
<!-- latest_release -->
<!-- release_rollup since=4.18.0 -->
@ -29,6 +29,7 @@
- Telemetry: add chef-core [#4569](https://github.com/inspec/inspec/pull/4569) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.2 -->
#### Bug Fixes
- 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 -->
- Fix TarProvider when the tarball has empty files in it. [#4619](https://github.com/inspec/inspec/pull/4619) ([zenspider](https://github.com/zenspider)) <!-- 4.18.7 -->

View file

@ -1 +1 @@
4.18.14
4.18.15

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.14".freeze
VERSION = "4.18.15".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.14".freeze
VERSION = "4.18.15".freeze
end