mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 4.56.46 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
fa1d9354e7
commit
81a209fa9f
4 changed files with 7 additions and 7 deletions
|
@ -1,17 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.56.45 -->
|
||||
## [v4.56.45](https://github.com/inspec/inspec/tree/v4.56.45) (2023-09-29)
|
||||
<!-- latest_release 4.56.46 -->
|
||||
## [v4.56.46](https://github.com/inspec/inspec/tree/v4.56.46) (2023-09-29)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- [BACKPORT] EULA: Update latest EULA (markdown copy) - 31AUG2023 [#6711](https://github.com/inspec/inspec/pull/6711) ([ahasunos](https://github.com/ahasunos))
|
||||
- Revert "Update html-proofer requirement from ~> 3.19.4 to ~> 5.0.8" [#6718](https://github.com/inspec/inspec/pull/6718) ([Vasu1105](https://github.com/Vasu1105))
|
||||
- Use Ruby 3.1 for InSpec 4; Drop EOL 2.7 [#6713](https://github.com/inspec/inspec/pull/6713) ([Nik08](https://github.com/Nik08))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.56.20 -->
|
||||
### Changes since 4.56.20 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Use Ruby 3.1 for InSpec 4; Drop EOL 2.7 [#6713](https://github.com/inspec/inspec/pull/6713) ([Nik08](https://github.com/Nik08)) <!-- 4.56.46 -->
|
||||
- [BACKPORT] EULA: Update latest EULA (markdown copy) - 31AUG2023 [#6711](https://github.com/inspec/inspec/pull/6711) ([ahasunos](https://github.com/ahasunos)) <!-- 4.56.45 -->
|
||||
- Revert "Update html-proofer requirement from ~> 3.19.4 to ~> 5.0.8" [#6718](https://github.com/inspec/inspec/pull/6718) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.56.44 -->
|
||||
- Backport 6391 - Add ruby-msys2-devkit as omnibus build dependency [#6714](https://github.com/inspec/inspec/pull/6714) ([Nik08](https://github.com/Nik08)) <!-- 4.56.44 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.56.45
|
||||
4.56.46
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.56.45".freeze
|
||||
VERSION = "4.56.46".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.56.45".freeze
|
||||
VERSION = "4.56.46".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue