mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 4.23.15 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
2183db2b2f
commit
2d19011d66
4 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.23.14 -->
|
||||
## [v4.23.14](https://github.com/inspec/inspec/tree/v4.23.14) (2020-10-19)
|
||||
<!-- latest_release 4.23.15 -->
|
||||
## [v4.23.15](https://github.com/inspec/inspec/tree/v4.23.15) (2020-10-22)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Ensure that we populate information about waiver expiration regardless of `run: true/false` [#5278](https://github.com/inspec/inspec/pull/5278) ([Schwad](https://github.com/Schwad))
|
||||
- Upgrade the habitat Ruby dependency to 2.6 [#5287](https://github.com/inspec/inspec/pull/5287) ([btm](https://github.com/btm))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.23.11 -->
|
||||
### Changes since 4.23.11 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Upgrade the habitat Ruby dependency to 2.6 [#5287](https://github.com/inspec/inspec/pull/5287) ([btm](https://github.com/btm)) <!-- 4.23.15 -->
|
||||
- Ensure that we populate information about waiver expiration regardless of `run: true/false` [#5278](https://github.com/inspec/inspec/pull/5278) ([Schwad](https://github.com/Schwad)) <!-- 4.23.14 -->
|
||||
- Update Hugo version to 0.76.4 [#5279](https://github.com/inspec/inspec/pull/5279) ([IanMadd](https://github.com/IanMadd)) <!-- 4.23.13 -->
|
||||
- Added another example to illustrate use for only_if [#5269](https://github.com/inspec/inspec/pull/5269) ([unixengineer](https://github.com/unixengineer)) <!-- 4.23.12 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.23.14
|
||||
4.23.15
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.23.14".freeze
|
||||
VERSION = "4.23.15".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.23.14".freeze
|
||||
VERSION = "4.23.15".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue