mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Bump version to 4.18.30 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
d9f34dda58
commit
b3f44ad91f
4 changed files with 10 additions and 7 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.18.29 -->
|
||||
## [v4.18.29](https://github.com/inspec/inspec/tree/v4.18.29) (2019-11-07)
|
||||
<!-- latest_release 4.18.30 -->
|
||||
## [v4.18.30](https://github.com/inspec/inspec/tree/v4.18.30) (2019-11-07)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Revamp www/doco setup [#4674](https://github.com/inspec/inspec/pull/4674) ([zenspider](https://github.com/zenspider))
|
||||
#### Bug Fixes
|
||||
- Make input() work in describe.one [#4666](https://github.com/inspec/inspec/pull/4666) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.18.24 -->
|
||||
### Changes since 4.18.24 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Make input() work in describe.one [#4666](https://github.com/inspec/inspec/pull/4666) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.30 -->
|
||||
|
||||
#### New Features
|
||||
- Add startuser systemd service v2 [#4516](https://github.com/inspec/inspec/pull/4516) ([mbaitelman](https://github.com/mbaitelman)) <!-- 4.18.27 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.18.29
|
||||
4.18.30
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.18.29".freeze
|
||||
VERSION = "4.18.30".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.18.29".freeze
|
||||
VERSION = "4.18.30".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue