Bump version to 4.24.8 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-12-09 19:11:09 +00:00
parent 676660a094
commit eefd96d867
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.7 -->
## [v4.24.7](https://github.com/inspec/inspec/tree/v4.24.7) (2020-12-09)
<!-- latest_release 4.24.8 -->
## [v4.24.8](https://github.com/inspec/inspec/tree/v4.24.8) (2020-12-09)
#### Merged Pull Requests
- Parallel restored Ruby 2.4 support so unpin it [#5335](https://github.com/inspec/inspec/pull/5335) ([tas50](https://github.com/tas50))
- Remove the pin on EOL Chef releases [#5339](https://github.com/inspec/inspec/pull/5339) ([tas50](https://github.com/tas50))
<!-- 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
- Remove the pin on EOL Chef releases [#5339](https://github.com/inspec/inspec/pull/5339) ([tas50](https://github.com/tas50)) <!-- 4.24.8 -->
- Parallel restored Ruby 2.4 support so unpin it [#5335](https://github.com/inspec/inspec/pull/5335) ([tas50](https://github.com/tas50)) <!-- 4.24.7 -->
- Remove outdated / unmaintained maintainers task / docs [#5332](https://github.com/inspec/inspec/pull/5332) ([tas50](https://github.com/tas50)) <!-- 4.24.6 -->
- Remove kitchen-ec2 dep + add lower floor to other kitchen deps [#5331](https://github.com/inspec/inspec/pull/5331) ([tas50](https://github.com/tas50)) <!-- 4.24.5 -->

View file

@ -1 +1 @@
4.24.7
4.24.8

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.24.7".freeze
VERSION = "4.24.8".freeze
end