Releases: SpectrumBroad/xible-nodepack-ssh2
Releases · SpectrumBroad/xible-nodepack-ssh2
v0.9.0
Added
-
The
ssh2.client.execnode now allows commands to be passed through thecommandsinput. -
Meaningful errors are now reported for the
ssh2.client.execnode, instead of just an exit code. -
A "started" output for the
ssh2.client.execnode is now in place to transfer state. This is required for example in the use of stream nodes.
v0.8.0
v0.7.0
Added
- The ssh2.client.exec node allows commands to run under sudo or another user, by introducing a new "sudo user" field. This makes it easier to write
sudo su - user -c 'command'commands.
Fixed
- ssh2.client.sftp.copy could cause an unexpected 'failure' message when copying many files in multiple directories. This has been fixed by making the copying of files a synchronize task per client.
v0.6.0
v0.5.0
Added
- ssh2.client.sftp.copy node.
- ssh2.client.local node.
- LICENSE.md file.
- README.md file.
Changed
- eslint/airbnb is now the default code style.
- ssh2.client automatically reconnects when required after a disconnect.
Fixed
- ssh2.client.disconnect now waits for all connections to actually end before triggering 'done'.