Daytona Versions Save

A Vault client, but for containers and servers.

v1.3.0

7 months ago
  • 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

1 year ago

What's Changed

Full Changelog: https://github.com/cruise-automation/daytona/compare/v1.2.4...v1.2.5

v1.2.4

1 year ago
  • 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

1 year ago
  • 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

2 years ago
  • Enable VM Scaleset functionality for Azure Auth Method. (#81)

v1.1.6

2 years ago

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

v1.2.1

2 years ago

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

v1.2.0

2 years ago

Add Azure Auth method (#78)

v1.1.4

3 years ago
  • 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

3 years ago