Skip to content

SSH 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 3.0.0

Download: ssh-3.0.0.tgz

SHA256: 38199d4f6196db12f9f8221e7d0d9ff626e0d21c7aa7ce4c570ddeae689467ff

Series History

See the revision history for series 3.0.x below

Revisions
3.0.0 - 15/11/2022

Changed

  • Add support for alpine-3.16

  • Drop support for alpine-3.12

Version 2.3.0

Download: ssh-2.3.0.tgz

SHA256: c72990ab9ee3e3b43553dba5bbf1edad72c53ae2ed5d3bed7dd51ec4d6986a19

Series History

See the revision history for series 2.3.x below

Revisions
2.3.0 - 07/11/2022

Changed

  • Update dependencies

Version 2.2.0

Download: ssh-2.2.0.tgz

SHA256: 594841a75c917ccbc560e013873344e5c39d8b1c57d1c29ac92d196b4a312e6c

Series History

See the revision history for series 2.2.x below

Revisions
2.2.0 - 01/11/2022

Changed

  • Update dependencies.

Version 2.1.0

Download: ssh-2.1.0.tgz

SHA256: f053fd041076a6597de7064d72b8767ddf72095af8c540bc9f913d358dafc17d

Series History

See the revision history for series 2.1.x below

Revisions
2.1.0 - 29/07/2022

Fixed

  • Fix a bug where the scp_upload_from_text action would fail to save a temporary file on newer versions of PPA.

Version 2.0.0

Download: ssh-2.0.0.tgz

SHA256: 835d00f613125969953e553ead316c1d63e28fbc5bc8acb7f795e42430fa6fa9

Series History

See the revision history for series 2.0.x below

Revisions
2.0.0 - 15/03/2022

Changed

  • Dropped support for alpine-3.11 (Task Builder v1.x) & added alpine-3.13 (Task Builder v3.x).

Version 1.3.0

Download: ssh-1.3.0.tgz

SHA256: 023b1d81656da3f9e86d31144ee40c524dd7e1330e25c4f509b0c748518f0e49

Series History

See the revision history for series 1.3.x below

Revisions
1.3.0 - 08/09/2021

Changed

  • Improved plugin startup speed.

Version 1.2.1

Download: ssh-1.2.1.tgz

SHA256: c464ea07205620c504a0d06ea9a4f237011428018a4839e8578c2347ea908697

Series History

See the revision history for series 1.2.x below

Revisions
1.2.1 - 27/05/2021

Added

  • Added a description to the plugin manifest.
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