Bump version to 6.8.14 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2024-11-22 11:53:54 +00:00
parent 72e7441d21
commit 526b52657b
4 changed files with 7 additions and 6 deletions

View file

@ -1,11 +1,11 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 6.8.13 -->
## [v6.8.13](https://github.com/inspec/inspec/tree/v6.8.13) (2024-11-11)
<!-- latest_release 6.8.14 -->
## [v6.8.14](https://github.com/inspec/inspec/tree/v6.8.14) (2024-11-22)
#### Merged Pull Requests
- CHEF-15651: Introduce `--legacy` flag for compatibility in `inspec automate upload` with legacy checks and export options [#7200](https://github.com/inspec/inspec/pull/7200) ([ahasunos](https://github.com/ahasunos))
- CHEF-11226: Upgrade Ruby and Ruby Dev Kit to 3.1.6 due to outdated embedded Perl version in 3.1.2 [#7174](https://github.com/inspec/inspec/pull/7174) ([ahasunos](https://github.com/ahasunos))
<!-- latest_release -->
## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22)
@ -38,6 +38,7 @@
### Changes since 6.8.11 release
#### Merged Pull Requests
- CHEF-11226: Upgrade Ruby and Ruby Dev Kit to 3.1.6 due to outdated embedded Perl version in 3.1.2 [#7174](https://github.com/inspec/inspec/pull/7174) ([ahasunos](https://github.com/ahasunos)) <!-- 6.8.14 -->
- CHEF-15651: Introduce `--legacy` flag for compatibility in `inspec automate upload` with legacy checks and export options [#7200](https://github.com/inspec/inspec/pull/7200) ([ahasunos](https://github.com/ahasunos)) <!-- 6.8.13 -->
- 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 -->

View file

@ -1 +1 @@
6.8.13
6.8.14

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.8.13".freeze
VERSION = "6.8.14".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "6.8.13".freeze
VERSION = "6.8.14".freeze
end