1.4.1
Bug Fixes
[sdk] Correctly remove subscriptions on unsubscribe (both events and commands). Previous releases were keeping old subscription which could prevent the releasing of new ones.
[toolbox] Fix a bad argument in the
AWSTool.aws_copy_image
method, used bycloud.py copy-ami
.[toolbox] Fix a race condition at vault initialization.
[toolbox] Correctly check project existence in local.py and cloud.py.
[toolbox] Saving integer settings with big number could be converted to a float in consul. It’s now correctly handled.
[samples] Fix conflict between powershell
where
alias and Windowswhere.exe
command by adding the extensions in the samples’genvid.hcl
file.