2
0
Fork 0
mirror of https://github.com/inspec/inspec synced 2025-02-21 08:28:42 +00:00

Bump version to 4.23.24 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-12-01 17:19:29 +00:00
parent 353ea9166e
commit 8a608dac76
4 changed files with 7 additions and 7 deletions
CHANGELOG.mdVERSION
inspec-bin/lib/inspec-bin
lib/inspec

View file

@ -1,11 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.23.23 -->
## [v4.23.23](https://github.com/inspec/inspec/tree/v4.23.23) (2020-12-01)
<!-- latest_release 4.23.24 -->
## [v4.23.24](https://github.com/inspec/inspec/tree/v4.23.24) (2020-12-01)
#### Merged Pull Requests
- Drop EOL Ruby 2.4 from testing, Fix Ruby 2.5 Gem build [#5321](https://github.com/inspec/inspec/pull/5321) ([clintoncwolfe](https://github.com/clintoncwolfe))
- Update Ruby to 2.7.2 [#5281](https://github.com/inspec/inspec/pull/5281) ([tas50](https://github.com/tas50))
- Fix escaping of Windows package names [#5323](https://github.com/inspec/inspec/pull/5323) ([ramereth](https://github.com/ramereth))
<!-- latest_release -->
<!-- release_rollup since=4.23.15 -->
@ -18,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
- Fix escaping of Windows package names [#5323](https://github.com/inspec/inspec/pull/5323) ([ramereth](https://github.com/ramereth)) <!-- 4.23.24 -->
- Drop EOL Ruby 2.4 from testing, Fix Ruby 2.5 Gem build [#5321](https://github.com/inspec/inspec/pull/5321) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.23.23 -->
- Update Ruby to 2.7.2 [#5281](https://github.com/inspec/inspec/pull/5281) ([tas50](https://github.com/tas50)) <!-- 4.23.22 -->
- grub_conf - handle no menuentry config [#5306](https://github.com/inspec/inspec/pull/5306) ([james-stocks](https://github.com/james-stocks)) <!-- 4.23.21 -->

View file

@ -1 +1 @@
4.23.23
4.23.24

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.23.23".freeze
VERSION = "4.23.24".freeze
end