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:
Chef Expeditor 2023-04-05 08:52:11 +00:00
parent a98e41c484
commit 4c98e655e6
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.56.32 --> <!-- latest_release 4.56.33 -->
## [v4.56.32](https://github.com/inspec/inspec/tree/v4.56.32) (2023-04-04) ## [v4.56.33](https://github.com/inspec/inspec/tree/v4.56.33) (2023-04-05)
#### Merged Pull Requests #### Merged Pull Requests
- Fix Windows CI by not installing html-proofer for Ruby &lt; 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 --> <!-- latest_release -->
<!-- release_rollup since=4.56.20 --> <!-- release_rollup since=4.56.20 -->
### Changes since 4.56.20 release ### Changes since 4.56.20 release
#### Merged Pull Requests #### 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 &lt; 3.0 [#6496](https://github.com/inspec/inspec/pull/6496) ([ahasunos](https://github.com/ahasunos)) <!-- 4.56.32 --> - Fix Windows CI by not installing html-proofer for Ruby &lt; 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 --> - 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 --> - 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 -->

View file

@ -1 +1 @@
4.56.32 4.56.33

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually # This file managed by automation - do not edit manually
module InspecBin module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__) INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "4.56.32".freeze VERSION = "4.56.33".freeze
end end

View file

@ -1,3 +1,3 @@
module Inspec module Inspec
VERSION = "4.56.32".freeze VERSION = "4.56.33".freeze
end end