Bump version to 4.24.3 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-12-03 13:18:23 +00:00
parent c766519485
commit d5e426d068
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.24.2 -->
## [v4.24.2](https://github.com/inspec/inspec/tree/v4.24.2) (2020-12-02)
<!-- latest_release 4.24.3 -->
## [v4.24.3](https://github.com/inspec/inspec/tree/v4.24.3) (2020-12-03)
#### Merged Pull Requests
- Remove the dependency on json_schemer [#5325](https://github.com/inspec/inspec/pull/5325) ([tas50](https://github.com/tas50))
- Added platform-name wildcard support [#5302](https://github.com/inspec/inspec/pull/5302) ([yarick](https://github.com/yarick))
<!-- latest_release -->
<!-- release_rollup since=4.23.15 -->
@ -17,6 +17,7 @@
- Don&#39;t reload plugins if load_all is called repeatedly [#5308](https://github.com/inspec/inspec/pull/5308) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.23.20 -->
#### Merged Pull Requests
- Added platform-name wildcard support [#5302](https://github.com/inspec/inspec/pull/5302) ([yarick](https://github.com/yarick)) <!-- 4.24.3 -->
- Remove the dependency on json_schemer [#5325](https://github.com/inspec/inspec/pull/5325) ([tas50](https://github.com/tas50)) <!-- 4.24.2 -->
- Remove Gemfile.local support to use Dependabot [#5324](https://github.com/inspec/inspec/pull/5324) ([tas50](https://github.com/tas50)) <!-- 4.24.1 -->
- Reenabling Docker image builds using Dobi [#5318](https://github.com/inspec/inspec/pull/5318) ([Schwad](https://github.com/Schwad)) <!-- 4.24.0 -->

View file

@ -1 +1 @@
4.24.2
4.24.3

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.24.2".freeze
VERSION = "4.24.3".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.24.2".freeze
VERSION = "4.24.3".freeze
end