mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 4.24.15 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
f511aaeba5
commit
c4f7b7d65e
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.14 -->
|
||||
## [v4.24.14](https://github.com/inspec/inspec/tree/v4.24.14) (2020-12-16)
|
||||
<!-- latest_release 4.24.15 -->
|
||||
## [v4.24.15](https://github.com/inspec/inspec/tree/v4.24.15) (2020-12-16)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update hashie requirement from ~> 3.4 to >= 3.4, < 5.0 [#5348](https://github.com/inspec/inspec/pull/5348) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
|
||||
- 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]))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.24.8 -->
|
||||
### Changes since 4.24.8 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- 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 -->
|
||||
- Update hashie requirement from ~> 3.4 to >= 3.4, < 5.0 [#5348](https://github.com/inspec/inspec/pull/5348) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.24.14 -->
|
||||
- Remove 'integration' group from Gemfile [#5341](https://github.com/inspec/inspec/pull/5341) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.24.13 -->
|
||||
- Accept arrays in parse_config's method_missing [#5252](https://github.com/inspec/inspec/pull/5252) ([rgeissert](https://github.com/rgeissert)) <!-- 4.24.12 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.24.14
|
||||
4.24.15
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.24.14".freeze
|
||||
VERSION = "4.24.15".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.24.14".freeze
|
||||
VERSION = "4.24.15".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue