Bump version to 4.56.13 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2022-03-09 17:52:26 +00:00
parent 9b3d933e1f
commit b37e5fe7fd
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.56.12 -->
## [v4.56.12](https://github.com/inspec/inspec/tree/v4.56.12) (2022-03-04)
<!-- latest_release 4.56.13 -->
## [v4.56.13](https://github.com/inspec/inspec/tree/v4.56.13) (2022-03-09)
#### Merged Pull Requests
- Temporarily disable habitat builds to unbreak the pipeline - inspec-4 [#5905](https://github.com/inspec/inspec/pull/5905) ([clintoncwolfe](https://github.com/clintoncwolfe))
- Bump omnibus-software from `f64a223` to `5947560` in /omnibus [#5910](https://github.com/inspec/inspec/pull/5910) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
<!-- release_rollup since=4.52.9 -->
@ -17,6 +17,7 @@
- Added Timezone Resource [#5758](https://github.com/inspec/inspec/pull/5758) ([Nik08](https://github.com/Nik08)) <!-- 4.53.0 -->
#### Merged Pull Requests
- Bump omnibus-software from `f64a223` to `5947560` in /omnibus [#5910](https://github.com/inspec/inspec/pull/5910) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.56.13 -->
- Temporarily disable habitat builds to unbreak the pipeline - inspec-4 [#5905](https://github.com/inspec/inspec/pull/5905) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.12 -->
- Disable resource integration tests inspec-4 [#5899](https://github.com/inspec/inspec/pull/5899) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.11 -->
- backport automate version fix inspec 4 [#5897](https://github.com/inspec/inspec/pull/5897) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.10 -->

View file

@ -1 +1 @@
4.56.12
4.56.13

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.12".freeze
VERSION = "4.56.13".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.56.12".freeze
VERSION = "4.56.13".freeze
end