mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 1.35.5 by Chef Expeditor
This commit is contained in:
parent
19ab22f5e2
commit
de2bd9aba3
3 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
|
||||
<!-- latest_release 1.35.4 -->
|
||||
## [v1.35.4](https://github.com/chef/inspec/tree/v1.35.4) (2017-09-06)
|
||||
<!-- latest_release 1.35.5 -->
|
||||
## [v1.35.5](https://github.com/chef/inspec/tree/v1.35.5) (2017-09-06)
|
||||
|
||||
#### Bug Fixes
|
||||
- Fix alternate path profile chaining [#2121](https://github.com/chef/inspec/pull/2121) ([trevor-vaughan](https://github.com/trevor-vaughan))
|
||||
#### Enhancements
|
||||
- add nginx_conf accessors for http, servers, and locations [#2119](https://github.com/chef/inspec/pull/2119) ([arlimus](https://github.com/arlimus))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.35.1 -->
|
||||
|
@ -15,6 +15,7 @@
|
|||
- Modify linux regular expression to handle process names with spaces [#2117](https://github.com/chef/inspec/pull/2117) ([ChadScott](https://github.com/ChadScott)) <!-- 1.35.3 -->
|
||||
|
||||
#### Enhancements
|
||||
- add nginx_conf accessors for http, servers, and locations [#2119](https://github.com/chef/inspec/pull/2119) ([arlimus](https://github.com/arlimus)) <!-- 1.35.5 -->
|
||||
- File Resource: add be_setgid, be_setuid, be_sticky matchers [#2104](https://github.com/chef/inspec/pull/2104) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 1.35.2 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.35.4
|
||||
1.35.5
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.35.4'.freeze
|
||||
VERSION = '1.35.5'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue