Bump version to 6.8.0 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2024-07-24 11:03:41 +00:00
parent 0ab35681aa
commit f34db91219
4 changed files with 7 additions and 5 deletions

View file

@ -1,10 +1,11 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release unreleased -->
## Unreleased
<!-- latest_release 6.8.0 -->
## [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))
<!-- latest_release -->
@ -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)) <!-- 6.8.0 -->
- Increase buildkite verify pipeline timeout [#7103](https://github.com/inspec/inspec/pull/7103) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.7.3 -->
- Update chef-licensing version pinning [#7102](https://github.com/inspec/inspec/pull/7102) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.7.3 -->
- Bump omnibus from `82dae89` to `41d5c3b` in /omnibus [#7089](https://github.com/inspec/inspec/pull/7089) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.7.2 -->

View file

@ -1 +1 @@
6.7.3
6.8.0

View file

@ -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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "6.7.3".freeze
VERSION = "6.8.0".freeze
end