mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Bump version to 4.56.33 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
a98e41c484
commit
4c98e655e6
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 4.56.32 -->
|
||||
## [v4.56.32](https://github.com/inspec/inspec/tree/v4.56.32) (2023-04-04)
|
||||
<!-- latest_release 4.56.33 -->
|
||||
## [v4.56.33](https://github.com/inspec/inspec/tree/v4.56.33) (2023-04-05)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix Windows CI by not installing html-proofer for Ruby < 3.0 [#6496](https://github.com/inspec/inspec/pull/6496) ([ahasunos](https://github.com/ahasunos))
|
||||
- Backport 6240: Update chefstyle from 2.0.x to 2.2.2 to use RuboCop 1.25.1 [#6459](https://github.com/inspec/inspec/pull/6459) ([Nik08](https://github.com/Nik08))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.56.20 -->
|
||||
### Changes since 4.56.20 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Backport 6240: Update chefstyle from 2.0.x to 2.2.2 to use RuboCop 1.25.1 [#6459](https://github.com/inspec/inspec/pull/6459) ([Nik08](https://github.com/Nik08)) <!-- 4.56.33 -->
|
||||
- Fix Windows CI by not installing html-proofer for Ruby < 3.0 [#6496](https://github.com/inspec/inspec/pull/6496) ([ahasunos](https://github.com/ahasunos)) <!-- 4.56.32 -->
|
||||
- Backport PR#6043 to Inspec 4 [#6282](https://github.com/inspec/inspec/pull/6282) ([sathish-progress](https://github.com/sathish-progress)) <!-- 4.56.31 -->
|
||||
- Bump kitchen-vagrant from 1.12.0 to 1.12.1 in /omnibus [#6212](https://github.com/inspec/inspec/pull/6212) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.56.30 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.56.32
|
||||
4.56.33
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.56.32".freeze
|
||||
VERSION = "4.56.33".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.56.32".freeze
|
||||
VERSION = "4.56.33".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue