SSH: Downloads
Summary
You can download all the supported plugin releases from this page.
The change log for each version series can be found under the download link & hash.
See the versioning scheme for compatibility information.
Releases
Version 1.2.0
Download: ssh-1.2.0.tgz
SHA256: c88aa8a0d009b0028098831c522f16878c1b61e3c680c95a0e58ecdd02f6126a
Series History
See the revision history for series 1.2.x below
Revisions
1.2.0 - 10/02/2021
Changed
- Update third-party dependencies (no functional changes)
Version 1.1.1
Download: ssh-1.1.1.tgz
SHA256: c4e8deffa7986727fcae3b2467cceb9f337201a14ab3496c15f4fab78fdba9c6
Series History
See the revision history for series 1.1.x below
Revisions
1.1.1 - 26/10/2020
Added
- New client.scp_upload_from_text action
Version 1.0.5
Download: ssh-1.0.5.tgz
SHA256: 0b2b3dbe284d4b4b942e9716214a81bb30d540fe3af946d99554bf1fc0c2f699
Series History
See the revision history for series 1.0.x below
Revisions
1.0.5 - 22/09/2020
Changed
- Unpin cffi version
1.0.4 - 16/09/2020
Changed
- Pin cffi version to 1.14.2 to avoid the recently yanked 1.14.3
1.0.3 - 26/05/2020
Added
- CHANGELOG
1.0.2 - 14/05/2020
Changed
- Add minimum plugin version to all action docstrings
1.0.1 - 28/04/2020
Changed
- Refactor internals of the plugin to use the ssh-plugin-driver package
1.0.0 - 22/04/2020
Added
- First release
Versioning Scheme
Plugin versions are in major
.minor
.patch
format.
Major
- Significant functionality changes
- May not be backward compatible
Minor
- Bug fixes
- Minor functionality changes
- Backward compatible
Patch
- No functional changes
- Reserved for documentation updates