mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Bump version to 3.3.8 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
45d7a579f0
commit
471396832e
3 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 3.3.7 -->
|
||||
## [v3.3.7](https://github.com/inspec/inspec/tree/v3.3.7) (2019-01-22)
|
||||
<!-- latest_release 3.3.8 -->
|
||||
## [v3.3.8](https://github.com/inspec/inspec/tree/v3.3.8) (2019-01-22)
|
||||
|
||||
#### Enhancements
|
||||
- Allow 'Proprietary' as a valid license term. [#3729](https://github.com/inspec/inspec/pull/3729) ([james-stocks](https://github.com/james-stocks))
|
||||
#### Bug Fixes
|
||||
- habitat package: Prevent world-writable files in gems [#3736](https://github.com/inspec/inspec/pull/3736) ([jaym](https://github.com/jaym))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=3.2.6 -->
|
||||
|
@ -25,6 +25,7 @@
|
|||
- Stabilize profile export functional test [#3696](https://github.com/inspec/inspec/pull/3696) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.2.7 -->
|
||||
|
||||
#### Bug Fixes
|
||||
- habitat package: Prevent world-writable files in gems [#3736](https://github.com/inspec/inspec/pull/3736) ([jaym](https://github.com/jaym)) <!-- 3.3.8 -->
|
||||
- Fix SSL tests by allowing multiple cipher counts [#3744](https://github.com/inspec/inspec/pull/3744) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 3.3.6 -->
|
||||
- Fix AWS tests found during ChefStyle spike [#3739](https://github.com/inspec/inspec/pull/3739) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 3.3.5 -->
|
||||
- postgres_session: Fix postgres directory searching on non-debian os [#3708](https://github.com/inspec/inspec/pull/3708) ([Cerebus](https://github.com/Cerebus)) <!-- 3.3.1 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.3.7
|
||||
3.3.8
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.3.7'
|
||||
VERSION = '3.3.8'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue