Skip to content

Tags: daytonaio/daytona

Tags

v0.22.1

Toggle v0.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: code command runtime error on select workspace (#783)

Signed-off-by: Luka Brecic <[email protected]>

v0.22.0

Toggle v0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: passing ssh client to docker client methods (#762)

This way the caller is responsible for initializing the client.
This also opens up possibility to initialize the client with tailscale.

BREAKING CHANGE: since the provider interface changed, provider will need to be updated.

Signed-off-by: Toma Puljak <[email protected]>

v0.21.3

Toggle v0.21.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: port forward deadlock (#737)

Signed-off-by: Toma Puljak <[email protected]>

v0.21.2

Toggle v0.21.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump github.com/gin-contrib/cors from 1.5.0 to 1.6.0 (#730)

Bumps [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/gin-contrib/cors/releases)
- [Changelog](https://github.com/gin-contrib/cors/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/cors@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/cors
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.21.1

Toggle v0.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: devcontainer read config environment variables (#715)

Signed-off-by: Toma Puljak <[email protected]>

v0.21.0

Toggle v0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: build projects on the target machine (#708)

Signed-off-by: Toma Puljak <[email protected]>

v0.21.0-alpha.1

Toggle v0.21.0-alpha.1's commit message
feat: build projects on the target machine

BREAKING CHANGE: the provider interface was changed so they will need to be updated by the user

Signed-off-by: Toma Puljak <[email protected]>

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: logging improvements (#683)

Signed-off-by: Ivan Dagelic <[email protected]>

v0.19.1

Toggle v0.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: devcontainer builder choice (#687)

Signed-off-by: Toma Puljak <[email protected]>

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: improve workspace creation summary view (#680)

Signed-off-by: lbrecic <[email protected]>