From d0210bfda40b1139b3a6a1e5e8e981c88c326438 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 28 Mar 2023 15:20:03 +0000 Subject: [PATCH] Bump version to 5.21.43 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 8e068062b..64cc53b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v5.21.42](https://github.com/inspec/inspec/tree/v5.21.42) (2023-03-23) + +## [v5.21.43](https://github.com/inspec/inspec/tree/v5.21.43) (2023-03-28) #### Merged Pull Requests -- CHEF-1458 Multiple values changes in SimpleConfig library [#6489](https://github.com/inspec/inspec/pull/6489) ([Nik08](https://github.com/Nik08)) +- CHEF-105 Adds configuration required for sonarqube integration. [#6480](https://github.com/inspec/inspec/pull/6480) ([Vasu1105](https://github.com/Vasu1105)) ### Changes since 5.21.29 release #### Merged Pull Requests +- CHEF-105 Adds configuration required for sonarqube integration. [#6480](https://github.com/inspec/inspec/pull/6480) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-1458 Multiple values changes in SimpleConfig library [#6489](https://github.com/inspec/inspec/pull/6489) ([Nik08](https://github.com/Nik08)) - Revert "adding new private verify, as this will kick off the expeditor bump version" [#6479](https://github.com/inspec/inspec/pull/6479) ([Vasu1105](https://github.com/Vasu1105)) - Bump rack from 2.2.4 to 2.2.6.2 in /omnibus [#6388](https://github.com/inspec/inspec/pull/6388) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/VERSION b/VERSION index 3ec86be17..ba52cc1ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.21.42 \ No newline at end of file +5.21.43 \ 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 c0f1c35b2..17aec5e10 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.21.42".freeze + VERSION = "5.21.43".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index ddcd5833e..9957803af 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "5.21.42".freeze + VERSION = "5.21.43".freeze end