mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 4.10.6 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
8a117b5ef7
commit
90fb536bf7
4 changed files with 7 additions and 5 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||||
<!-- latest_release unreleased -->
|
<!-- latest_release 4.10.6 -->
|
||||||
## Unreleased
|
## [v4.10.6](https://github.com/inspec/inspec/tree/v4.10.6) (2019-08-08)
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### 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))
|
- Add a retry to expeditor defaults, per shain's advice. [#4369](https://github.com/inspec/inspec/pull/4369) ([zenspider](https://github.com/zenspider))
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
|
@ -11,6 +12,7 @@
|
||||||
### Changes since 4.10.4 release
|
### Changes since 4.10.4 release
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### 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 -->
|
- 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 -->
|
||||||
- Move some resources into Inspec::Resources module [#4361](https://github.com/inspec/inspec/pull/4361) ([KrisShannon](https://github.com/KrisShannon)) <!-- 4.10.5 -->
|
- Move some resources into Inspec::Resources module [#4361](https://github.com/inspec/inspec/pull/4361) ([KrisShannon](https://github.com/KrisShannon)) <!-- 4.10.5 -->
|
||||||
- Only bump versions when we modify InSpec. [#4348](https://github.com/inspec/inspec/pull/4348) ([miah](https://github.com/miah)) <!-- 4.10.4 -->
|
- Only bump versions when we modify InSpec. [#4348](https://github.com/inspec/inspec/pull/4348) ([miah](https://github.com/miah)) <!-- 4.10.4 -->
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
4.10.5
|
4.10.6
|
|
@ -1,5 +1,5 @@
|
||||||
# This file managed by automation - do not edit manually
|
# This file managed by automation - do not edit manually
|
||||||
module InspecBin
|
module InspecBin
|
||||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||||
VERSION = "4.10.5".freeze
|
VERSION = "4.10.6".freeze
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = "4.10.5".freeze
|
VERSION = "4.10.6".freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue