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:
Chef Expeditor 2024-11-13 10:38:58 +00:00
parent 4e5c1e8241
commit 38d78f11d4
4 changed files with 7 additions and 6 deletions

View file

@ -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 ~&gt; 2.6 to avoid Ruby &gt;= 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 ~&gt; 2.6 to avoid Ruby &gt;= 3.2 requirement [#7207](https://github.com/inspec/inspec/pull/7207) ([ahasunos](https://github.com/ahasunos)) <!-- 5.22.59 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
5.22.59
5.22.60

View file

@ -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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "5.22.59".freeze
VERSION = "5.22.60".freeze
end