mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Bump version to 4.24.18 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
50b763afe1
commit
08dd798394
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.24.17 -->
|
||||
## [v4.24.17](https://github.com/inspec/inspec/tree/v4.24.17) (2020-12-16)
|
||||
<!-- latest_release 4.24.18 -->
|
||||
## [v4.24.18](https://github.com/inspec/inspec/tree/v4.24.18) (2020-12-17)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update rubyzip requirement from ~> 1.2, >= 1.2.2 to >= 1.2.2, < 3.0 [#5347](https://github.com/inspec/inspec/pull/5347) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
|
||||
- Replace DK with Workstation in docs [#5352](https://github.com/inspec/inspec/pull/5352) ([tas50](https://github.com/tas50))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.24.8 -->
|
||||
### Changes since 4.24.8 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Replace DK with Workstation in docs [#5352](https://github.com/inspec/inspec/pull/5352) ([tas50](https://github.com/tas50)) <!-- 4.24.18 -->
|
||||
- Update rubyzip requirement from ~> 1.2, >= 1.2.2 to >= 1.2.2, < 3.0 [#5347](https://github.com/inspec/inspec/pull/5347) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.24.17 -->
|
||||
- Update simplecov requirement from ~> 0.10, <= 0.18.2 to ~> 0.18 [#5351](https://github.com/inspec/inspec/pull/5351) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.24.16 -->
|
||||
- Update tomlrb requirement from ~> 1.2.0 to >= 1.2, < 2.1 [#5350](https://github.com/inspec/inspec/pull/5350) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.24.15 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.24.17
|
||||
4.24.18
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.24.17".freeze
|
||||
VERSION = "4.24.18".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.24.17".freeze
|
||||
VERSION = "4.24.18".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue