mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
Bump version to 2.2.47 by Chef Expeditor
This commit is contained in:
parent
3a4d9fca1b
commit
4c8d2a168e
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.46 -->
|
||||
## [v2.2.46](https://github.com/inspec/inspec/tree/v2.2.46) (2018-07-25)
|
||||
<!-- latest_release 2.2.47 -->
|
||||
## [v2.2.47](https://github.com/inspec/inspec/tree/v2.2.47) (2018-07-25)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- cli: Downcase supermarket tool name to match URL [#3242](https://github.com/inspec/inspec/pull/3242) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
#### New Features
|
||||
- windows_feature resource: Add DISM support [#3224](https://github.com/inspec/inspec/pull/3224) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.2.41 -->
|
||||
### Changes since 2.2.41 release
|
||||
|
||||
#### New Features
|
||||
- windows_feature resource: Add DISM support [#3224](https://github.com/inspec/inspec/pull/3224) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.47 -->
|
||||
|
||||
#### Enhancements
|
||||
- alpine resource: Fix small style issues [#3238](https://github.com/inspec/inspec/pull/3238) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.45 -->
|
||||
- Add extra fault checking to git fetcher [#3239](https://github.com/inspec/inspec/pull/3239) ([james-stocks](https://github.com/james-stocks)) <!-- 2.2.44 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.46
|
||||
2.2.47
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.46'
|
||||
VERSION = '2.2.47'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue