mirror of
https://github.com/inspec/inspec
synced 2024-11-21 20:23:06 +00:00
Bump version to 6.8.12 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
bb9613b561
commit
aacfe7514d
4 changed files with 13 additions and 5 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,7 +1,11 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
|
||||
<!-- latest_release -->
|
||||
<!-- latest_release 6.8.12 -->
|
||||
## [v6.8.12](https://github.com/inspec/inspec/tree/v6.8.12) (2024-11-11)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix license server URL override issue by prioritizing environment-set value [#7203](https://github.com/inspec/inspec/pull/7203) ([ahasunos](https://github.com/ahasunos))
|
||||
<!-- latest_release -->
|
||||
|
||||
## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22)
|
||||
|
@ -30,7 +34,11 @@
|
|||
#### Merged Pull Requests
|
||||
- Bump omnibus-software from `4b08f0b` to `3268356` in /omnibus [#6587](https://github.com/inspec/inspec/pull/6587) ([dependabot[bot]](https://github.com/dependabot[bot]))
|
||||
|
||||
<!-- release_rollup -->
|
||||
<!-- release_rollup since=6.8.11 -->
|
||||
### Changes since 6.8.11 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix license server URL override issue by prioritizing environment-set value [#7203](https://github.com/inspec/inspec/pull/7203) ([ahasunos](https://github.com/ahasunos)) <!-- 6.8.12 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
<!-- latest_stable_release -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.8.11
|
||||
6.8.12
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "6.8.11".freeze
|
||||
VERSION = "6.8.12".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "6.8.11".freeze
|
||||
VERSION = "6.8.12".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue