mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 1.46.5 by Expeditor
This commit is contained in:
parent
3ffaee91c2
commit
ffc699c4d9
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 1.46.4 -->
|
||||
## [v1.46.4](https://github.com/chef/inspec/tree/v1.46.4) (2017-11-29)
|
||||
<!-- latest_release 1.46.5 -->
|
||||
## [v1.46.5](https://github.com/chef/inspec/tree/v1.46.5) (2017-12-01)
|
||||
|
||||
#### Bug Fixes
|
||||
- json resource: ensure params is not nil in event of read/parse failure [#2354](https://github.com/chef/inspec/pull/2354) ([adamleff](https://github.com/adamleff))
|
||||
#### Merged Pull Requests
|
||||
- docker_image resource: properly handle registries in image strings [#2356](https://github.com/chef/inspec/pull/2356) ([adamleff](https://github.com/adamleff))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.46.2 -->
|
||||
### Changes since 1.46.2 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- docker_image resource: properly handle registries in image strings [#2356](https://github.com/chef/inspec/pull/2356) ([adamleff](https://github.com/adamleff)) <!-- 1.46.5 -->
|
||||
|
||||
#### Bug Fixes
|
||||
- json resource: ensure params is not nil in event of read/parse failure [#2354](https://github.com/chef/inspec/pull/2354) ([adamleff](https://github.com/adamleff)) <!-- 1.46.4 -->
|
||||
- Unique export file for security policy resource [#2350](https://github.com/chef/inspec/pull/2350) ([jquick](https://github.com/jquick)) <!-- 1.46.3 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.46.4
|
||||
1.46.5
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.46.4'
|
||||
VERSION = '1.46.5'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue