mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Bump version to 5.22.9 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
0ca221af5b
commit
1fd8a313f5
4 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 5.22.8 -->
|
||||
## [v5.22.8](https://github.com/inspec/inspec/tree/v5.22.8) (2023-07-07)
|
||||
<!-- latest_release 5.22.9 -->
|
||||
## [v5.22.9](https://github.com/inspec/inspec/tree/v5.22.9) (2023-07-11)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Bump omnibus-software from `f06bbea` to `4b08f0b` in /omnibus [#6548](https://github.com/inspec/inspec/pull/6548) ([dependabot[bot]](https://github.com/dependabot[bot]))
|
||||
- YAML reporter test fix [#6563](https://github.com/inspec/inspec/pull/6563) ([Nik08](https://github.com/Nik08))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=5.22.3 -->
|
||||
### Changes since 5.22.3 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- YAML reporter test fix [#6563](https://github.com/inspec/inspec/pull/6563) ([Nik08](https://github.com/Nik08)) <!-- 5.22.9 -->
|
||||
- Bump omnibus-software from `f06bbea` to `4b08f0b` in /omnibus [#6548](https://github.com/inspec/inspec/pull/6548) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 5.22.8 -->
|
||||
- Bump berkshelf from 8.0.2 to 8.0.7 in /omnibus [#6530](https://github.com/inspec/inspec/pull/6530) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 5.22.7 -->
|
||||
- Bump omnibus from `ae855f3` to `9c0643a` in /omnibus [#6543](https://github.com/inspec/inspec/pull/6543) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 5.22.6 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.22.8
|
||||
5.22.9
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "5.22.8".freeze
|
||||
VERSION = "5.22.9".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "5.22.8".freeze
|
||||
VERSION = "5.22.9".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue