Bump version to 4.56.26 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2022-06-08 20:16:58 +00:00
parent 862b5cc954
commit 60af225ed3
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.25 --> <!-- latest_release 4.56.26 -->
## [v4.56.25](https://github.com/inspec/inspec/tree/v4.56.25) (2022-05-12) ## [v4.56.26](https://github.com/inspec/inspec/tree/v4.56.26) (2022-06-08)
#### Merged Pull Requests #### Merged Pull Requests
- CFINSPEC-250: Fix for inspec json command populating inputs [#6059](https://github.com/inspec/inspec/pull/6059) ([clintoncwolfe](https://github.com/clintoncwolfe)) - 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]))
<!-- 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
- 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 -->
- CFINSPEC-250: Fix for inspec json command populating inputs [#6059](https://github.com/inspec/inspec/pull/6059) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.25 --> - CFINSPEC-250: Fix for inspec json command populating inputs [#6059](https://github.com/inspec/inspec/pull/6059) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.25 -->
- 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 --> - 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 --> - Backport amazonlinux2022 service resource fix to inspec-4 [#6017](https://github.com/inspec/inspec/pull/6017) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.23 -->

View file

@ -1 +1 @@
4.56.25 4.56.26

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.25".freeze VERSION = "4.56.26".freeze
end end

View file

@ -1,3 +1,3 @@
module Inspec module Inspec
VERSION = "4.56.25".freeze VERSION = "4.56.26".freeze
end end