mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
Bump version to 4.18.51 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
cf0159b7e2
commit
2ed57d5d82
4 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.18.50 -->
|
||||
## [v4.18.50](https://github.com/inspec/inspec/tree/v4.18.50) (2019-12-10)
|
||||
<!-- latest_release 4.18.51 -->
|
||||
## [v4.18.51](https://github.com/inspec/inspec/tree/v4.18.51) (2019-12-11)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix warnings coming from ruby -w [#4766](https://github.com/inspec/inspec/pull/4766) ([zenspider](https://github.com/zenspider))
|
||||
- remove inspec from pkg_deps/pkg_build_deps in template [#4754](https://github.com/inspec/inspec/pull/4754) ([joshbrand](https://github.com/joshbrand))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.18.39 -->
|
||||
|
@ -14,6 +14,7 @@
|
|||
- Wire up backend to rspec metadata, allowing for example groups to use resources [#4768](https://github.com/inspec/inspec/pull/4768) ([zenspider](https://github.com/zenspider)) <!-- 4.18.49 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- remove inspec from pkg_deps/pkg_build_deps in template [#4754](https://github.com/inspec/inspec/pull/4754) ([joshbrand](https://github.com/joshbrand)) <!-- 4.18.51 -->
|
||||
- Fix warnings coming from ruby -w [#4766](https://github.com/inspec/inspec/pull/4766) ([zenspider](https://github.com/zenspider)) <!-- 4.18.50 -->
|
||||
- Bump rspec to 3.9 and fix broken tests. [#4771](https://github.com/inspec/inspec/pull/4771) ([zenspider](https://github.com/zenspider)) <!-- 4.18.48 -->
|
||||
- sum multiple test runs together for codeclimate [#4761](https://github.com/inspec/inspec/pull/4761) ([miah](https://github.com/miah)) <!-- 4.18.47 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.18.50
|
||||
4.18.51
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.18.50".freeze
|
||||
VERSION = "4.18.51".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.18.50".freeze
|
||||
VERSION = "4.18.51".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue