Releases: cruise-automation/daytona
Releases · cruise-automation/daytona
v1.3.0
v1.2.5
What's Changed
- Fix token renewal panic by @broamski in #97
- Update direct dependencies by @broamski in #98
- Write env variable for single key, if not also written to file by @jonnylangefeld in #101
- Enforce linting, fix suggestions by @broamski in #102
- Remove references to deprecated ioutil package by @broamski in #103
- Update CHANGELOG by @broamski in #104
Full Changelog: v1.2.4...v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.6
v1.1.4
- Fix panic when vault returns non-string types.
string
andmap[string]interface{}
are the only supported types at the moment. - Attempt to locate destination definitions that don't have a matching source definition. This provides some best effort backward compatibility to pre 1.1.0 versions
v1.1.3
Bump go-retryablehttp dependency which handles 429 rate-limiting resp…