mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Bump version to 2.2.83 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
df9036f6e4
commit
aa9dc7ba2c
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.82 -->
|
||||
## [v2.2.82](https://github.com/inspec/inspec/tree/v2.2.82) (2018-09-07)
|
||||
<!-- latest_release 2.2.83 -->
|
||||
## [v2.2.83](https://github.com/inspec/inspec/tree/v2.2.83) (2018-09-07)
|
||||
|
||||
#### Enhancements
|
||||
- do not show success message since its confusing [#3366](https://github.com/inspec/inspec/pull/3366) ([chris-rock](https://github.com/chris-rock))
|
||||
#### Bug Fixes
|
||||
- ensure we use the mock backend when we upload profiles [#3370](https://github.com/inspec/inspec/pull/3370) ([chris-rock](https://github.com/chris-rock))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.2.78 -->
|
||||
### Changes since 2.2.78 release
|
||||
|
||||
#### Bug Fixes
|
||||
- ensure we use the mock backend when we upload profiles [#3370](https://github.com/inspec/inspec/pull/3370) ([chris-rock](https://github.com/chris-rock)) <!-- 2.2.83 -->
|
||||
|
||||
#### Enhancements
|
||||
- do not show success message since its confusing [#3366](https://github.com/inspec/inspec/pull/3366) ([chris-rock](https://github.com/chris-rock)) <!-- 2.2.82 -->
|
||||
- Harmonize vendoring (ensure archives are extracted and local paths do not vendor on exec) [#3286](https://github.com/inspec/inspec/pull/3286) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.81 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.82
|
||||
2.2.83
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.82'
|
||||
VERSION = '2.2.83'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue