mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 6.6.23 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
5cb10dda4a
commit
e636d43a1c
4 changed files with 7 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
|
||||
<!-- latest_release 6.6.22 -->
|
||||
## [v6.6.22](https://github.com/inspec/inspec/tree/v6.6.22) (2024-05-27)
|
||||
<!-- latest_release 6.6.23 -->
|
||||
## [v6.6.23](https://github.com/inspec/inspec/tree/v6.6.23) (2024-05-28)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Bump omnibus-software from `f50a2ad` to `88516f3` in /omnibus [#7037](https://github.com/inspec/inspec/pull/7037) ([dependabot[bot]](https://github.com/dependabot[bot]))
|
||||
- Update rspec requirement from >= 3.9, <= 3.12 to >= 3.9, <= 3.14 [#6967](https://github.com/inspec/inspec/pull/6967) ([dependabot[bot]](https://github.com/dependabot[bot]))
|
||||
<!-- latest_release -->
|
||||
|
||||
## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22)
|
||||
|
@ -38,6 +38,7 @@
|
|||
### Changes since 6.6.0 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update rspec requirement from >= 3.9, <= 3.12 to >= 3.9, <= 3.14 [#6967](https://github.com/inspec/inspec/pull/6967) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.6.23 -->
|
||||
- Bump omnibus-software from `f50a2ad` to `88516f3` in /omnibus [#7037](https://github.com/inspec/inspec/pull/7037) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.6.22 -->
|
||||
- Fix broken link for InSpec Profiles documentation page [#7040](https://github.com/inspec/inspec/pull/7040) ([williamtheaker](https://github.com/williamtheaker)) <!-- 6.6.21 -->
|
||||
- CHEF-3833 Added delay for InSpec parallel status reporter [#6993](https://github.com/inspec/inspec/pull/6993) ([Nik08](https://github.com/Nik08)) <!-- 6.6.20 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.6.22
|
||||
6.6.23
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "6.6.22".freeze
|
||||
VERSION = "6.6.23".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "6.6.22".freeze
|
||||
VERSION = "6.6.23".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue