mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Bump version to 4.18.55 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
819af52632
commit
f4815204d9
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.54 -->
|
||||
## [v4.18.54](https://github.com/inspec/inspec/tree/v4.18.54) (2019-12-17)
|
||||
<!-- latest_release 4.18.55 -->
|
||||
## [v4.18.55](https://github.com/inspec/inspec/tree/v4.18.55) (2019-12-31)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Add suport for freebsd package resource [#4789](https://github.com/inspec/inspec/pull/4789) ([fzipi](https://github.com/fzipi))
|
||||
- Set test skip bomb date to end of 2020Q1 [#4819](https://github.com/inspec/inspec/pull/4819) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.18.51 -->
|
||||
### Changes since 4.18.51 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Set test skip bomb date to end of 2020Q1 [#4819](https://github.com/inspec/inspec/pull/4819) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.55 -->
|
||||
- Add suport for freebsd package resource [#4789](https://github.com/inspec/inspec/pull/4789) ([fzipi](https://github.com/fzipi)) <!-- 4.18.54 -->
|
||||
- postfix_conf: Changed supported platform to unix [#4794](https://github.com/inspec/inspec/pull/4794) ([fzipi](https://github.com/fzipi)) <!-- 4.18.53 -->
|
||||
- Update Ruby to 2.6.5 [#4796](https://github.com/inspec/inspec/pull/4796) ([tas50](https://github.com/tas50)) <!-- 4.18.52 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.18.54
|
||||
4.18.55
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.18.54".freeze
|
||||
VERSION = "4.18.55".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.18.54".freeze
|
||||
VERSION = "4.18.55".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue