X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=8c999d8f9c16afb2861ee165c27ee9aa6c6b37fd;hb=1a578c87ac89d619a9a83f3ff83f239348ab4426;hp=e082e623e841a73398486a0329f679d821aee689;hpb=719bae09cce5093d96acdf4ec04658d37fea3337;p=nepi.git diff --git a/CHANGELOG.md b/CHANGELOG.md index e082e623..8c999d8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 6.0.9 - Mar 11, 2016 + +* register_resource also supports the `connectedTo` keyword, + that allows to call `register_connection` automatically +* linuxapplication's code, when specified as a string, + is uploaded as an executable file (for inline shell scripts) +* linuxapplication's command field can use ${CODE} to refer + to the path of the uploaded code (the one set by code=) + +# 6.0.8 - Mar 8, 2016 + +* register_resource accepts special flag + autoDeploy = True + this way the subsequent call to deploy() is performed + automatically as part of register_resource + # 6.0.7 - Mar 4, 2016 * bugfix for python3 when running commands locally