mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Bump version to 1.34.10 by Chef Expeditor
This commit is contained in:
parent
cb5b475bb1
commit
1e57537f54
3 changed files with 6 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
|
||||
<!-- latest_release 1.34.9 -->
|
||||
## [v1.34.9](https://github.com/chef/inspec/tree/v1.34.9) (2017-08-31)
|
||||
<!-- latest_release 1.34.10 -->
|
||||
## [v1.34.10](https://github.com/chef/inspec/tree/v1.34.10) (2017-08-31)
|
||||
|
||||
#### New Resources
|
||||
- Add support for XML files [#2107](https://github.com/chef/inspec/pull/2107) ([jonathanmorley](https://github.com/jonathanmorley))
|
||||
- etc_hosts resource: test the contents of the /etc/hosts file [#2065](https://github.com/chef/inspec/pull/2065) ([dromazmj](https://github.com/dromazmj))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.34.1 -->
|
||||
|
@ -23,6 +23,7 @@
|
|||
- Add sensitive flag to resources to restrict logging output [#2017](https://github.com/chef/inspec/pull/2017) ([arothian](https://github.com/arothian)) <!-- 1.34.3 -->
|
||||
|
||||
#### New Resources
|
||||
- etc_hosts resource: test the contents of the /etc/hosts file [#2065](https://github.com/chef/inspec/pull/2065) ([dromazmj](https://github.com/dromazmj)) <!-- 1.34.10 -->
|
||||
- Add support for XML files [#2107](https://github.com/chef/inspec/pull/2107) ([jonathanmorley](https://github.com/jonathanmorley)) <!-- 1.34.9 -->
|
||||
- aide_conf resource: test configuration of the AIDE file integrity tool [#2063](https://github.com/chef/inspec/pull/2063) ([jburns12](https://github.com/jburns12)) <!-- 1.34.2 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.34.9
|
||||
1.34.10
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.34.9'.freeze
|
||||
VERSION = '1.34.10'.freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue