mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 4.10.7 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
04935995f5
commit
7ab39ba273
4 changed files with 10 additions and 8 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,16 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.10.6 -->
|
||||
## [v4.10.6](https://github.com/inspec/inspec/tree/v4.10.6) (2019-08-08)
|
||||
<!-- latest_release 4.10.7 -->
|
||||
## [v4.10.7](https://github.com/inspec/inspec/tree/v4.10.7) (2019-08-08)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Remove timebombs on skip_until and licensing tests. [#4351](https://github.com/inspec/inspec/pull/4351) ([zenspider](https://github.com/zenspider))
|
||||
- Add a retry to expeditor defaults, per shain's advice. [#4369](https://github.com/inspec/inspec/pull/4369) ([zenspider](https://github.com/zenspider))
|
||||
#### Bug Fixes
|
||||
- Fixed syntax errors in wmi doco. [#4370](https://github.com/inspec/inspec/pull/4370) ([zenspider](https://github.com/zenspider))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.10.4 -->
|
||||
### Changes since 4.10.4 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Fixed syntax errors in wmi doco. [#4370](https://github.com/inspec/inspec/pull/4370) ([zenspider](https://github.com/zenspider)) <!-- 4.10.7 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Remove timebombs on skip_until and licensing tests. [#4351](https://github.com/inspec/inspec/pull/4351) ([zenspider](https://github.com/zenspider)) <!-- 4.10.6 -->
|
||||
- Add a retry to expeditor defaults, per shain's advice. [#4369](https://github.com/inspec/inspec/pull/4369) ([zenspider](https://github.com/zenspider)) <!-- 4.10.5 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.10.6
|
||||
4.10.7
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.10.6".freeze
|
||||
VERSION = "4.10.7".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.10.6".freeze
|
||||
VERSION = "4.10.7".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue