mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
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:
parent
1e8dd0ae1e
commit
c6528568a3
4 changed files with 7 additions and 7 deletions
|
@ -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 >= 0.9.0, < 1.2 to >= 0.9.0, < 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 >= 0.9.0, < 1.2 to >= 0.9.0, < 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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.24.30
|
||||
4.24.31
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.24.30".freeze
|
||||
VERSION = "4.24.31".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue