From 9922dc05049ab1072c0ffb907ab09f70ad1683d1 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 18 May 2021 19:44:35 +0000 Subject: [PATCH] Bump version to 4.37.16 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 dcdc5e433..12137212c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.37.15](https://github.com/inspec/inspec/tree/v4.37.15) (2021-05-18) + +## [v4.37.16](https://github.com/inspec/inspec/tree/v4.37.16) (2021-05-18) -#### Enhancements -- Fix for port resource performance: adding more specific search while using ss command [#5522](https://github.com/inspec/inspec/pull/5522) ([Vasu1105](https://github.com/Vasu1105)) +#### Merged Pull Requests +- Update control-eval Readme docs. [#5516](https://github.com/inspec/inspec/pull/5516) ([Vasu1105](https://github.com/Vasu1105)) @@ -14,6 +14,7 @@ - Fix for port resource performance: adding more specific search while using ss command [#5522](https://github.com/inspec/inspec/pull/5522) ([Vasu1105](https://github.com/Vasu1105)) #### Merged Pull Requests +- Update control-eval Readme docs. [#5516](https://github.com/inspec/inspec/pull/5516) ([Vasu1105](https://github.com/Vasu1105)) - Changes returns nil on file non-existence through matcher `more_permissive_than` [#5519](https://github.com/inspec/inspec/pull/5519) ([Nik08](https://github.com/Nik08)) - Add explicit RHEL8 builders to omnibus build [#5527](https://github.com/inspec/inspec/pull/5527) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Add CI-CD docs [#5489](https://github.com/inspec/inspec/pull/5489) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 4b29806b4..23974a310 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.37.15 \ No newline at end of file +4.37.16 \ 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 6e4986e0b..0adb629cd 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("..", __dir__) - VERSION = "4.37.15".freeze + VERSION = "4.37.16".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 40befccb4..c395ce602 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.37.15".freeze + VERSION = "4.37.16".freeze end