This commit is contained in:
Christoph Hartmann 2015-10-12 12:11:53 +02:00
parent 3a507dc5b1
commit c5924b697c
2 changed files with 17 additions and 1 deletions

16
CHANGELOG.md Normal file
View 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

View file

@ -3,5 +3,5 @@
# author: Christoph Hartmann
module Vulcano
VERSION = '0.6.1'
VERSION = '0.7.0'
end