mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 3.0.51 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
202bec7641
commit
cbd2384dd7
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 3.0.50 -->
|
||||
## [v3.0.50](https://github.com/inspec/inspec/tree/v3.0.50) (2018-11-13)
|
||||
<!-- latest_release 3.0.51 -->
|
||||
## [v3.0.51](https://github.com/inspec/inspec/tree/v3.0.51) (2018-11-13)
|
||||
|
||||
#### Enhancements
|
||||
- Adding --no-pager to service checks [#3592](https://github.com/inspec/inspec/pull/3592) ([fernandoalex](https://github.com/fernandoalex))
|
||||
#### Bug Fixes
|
||||
- Adds protection against zipslip vulnerability [#3604](https://github.com/inspec/inspec/pull/3604) ([hdost](https://github.com/hdost))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=3.0.46 -->
|
||||
### Changes since 3.0.46 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Adds protection against zipslip vulnerability [#3604](https://github.com/inspec/inspec/pull/3604) ([hdost](https://github.com/hdost)) <!-- 3.0.51 -->
|
||||
|
||||
#### Enhancements
|
||||
- Adding --no-pager to service checks [#3592](https://github.com/inspec/inspec/pull/3592) ([fernandoalex](https://github.com/fernandoalex)) <!-- 3.0.50 -->
|
||||
- aws_security_group: Query against other security group ids in allow_* matchers [#3576](https://github.com/inspec/inspec/pull/3576) ([j00p34](https://github.com/j00p34)) <!-- 3.0.49 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.0.50
|
||||
3.0.51
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.0.50'
|
||||
VERSION = '3.0.51'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue