mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 4.18.35 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
65c73b6422
commit
4d705f31c0
4 changed files with 8 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.18.34 -->
|
||||
## [v4.18.34](https://github.com/inspec/inspec/tree/v4.18.34) (2019-11-12)
|
||||
<!-- latest_release 4.18.35 -->
|
||||
## [v4.18.35](https://github.com/inspec/inspec/tree/v4.18.35) (2019-11-13)
|
||||
|
||||
#### Bug Fixes
|
||||
- Fix for invocation when calling npm under sudo [#4548](https://github.com/inspec/inspec/pull/4548) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
#### Merged Pull Requests
|
||||
- Fix windows testing [#4390](https://github.com/inspec/inspec/pull/4390) ([zenspider](https://github.com/zenspider))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.18.24 -->
|
||||
|
@ -18,6 +18,7 @@
|
|||
- Add startuser systemd service v2 [#4516](https://github.com/inspec/inspec/pull/4516) ([mbaitelman](https://github.com/mbaitelman)) <!-- 4.18.27 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix windows testing [#4390](https://github.com/inspec/inspec/pull/4390) ([zenspider](https://github.com/zenspider)) <!-- 4.18.35 -->
|
||||
- Deprecate inspec/object/* classes [#4680](https://github.com/inspec/inspec/pull/4680) ([btm](https://github.com/btm)) <!-- 4.18.33 -->
|
||||
- Moved test/unit/mock/* to test/fixtures [#4681](https://github.com/inspec/inspec/pull/4681) ([zenspider](https://github.com/zenspider)) <!-- 4.18.32 -->
|
||||
- Bump chefstyle and fix up flagged code. [#4677](https://github.com/inspec/inspec/pull/4677) ([zenspider](https://github.com/zenspider)) <!-- 4.18.31 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.18.34
|
||||
4.18.35
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.18.34".freeze
|
||||
VERSION = "4.18.35".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.18.34".freeze
|
||||
VERSION = "4.18.35".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue