Skip to content

Releases: cruise-automation/daytona

v1.3.0

16 Oct 21:06
5b2e8fe
Compare
Choose a tag to compare
  • support a --no-auth argument or NO_AUTH environment variable to indicate that no authentication scheme is desired (#106)
  • (bug fix) report the Azure auth scheme as a valid option when logging the auth scheme required message

v1.2.5

26 Apr 14:42
cd261ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.2.5

v1.2.4

25 Oct 19:53
ce86335
Compare
Choose a tag to compare
  • Handle data reading inconsistencies in singular definitions that have more than one data key (#91)
  • Initial release of secret Unmarshal function (#73)

v1.2.3

14 Jul 16:20
7936bae
Compare
Choose a tag to compare
  • Update to go 1.18.3 (#87)
  • Update k8s role name inferring logic to support both pre and post version 1.21 jwt claim formats (#88)
  • Logging and messaging improvements (#89)

v1.2.2

01 Oct 01:29
dd59c95
Compare
Choose a tag to compare
  • Enable VM Scaleset functionality for Azure Auth Method. (#81)

v1.2.1

23 Sep 19:50
v1.2.1
8476d26
Compare
Choose a tag to compare

• Set DAYTONA/<version> as the User-Agent instead of the default Go http UA.

v1.2.0

31 Aug 15:13
e652501
Compare
Choose a tag to compare

Add Azure Auth method (#78)

v1.1.6

24 Sep 16:37
2ec03a8
Compare
Choose a tag to compare

• Address a defect with the parsing & handling of alt_names (#76)

v1.1.4

23 Oct 18:52
da71393
Compare
Choose a tag to compare
  • Fix panic when vault returns non-string types. string and map[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

05 Oct 20:31
0764866
Compare
Choose a tag to compare
Bump go-retryablehttp dependency which handles 429 rate-limiting resp…