X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=8c999d8f9c16afb2861ee165c27ee9aa6c6b37fd;hb=6e711e2a04ab60b961907c49bf1368555cf93c78;hp=f58f0916a7e621a4117ea6a75f03a8cb9b5e86b6;hpb=deec1bc80c5831cd44a87341b18758314fbb386e;p=nepi.git diff --git a/CHANGELOG.md b/CHANGELOG.md index f58f0916..8c999d8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +# 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 + +# 6.0.6 - Feb 3, 2016 + +* bugfix for undefined variable 'nowait' in util.execfuncs.lkill + +# 6.0.5 - Feb 2, 2016 + +* make it possible to install in virtualenv (not using /etc/nepi anymore) + +# 6.0.4 - Jan 8, 2016 + +* bugfix - `filter_existing_files` was looping over a changing dictionary + # 6.0.1 - November 5, 2015 * move the `src/nepi` directory in the git repo one step up