Skip to content

Releases: loft-sh/devpod-provider-ssh

v0.0.6

22 Jun 10:04
9c40cbe
Compare
Choose a tag to compare

This fix adds proper checks during the init:

  • if root -> all ok
  • if not root: check if I can write to AGENT_PATH
  • if not root: check if DOCKER_PATH exist and is executable
  • If any of those fails, ask for sudo, if sudo needs a password, we fail

v0.0.5

14 Jun 08:30
021fcdb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.4

09 Jun 09:23
10395fe
Compare
Choose a tag to compare
  • Improve defaults to not require sudo
  • Add DOCKER_PATH to variables, in order to support custom paths or Podman setups

Full Changelog: v0.0.3...v0.0.4

v0.0.3

26 May 19:03
f16d5e3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

17 May 07:29
Compare
Choose a tag to compare

Removed additional quotations from exec command.

Full Changelog: v0.0.1...v0.0.2

v0.0.1

15 May 16:31
5abe5f2
Compare
Choose a tag to compare
Update provider.yaml