Bump version to 4.24.31 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-01-12 20:36:35 +00:00
parent 1e8dd0ae1e
commit c6528568a3
4 changed files with 7 additions and 7 deletions

View file

@ -1,17 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.24.30 -->
## [v4.24.30](https://github.com/inspec/inspec/tree/v4.24.30) (2021-01-12)
<!-- latest_release 4.24.31 -->
## [v4.24.31](https://github.com/inspec/inspec/tree/v4.24.31) (2021-01-12)
#### Merged Pull Requests
- clarify the inspec check command [#5379](https://github.com/inspec/inspec/pull/5379) ([chrisbirster](https://github.com/chrisbirster))
- Switch Docker build to be omnibus-based [#5362](https://github.com/inspec/inspec/pull/5362) ([nkierpiec](https://github.com/nkierpiec))
- Update faraday requirement from &gt;= 0.9.0, &lt; 1.2 to &gt;= 0.9.0, &lt; 1.4 [#5371](https://github.com/inspec/inspec/pull/5371) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
<!-- latest_release -->
<!-- release_rollup since=4.24.28 -->
### Changes since 4.24.28 release
#### Merged Pull Requests
- Update faraday requirement from &gt;= 0.9.0, &lt; 1.2 to &gt;= 0.9.0, &lt; 1.4 [#5371](https://github.com/inspec/inspec/pull/5371) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.24.31 -->
- clarify the inspec check command [#5379](https://github.com/inspec/inspec/pull/5379) ([chrisbirster](https://github.com/chrisbirster)) <!-- 4.24.30 -->
- Switch Docker build to be omnibus-based [#5362](https://github.com/inspec/inspec/pull/5362) ([nkierpiec](https://github.com/nkierpiec)) <!-- 4.24.29 -->
- Add ENV var to skip live net tests in plugin installer unit tests [#5378](https://github.com/inspec/inspec/pull/5378) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.24.29 -->

View file

@ -1 +1 @@
4.24.30
4.24.31

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.24.30".freeze
VERSION = "4.24.31".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.24.30".freeze
VERSION = "4.24.31".freeze
end