From d337843709cc80fabc2b8b970306ad85975479a4 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 27 Feb 2023 12:05:20 +0000 Subject: [PATCH] Bump version to 5.21.38 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 6d4c1514d..94a73962e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v5.21.37](https://github.com/inspec/inspec/tree/v5.21.37) (2023-02-27) + +## [v5.21.38](https://github.com/inspec/inspec/tree/v5.21.38) (2023-02-27) #### Merged Pull Requests -- Bump omnibus from `c66e97c` to `cf97613` in /omnibus [#6423](https://github.com/inspec/inspec/pull/6423) ([dependabot[bot]](https://github.com/dependabot[bot])) +- Bump kitchen-vagrant from 1.12.1 to 1.14.1 in /omnibus [#6427](https://github.com/inspec/inspec/pull/6427) ([dependabot[bot]](https://github.com/dependabot[bot])) ### Changes since 5.21.29 release #### Merged Pull Requests +- Bump kitchen-vagrant from 1.12.1 to 1.14.1 in /omnibus [#6427](https://github.com/inspec/inspec/pull/6427) ([dependabot[bot]](https://github.com/dependabot[bot])) - Bump omnibus from `c66e97c` to `cf97613` in /omnibus [#6423](https://github.com/inspec/inspec/pull/6423) ([dependabot[bot]](https://github.com/dependabot[bot])) - Bump omnibus-software from `6a13693` to `225e357` in /omnibus [#6442](https://github.com/inspec/inspec/pull/6442) ([dependabot[bot]](https://github.com/dependabot[bot])) - Formatting fixes for podman docs [#6386](https://github.com/inspec/inspec/pull/6386) ([IanMadd](https://github.com/IanMadd)) diff --git a/VERSION b/VERSION index 8f373e0cc..7f25320a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.21.37 \ No newline at end of file +5.21.38 \ 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 a3d8d639d..cabf55aa0 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.37".freeze + VERSION = "5.21.38".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index c81e0d83b..73fd1c999 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "5.21.37".freeze + VERSION = "5.21.38".freeze end