From c953ca6f9acc2eac3aa8f49ec0d411a63fdc63ee Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 17 May 2022 03:23:03 +0000 Subject: [PATCH] Bump version to 5.15.2 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d5eb2397..34db05002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v5.15.1](https://github.com/inspec/inspec/tree/v5.15.1) (2022-05-12) + +## [v5.15.2](https://github.com/inspec/inspec/tree/v5.15.2) (2022-05-17) #### Merged Pull Requests -- CFINSPEC-250: Fix for inspec json command does not populate the inputs for the profile [#6056](https://github.com/inspec/inspec/pull/6056) ([Vasu1105](https://github.com/Vasu1105)) +- CFINSPEC-252: Fix profile gem dependency installation is failing when gem version is not specified [#6057](https://github.com/inspec/inspec/pull/6057) ([Vasu1105](https://github.com/Vasu1105)) ### Changes since 5.14.0 release #### Merged Pull Requests +- CFINSPEC-252: Fix profile gem dependency installation is failing when gem version is not specified [#6057](https://github.com/inspec/inspec/pull/6057) ([Vasu1105](https://github.com/Vasu1105)) - CFINSPEC-250: Fix for inspec json command does not populate the inputs for the profile [#6056](https://github.com/inspec/inspec/pull/6056) ([Vasu1105](https://github.com/Vasu1105)) - CFINSPEC-96: Add `zfs` resource [#6004](https://github.com/inspec/inspec/pull/6004) ([ahasunos](https://github.com/ahasunos)) - Add a sample validation key, to be used in testing key fetching [#6030](https://github.com/inspec/inspec/pull/6030) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 1a1f2cf53..57ba4a811 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.15.1 \ No newline at end of file +5.15.2 \ 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 1f6a7c1e8..85b5afe6d 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 = "5.15.1".freeze + VERSION = "5.15.2".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 1adc48a11..e94f2bdfa 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "5.15.1".freeze + VERSION = "5.15.2".freeze end