Skip to content

Releases: okteto/remote

0.6.1

02 Dec 15:31
788bcb9
Compare
Choose a tag to compare

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

29 Aug 12:54
b710a63
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

11 Apr 09:18
3502f23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.2...0.5.0

0.4.2

28 Apr 05:23
99de42c
Compare
Choose a tag to compare
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

13 Feb 05:09
Compare
Choose a tag to compare

Use shell with commands

0.4.0

23 Jan 00:12
c5656e2
Compare
Choose a tag to compare

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

28 Oct 07:05
2428e8c
Compare
Choose a tag to compare
execute the command without shell (#25)

* execute the command without shell

Signed-off-by: Ramiro Berrelleza <rberrelleza@gmail.com>

* remove extra logs

Signed-off-by: Ramiro Berrelleza <rberrelleza@gmail.com>

0.3.2

21 Oct 16:56
c75fb26
Compare
Choose a tag to compare

Updated dependencies

0.3.1

17 Jun 08:37
Compare
Choose a tag to compare

Features

  • Build remote for amd64, arm64 and arm/v7

0.3.0

17 Jun 07:42
Compare
Choose a tag to compare
use docker for now

Signed-off-by: Ramiro Berrelleza <rberrelleza@gmail.com>