Bump version to 4.56.29 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2022-06-27 23:37:48 +00:00
parent 87e0f5a52f
commit 599237ece2
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 4.56.28 -->
## [v4.56.28](https://github.com/inspec/inspec/tree/v4.56.28) (2022-06-27)
<!-- latest_release 4.56.29 -->
## [v4.56.29](https://github.com/inspec/inspec/tree/v4.56.29) (2022-06-27)
#### Merged Pull Requests
- Bump kitchen-vagrant from 1.11.0 to 1.12.0 in /omnibus [#6139](https://github.com/inspec/inspec/pull/6139) ([dependabot[bot]](https://github.com/dependabot[bot]))
- Backport multiple profiles with same name fix to inspec 4 [#6163](https://github.com/inspec/inspec/pull/6163) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=4.56.20 -->
### Changes since 4.56.20 release
#### Merged Pull Requests
- Backport multiple profiles with same name fix to inspec 4 [#6163](https://github.com/inspec/inspec/pull/6163) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.29 -->
- Bump kitchen-vagrant from 1.11.0 to 1.12.0 in /omnibus [#6139](https://github.com/inspec/inspec/pull/6139) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.56.28 -->
- Backport fix for processes resource on windows when path is empty [#6130](https://github.com/inspec/inspec/pull/6130) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.27 -->
- Bump berkshelf from 8.0.0 to 8.0.2 in /omnibus [#6113](https://github.com/inspec/inspec/pull/6113) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.56.26 -->

View file

@ -1 +1 @@
4.56.28
4.56.29

View file

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.56.28".freeze
VERSION = "4.56.29".freeze
end