v0.1.15
- 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
andDoWithTimeout
.