mirror of
https://github.com/inspec/inspec
synced 2024-11-24 21:53:15 +00:00
Bump version to 6.8.11 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
3f4c85693c
commit
f05b389794
4 changed files with 7 additions and 5 deletions
|
@ -1,10 +1,11 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
|
||||
<!-- latest_release unreleased -->
|
||||
## Unreleased
|
||||
<!-- latest_release 6.8.11 -->
|
||||
## [v6.8.11](https://github.com/inspec/inspec/tree/v6.8.11) (2024-11-05)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- CHEF-12879 Test kitchen integration with InSpec 6 [#7168](https://github.com/inspec/inspec/pull/7168) ([Nik08](https://github.com/Nik08))
|
||||
- chore: disable habitat package promotion in config [#7197](https://github.com/inspec/inspec/pull/7197) ([ahasunos](https://github.com/ahasunos))
|
||||
<!-- latest_release -->
|
||||
|
||||
|
@ -38,6 +39,7 @@
|
|||
### Changes since 6.8.1 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- CHEF-12879 Test kitchen integration with InSpec 6 [#7168](https://github.com/inspec/inspec/pull/7168) ([Nik08](https://github.com/Nik08)) <!-- 6.8.11 -->
|
||||
- chore: disable habitat package promotion in config [#7197](https://github.com/inspec/inspec/pull/7197) ([ahasunos](https://github.com/ahasunos)) <!-- 6.8.10 -->
|
||||
- Improved regex to load readme from inspec profiles [#7198](https://github.com/inspec/inspec/pull/7198) ([Nik08](https://github.com/Nik08)) <!-- 6.8.10 -->
|
||||
- added the correct prod Url spellings [#7166](https://github.com/inspec/inspec/pull/7166) ([vviveksharma](https://github.com/vviveksharma)) <!-- 6.8.9 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.8.10
|
||||
6.8.11
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "6.8.10".freeze
|
||||
VERSION = "6.8.11".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "6.8.10".freeze
|
||||
VERSION = "6.8.11".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue