mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 4.18.72 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
f2155a64ed
commit
5c6be7b936
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.71 -->
|
||||
## [v4.18.71](https://github.com/inspec/inspec/tree/v4.18.71) (2020-01-30)
|
||||
<!-- latest_release 4.18.72 -->
|
||||
## [v4.18.72](https://github.com/inspec/inspec/tree/v4.18.72) (2020-01-30)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix up the platform on etc_hosts, virtualization, ini, and xml resources to fix OS disparity. [#4862](https://github.com/inspec/inspec/pull/4862) ([zenspider](https://github.com/zenspider))
|
||||
- Add support for yocto linux in service resource [#4843](https://github.com/inspec/inspec/pull/4843) ([michaellihs](https://github.com/michaellihs))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.18.51 -->
|
||||
|
@ -19,6 +19,7 @@
|
|||
- upstream is basic_auth_only not basic_auth [#4834](https://github.com/inspec/inspec/pull/4834) ([shawnifoley](https://github.com/shawnifoley)) <!-- 4.18.60 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Add support for yocto linux in service resource [#4843](https://github.com/inspec/inspec/pull/4843) ([michaellihs](https://github.com/michaellihs)) <!-- 4.18.72 -->
|
||||
- Fix up the platform on etc_hosts, virtualization, ini, and xml resources to fix OS disparity. [#4862](https://github.com/inspec/inspec/pull/4862) ([zenspider](https://github.com/zenspider)) <!-- 4.18.71 -->
|
||||
- Rework and unify gemspecs. [#4854](https://github.com/inspec/inspec/pull/4854) ([zenspider](https://github.com/zenspider)) <!-- 4.18.70 -->
|
||||
- Properly report errors with bad tarball files. [#4825](https://github.com/inspec/inspec/pull/4825) ([zenspider](https://github.com/zenspider)) <!-- 4.18.69 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.18.71
|
||||
4.18.72
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.18.71".freeze
|
||||
VERSION = "4.18.72".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.18.71".freeze
|
||||
VERSION = "4.18.72".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue