mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
Bump version to 4.56.24 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
63163bcbb6
commit
458c74816a
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.23 -->
|
||||
## [v4.56.23](https://github.com/inspec/inspec/tree/v4.56.23) (2022-04-28)
|
||||
<!-- latest_release 4.56.24 -->
|
||||
## [v4.56.24](https://github.com/inspec/inspec/tree/v4.56.24) (2022-05-03)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Backport amazonlinux2022 service resource fix to inspec-4 [#6017](https://github.com/inspec/inspec/pull/6017) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- Bump berkshelf from 7.2.2 to 8.0.0 in /omnibus [#6021](https://github.com/inspec/inspec/pull/6021) ([dependabot[bot]](https://github.com/dependabot[bot]))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.56.20 -->
|
||||
### Changes since 4.56.20 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Bump berkshelf from 7.2.2 to 8.0.0 in /omnibus [#6021](https://github.com/inspec/inspec/pull/6021) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.56.24 -->
|
||||
- Backport amazonlinux2022 service resource fix to inspec-4 [#6017](https://github.com/inspec/inspec/pull/6017) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.23 -->
|
||||
- Bump omnibus-software from `5947560` to `b2bc35b` in /omnibus [#6005](https://github.com/inspec/inspec/pull/6005) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.56.22 -->
|
||||
- Re-enable habitat builds on inspec-4 branch [#6008](https://github.com/inspec/inspec/pull/6008) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.21 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.56.23
|
||||
4.56.24
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.56.23".freeze
|
||||
VERSION = "4.56.24".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.56.23".freeze
|
||||
VERSION = "4.56.24".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue