From 39e91eb0b3da556d5577a615bba8b38906379b55 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 7 Jul 2023 03:20:28 +0000 Subject: [PATCH] Bump version to 5.22.8 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 7d424ebb2..b3ca7a746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v5.22.7](https://github.com/inspec/inspec/tree/v5.22.7) (2023-07-07) + +## [v5.22.8](https://github.com/inspec/inspec/tree/v5.22.8) (2023-07-07) #### Merged Pull Requests -- Bump berkshelf from 8.0.2 to 8.0.7 in /omnibus [#6530](https://github.com/inspec/inspec/pull/6530) ([dependabot[bot]](https://github.com/dependabot[bot])) +- Bump omnibus-software from `f06bbea` to `4b08f0b` in /omnibus [#6548](https://github.com/inspec/inspec/pull/6548) ([dependabot[bot]](https://github.com/dependabot[bot])) ### Changes since 5.22.3 release #### Merged Pull Requests +- Bump omnibus-software from `f06bbea` to `4b08f0b` in /omnibus [#6548](https://github.com/inspec/inspec/pull/6548) ([dependabot[bot]](https://github.com/dependabot[bot])) - Bump berkshelf from 8.0.2 to 8.0.7 in /omnibus [#6530](https://github.com/inspec/inspec/pull/6530) ([dependabot[bot]](https://github.com/dependabot[bot])) - Bump omnibus from `ae855f3` to `9c0643a` in /omnibus [#6543](https://github.com/inspec/inspec/pull/6543) ([dependabot[bot]](https://github.com/dependabot[bot])) - Update Dockerfile for M1 support [#6541](https://github.com/inspec/inspec/pull/6541) ([ahasunos](https://github.com/ahasunos)) diff --git a/VERSION b/VERSION index 9b050a229..64900bff0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.22.7 \ No newline at end of file +5.22.8 \ 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 6cbcde1e7..e0e1dc0a5 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.22.7".freeze + VERSION = "5.22.8".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 7a56c514f..75eaceaa6 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "5.22.7".freeze + VERSION = "5.22.8".freeze end