mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Bump version to 4.18.13 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
44579ab4b3
commit
c0001ff873
4 changed files with 8 additions and 8 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,11 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.18.12 -->
|
||||
## [v4.18.12](https://github.com/inspec/inspec/tree/v4.18.12) (2019-10-24)
|
||||
<!-- latest_release 4.18.13 -->
|
||||
## [v4.18.13](https://github.com/inspec/inspec/tree/v4.18.13) (2019-10-24)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix a crash from users resource if the password has never been updated [#4635](https://github.com/inspec/inspec/pull/4635) ([zenspider](https://github.com/zenspider))
|
||||
- Add ruby 2.7 preview [#4600](https://github.com/inspec/inspec/pull/4600) ([miah](https://github.com/miah))
|
||||
#### Bug Fixes
|
||||
- iis_app_pool better handling of non-existent pools. [#4636](https://github.com/inspec/inspec/pull/4636) ([miah](https://github.com/miah))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.18.0 -->
|
||||
|
@ -30,6 +29,7 @@
|
|||
- Telemetry: add chef-core [#4569](https://github.com/inspec/inspec/pull/4569) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.2 -->
|
||||
|
||||
#### Bug Fixes
|
||||
- iis_app_pool better handling of non-existent pools. [#4636](https://github.com/inspec/inspec/pull/4636) ([miah](https://github.com/miah)) <!-- 4.18.13 -->
|
||||
- Fix TarProvider when the tarball has empty files in it. [#4619](https://github.com/inspec/inspec/pull/4619) ([zenspider](https://github.com/zenspider)) <!-- 4.18.7 -->
|
||||
- Replace input to_hash method, and add unit test for it [#4545](https://github.com/inspec/inspec/pull/4545) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.1 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.18.12
|
||||
4.18.13
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.18.12".freeze
|
||||
VERSION = "4.18.13".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.18.12".freeze
|
||||
VERSION = "4.18.13".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue