mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Bump version to 4.18.47 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
7d2733df23
commit
b9f8d1ea59
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.18.46 -->
|
||||
## [v4.18.46](https://github.com/inspec/inspec/tree/v4.18.46) (2019-12-04)
|
||||
<!-- latest_release 4.18.47 -->
|
||||
## [v4.18.47](https://github.com/inspec/inspec/tree/v4.18.47) (2019-12-05)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Hook up logger to inspec detect. [#4760](https://github.com/inspec/inspec/pull/4760) ([zenspider](https://github.com/zenspider))
|
||||
- Make fetchers fail consistently [#4736](https://github.com/inspec/inspec/pull/4736) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.18.39 -->
|
||||
### Changes since 4.18.39 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Make fetchers fail consistently [#4736](https://github.com/inspec/inspec/pull/4736) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.47 -->
|
||||
- Hook up logger to inspec detect. [#4760](https://github.com/inspec/inspec/pull/4760) ([zenspider](https://github.com/zenspider)) <!-- 4.18.46 -->
|
||||
- Bump windows deadline AGAIN. [#4759](https://github.com/inspec/inspec/pull/4759) ([zenspider](https://github.com/zenspider)) <!-- 4.18.45 -->
|
||||
- Removes broken search button and icon [#4753](https://github.com/inspec/inspec/pull/4753) ([kagarmoe](https://github.com/kagarmoe)) <!-- 4.18.44 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.18.46
|
||||
4.18.47
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.18.46".freeze
|
||||
VERSION = "4.18.47".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.18.46".freeze
|
||||
VERSION = "4.18.47".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue