mirror of
https://github.com/inspec/inspec
synced 2025-02-16 14:08:36 +00:00
Bump version to 5.22.60 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
4e5c1e8241
commit
38d78f11d4
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.59 -->
|
||||
## [v5.22.59](https://github.com/inspec/inspec/tree/v5.22.59) (2024-11-13)
|
||||
<!-- latest_release 5.22.60 -->
|
||||
## [v5.22.60](https://github.com/inspec/inspec/tree/v5.22.60) (2024-11-13)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Pin zeitwerk gem to ~> 2.6 to avoid Ruby >= 3.2 requirement [#7207](https://github.com/inspec/inspec/pull/7207) ([ahasunos](https://github.com/ahasunos))
|
||||
- [Backport] - Introduce `--legacy` flag for compatibility in `inspec automate upload` with legacy checks and export options [#7204](https://github.com/inspec/inspec/pull/7204) ([ahasunos](https://github.com/ahasunos))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=5.22.58 -->
|
||||
### Changes since 5.22.58 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- [Backport] - Introduce `--legacy` flag for compatibility in `inspec automate upload` with legacy checks and export options [#7204](https://github.com/inspec/inspec/pull/7204) ([ahasunos](https://github.com/ahasunos)) <!-- 5.22.60 -->
|
||||
- Pin zeitwerk gem to ~> 2.6 to avoid Ruby >= 3.2 requirement [#7207](https://github.com/inspec/inspec/pull/7207) ([ahasunos](https://github.com/ahasunos)) <!-- 5.22.59 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.22.59
|
||||
5.22.60
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "5.22.59".freeze
|
||||
VERSION = "5.22.60".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "5.22.59".freeze
|
||||
VERSION = "5.22.60".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue