mirror of
https://github.com/inspec/inspec
synced 2025-02-21 08:28:42 +00:00
Bump version to 4.23.21 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
673e0415dc
commit
65da44b6f7
4 changed files with 7 additions and 9 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,13 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.23.20 -->
|
||||
## [v4.23.20](https://github.com/inspec/inspec/tree/v4.23.20) (2020-11-18)
|
||||
|
||||
#### Bug Fixes
|
||||
- Don't reload plugins if load_all is called repeatedly [#5308](https://github.com/inspec/inspec/pull/5308) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release 4.23.21 -->
|
||||
## [v4.23.21](https://github.com/inspec/inspec/tree/v4.23.21) (2020-11-18)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update Codeowners file for Docs [#5298](https://github.com/inspec/inspec/pull/5298) ([mjingle](https://github.com/mjingle))
|
||||
- grub_conf - handle no menuentry config [#5306](https://github.com/inspec/inspec/pull/5306) ([james-stocks](https://github.com/james-stocks))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.23.15 -->
|
||||
|
@ -17,6 +14,7 @@
|
|||
- Don'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
|
||||
- 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 -->
|
||||
- Bumps parallel for ruby 2.4 issue [#5304](https://github.com/inspec/inspec/pull/5304) ([Schwad](https://github.com/Schwad)) <!-- 4.23.19 -->
|
||||
- replace deprecated attributes section with inputs [#5295](https://github.com/inspec/inspec/pull/5295) ([KonradSchieban](https://github.com/KonradSchieban)) <!-- 4.23.18 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.23.20
|
||||
4.23.21
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.23.20".freeze
|
||||
VERSION = "4.23.21".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.23.20".freeze
|
||||
VERSION = "4.23.21".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue