From f34db91219bbb28bb4f4f6b68b670e290cf8f2ee Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 24 Jul 2024 11:03:41 +0000 Subject: [PATCH] Bump version to 6.8.0 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 6 ++++-- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a90cd9870..2fcd53a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Change Log - -## Unreleased + +## [v6.8.0](https://github.com/inspec/inspec/tree/v6.8.0) (2024-07-24) #### Merged Pull Requests +- Update ssh_config resource to support returning the current sshd_config file in use. [#7070](https://github.com/inspec/inspec/pull/7070) ([aaronlippold](https://github.com/aaronlippold)) - Increase buildkite verify pipeline timeout [#7103](https://github.com/inspec/inspec/pull/7103) ([Vasu1105](https://github.com/Vasu1105)) @@ -38,6 +39,7 @@ ### Changes since 6.6.0 release #### Merged Pull Requests +- Update ssh_config resource to support returning the current sshd_config file in use. [#7070](https://github.com/inspec/inspec/pull/7070) ([aaronlippold](https://github.com/aaronlippold)) - Increase buildkite verify pipeline timeout [#7103](https://github.com/inspec/inspec/pull/7103) ([Vasu1105](https://github.com/Vasu1105)) - Update chef-licensing version pinning [#7102](https://github.com/inspec/inspec/pull/7102) ([Vasu1105](https://github.com/Vasu1105)) - Bump omnibus from `82dae89` to `41d5c3b` in /omnibus [#7089](https://github.com/inspec/inspec/pull/7089) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/VERSION b/VERSION index 8d81486ef..8a1c5c7e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.7.3 \ No newline at end of file +6.8.0 \ 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 251c62390..33b572c04 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 = "6.7.3".freeze + VERSION = "6.8.0".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index b005e0ab3..aa14ebb63 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "6.7.3".freeze + VERSION = "6.8.0".freeze end