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.23 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 12:51:38 +00:00
parent a05556bec0
commit 6923d1d75f
4 changed files with 7 additions and 5 deletions
CHANGELOG.mdVERSION
inspec-bin/lib/inspec-bin
lib/inspec

View file

@ -1,9 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release unreleased -->
## Unreleased
<!-- latest_release 4.23.23 -->
## [v4.23.23](https://github.com/inspec/inspec/tree/v4.23.23) (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))
<!-- latest_release -->
@ -17,6 +18,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
- 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 -->
- Update Codeowners file for Docs [#5298](https://github.com/inspec/inspec/pull/5298) ([mjingle](https://github.com/mjingle)) <!-- 4.23.19 -->

View file

@ -1 +1 @@
4.23.22
4.23.23

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

View file

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