mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Bump version to 2.2.119 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
08e3b90f2b
commit
3b6bd808e9
3 changed files with 9 additions and 6 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 2.2.118 -->
|
||||
## [v2.2.118](https://github.com/inspec/inspec/tree/v2.2.118) (2018-09-25)
|
||||
<!-- latest_release 2.2.119 -->
|
||||
## [v2.2.119](https://github.com/inspec/inspec/tree/v2.2.119) (2018-09-26)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Plugins: Load all CLI commands on usage on empty invocation [#3428](https://github.com/inspec/inspec/pull/3428) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
#### Enhancements
|
||||
- Support the Busybox variant of netstat in the port resource [#3425](https://github.com/inspec/inspec/pull/3425) ([RoboticCheese](https://github.com/RoboticCheese))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.2.112 -->
|
||||
### Changes since 2.2.112 release
|
||||
|
||||
#### Enhancements
|
||||
- Support the Busybox variant of netstat in the port resource [#3425](https://github.com/inspec/inspec/pull/3425) ([RoboticCheese](https://github.com/RoboticCheese)) <!-- 2.2.119 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Plugins: Load all CLI commands on usage on empty invocation [#3428](https://github.com/inspec/inspec/pull/3428) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.2.118 -->
|
||||
- Fix v2 loader appveyor issue [#3434](https://github.com/inspec/inspec/pull/3434) ([jquick](https://github.com/jquick)) <!-- 2.2.116 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.118
|
||||
2.2.119
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.118'
|
||||
VERSION = '2.2.119'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue