From 81f89d5b314dd6a98c38a7f4a96b398e2b50a290 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 27 Jun 2022 20:15:03 +0000 Subject: [PATCH] Bump version to 5.18.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 cc59e63fa..abfdf01d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v5.18.7](https://github.com/inspec/inspec/tree/v5.18.7) (2022-06-23) + +## [v5.18.8](https://github.com/inspec/inspec/tree/v5.18.8) (2022-06-27) #### Merged Pull Requests -- Bump octokit from 4.23.0 to 4.25.0 in /omnibus [#6146](https://github.com/inspec/inspec/pull/6146) ([dependabot[bot]](https://github.com/dependabot[bot])) +- Fixes for Buildkite Issues [#6161](https://github.com/inspec/inspec/pull/6161) ([Nik08](https://github.com/Nik08)) ### Changes since 5.17.4 release #### Merged Pull Requests +- Fixes for Buildkite Issues [#6161](https://github.com/inspec/inspec/pull/6161) ([Nik08](https://github.com/Nik08)) - Bump octokit from 4.23.0 to 4.25.0 in /omnibus [#6146](https://github.com/inspec/inspec/pull/6146) ([dependabot[bot]](https://github.com/dependabot[bot])) - Updated plugins doc with send_report functionality [#6144](https://github.com/inspec/inspec/pull/6144) ([Nik08](https://github.com/Nik08)) - add ruby test 3.1 in verify pipeline [#5892](https://github.com/inspec/inspec/pull/5892) ([jayashrig158](https://github.com/jayashrig158)) diff --git a/VERSION b/VERSION index 1ded889de..532f2c683 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.18.7 \ No newline at end of file +5.18.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 fbeb5bb16..20aac5f37 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.18.7".freeze + VERSION = "5.18.8".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 823f61be7..3b36f91f8 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "5.18.7".freeze + VERSION = "5.18.8".freeze end