Releases: okteto/remote
Releases · okteto/remote
0.6.1
What's Changed
- chore: Update Go version to 1.22.9 and Busybox to 1.37.0 in Dockerfile by @jLopezbarb in #34
Full Changelog: 0.6.0...0.6.1
0.6.0
0.5.0
What's Changed
- update go to 1.22 by @jLopezbarb in #31
New Contributors
- @jLopezbarb made their first contribution in #31
Full Changelog: 0.4.2...0.5.0
0.4.2
Wait for process instead of waiting for stdout to be closed (#28) * Wait for process instead of waiting for stdout to be closed * Update pkg/ssh/ssh.go Co-authored-by: Ramiro Berrelleza <ramiro@okteto.com> Co-authored-by: Ramiro Berrelleza <ramiro@okteto.com>
0.4.1
Use shell with commands
0.4.0
Features
- Build with go 1.15
- Add unit tests for SSH connection
- Properly return the error of the command when it fails to start (typically due to it not existing)
0.3.3
0.3.2
Updated dependencies
0.3.1
Features
- Build remote for amd64, arm64 and arm/v7
0.3.0
use docker for now Signed-off-by: Ramiro Berrelleza <rberrelleza@gmail.com>