From 6f4a7ffe4834edc6c560578668200d716156050a Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 31 Oct 2019 21:19:05 +0000 Subject: [PATCH] Bump version to 4.18.21 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 9 +++++---- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9d44958d..0584087da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.18.20](https://github.com/inspec/inspec/tree/v4.18.20) (2019-10-31) + +## [v4.18.21](https://github.com/inspec/inspec/tree/v4.18.21) (2019-10-31) -#### Merged Pull Requests -- oracledb_session fixes [#4654](https://github.com/inspec/inspec/pull/4654) ([miah](https://github.com/miah)) +#### Bug Fixes +- Fix config reference in `compliance exec` [#4650](https://github.com/inspec/inspec/pull/4650) ([clintoncwolfe](https://github.com/clintoncwolfe)) @@ -35,6 +35,7 @@ - Telemetry: add chef-core [#4569](https://github.com/inspec/inspec/pull/4569) ([clintoncwolfe](https://github.com/clintoncwolfe)) #### Bug Fixes +- Fix config reference in `compliance exec` [#4650](https://github.com/inspec/inspec/pull/4650) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Improve testing for yum.repo in CentOS 8 [#4568](https://github.com/inspec/inspec/pull/4568) ([ramereth](https://github.com/ramereth)) - Add #to_s to etc_hosts_allow, and add tests [#4638](https://github.com/inspec/inspec/pull/4638) ([miah](https://github.com/miah)) - Fix filesystem resource when device has long name [#4637](https://github.com/inspec/inspec/pull/4637) ([miah](https://github.com/miah)) diff --git a/VERSION b/VERSION index 8b0d4db1e..1e9439fb9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.18.20 \ No newline at end of file +4.18.21 \ No newline at end of file diff --git a/inspec-bin/lib/inspec-bin/version.rb b/inspec-bin/lib/inspec-bin/version.rb index 6e89390ff..72d20be7a 100644 --- a/inspec-bin/lib/inspec-bin/version.rb +++ b/inspec-bin/lib/inspec-bin/version.rb @@ -1,5 +1,5 @@ # This file managed by automation - do not edit manually module InspecBin INSPECBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "4.18.20".freeze + VERSION = "4.18.21".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 9010bd499..3b013d6c1 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.18.20".freeze + VERSION = "4.18.21".freeze end