mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
0.7.0
This commit is contained in:
parent
3a507dc5b1
commit
c5924b697c
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
Normal file
16
CHANGELOG.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
## 0.7.0
|
||||
|
||||
* complete rewrite of execution backend for ssh and docker
|
||||
* replace previous command execution layer
|
||||
* replace previous file transfer mechanism
|
||||
* rewrite os detection mechanism
|
||||
* add more resources: apt, bond, bridge, group, host, interface, iptables, kernel_module, kernel_parameter, oneget, package, pip, port, user, script, service, windows_feature
|
||||
* add unit tests for resources
|
||||
* add backend tests with docker test infrastructure
|
||||
* add tests with Chef Delivery
|
||||
* full rubocop linting
|
||||
* add vulcano shell feature
|
||||
* rewrite mysql_conf to use simpleconfig
|
||||
* improve debug output
|
||||
* use mixlib-shellout instead of open4
|
||||
* add basic docs
|
|
@ -3,5 +3,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Vulcano
|
||||
VERSION = '0.6.1'
|
||||
VERSION = '0.7.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue