From b82158ba539209d7198ba69c71f8d70918307d15 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 6 Sep 2019 18:58:25 +0000 Subject: [PATCH] Bump version to 4.16.6 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 8 ++++---- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e04916d9c..ace4fefaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,10 @@ # Change Log - -## [v4.16.5](https://github.com/inspec/inspec/tree/v4.16.5) (2019-09-06) + +## [v4.16.6](https://github.com/inspec/inspec/tree/v4.16.6) (2019-09-06) #### Merged Pull Requests -- Rework activator plugin to be more idiomatic. [#4446](https://github.com/inspec/inspec/pull/4446) ([zenspider](https://github.com/zenspider)) -- Clean up our use of SecureRandom in Rakefile. [#4447](https://github.com/inspec/inspec/pull/4447) ([zenspider](https://github.com/zenspider)) +- Fix for postfix_conf when using a non-standard config location [#4443](https://github.com/inspec/inspec/pull/4443) ([ramereth](https://github.com/ramereth)) @@ -15,6 +14,7 @@ - Fixed file resource raising UndefinedMethod on source_path [#4214](https://github.com/inspec/inspec/pull/4214) ([zenspider](https://github.com/zenspider)) #### Merged Pull Requests +- Fix for postfix_conf when using a non-standard config location [#4443](https://github.com/inspec/inspec/pull/4443) ([ramereth](https://github.com/ramereth)) - Rework activator plugin to be more idiomatic. [#4446](https://github.com/inspec/inspec/pull/4446) ([zenspider](https://github.com/zenspider)) - Clean up our use of SecureRandom in Rakefile. [#4447](https://github.com/inspec/inspec/pull/4447) ([zenspider](https://github.com/zenspider)) - Guard against nil in apt repo parser. [#4435](https://github.com/inspec/inspec/pull/4435) ([zenspider](https://github.com/zenspider)) diff --git a/VERSION b/VERSION index 0fc21b0c9..79d7647f2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.16.5 \ No newline at end of file +4.16.6 \ 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 20159eef8..944d57d08 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.16.5".freeze + VERSION = "4.16.6".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index afecc04d7..86ab4bf19 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.16.5".freeze + VERSION = "4.16.6".freeze end