Skip to content

v0.1.15

Compare
Choose a tag to compare
@brikis98 brikis98 released this 06 Jul 01:28
  • The SSH helpers now use the Go SSH libraries under the hood, instead of shelling out to the ssh command line executable. This also means they no longer have to write Key Pair files to disk or SCP them to remote servers.
  • There are now two new helpers in the retry package: DoWithRetry and DoWithTimeout.