Releases: telia-oss/aws-env
Releases · telia-oss/aws-env
v1.3.0
v1.2.0
Changelog
- c8e91e9 Add support for multi-value secrets
- a571f3f Add taskfile target for e2e tests
- 7fce69a Bump Go version to 1.18 (for new string functions)
- ca79139 Bump dependencies
- c189192 Document brew tap under usage
- 7ca7c6a Fix build badge
- f5512c7 Merge pull request #22 from telia-oss/support-multi-value-secrets
- 0a81606 Merge pull request #24 from telia-oss/fix-badge
- 622325d Reduce size of client interfaces
- aeee77a Rename test function
v1.1.0
v1.0.2
v1.0.1
v1.0.0
- Added
--version
(-v
for short) flag to the binary. - Fixed code so that the secrets can be an empty string
""
; mostly because it was a bad practice to make assertions against the value of a secret. - Switched to go version
1.11.X
for builds, andgo mod
for dependencies. - Bumped the minor versions of all dependencies.