Skip to content

Releases: telia-oss/aws-env

v1.3.0

07 May 20:03
72cf5f8
Compare
Choose a tag to compare

Changelog

  • 893a303 Add arm64 binaries to releases
  • 7ba4490 Document multi-value secrets (and fix imports in the example)
  • 72cf5f8 Merge pull request #28 from telia-oss/small-fixes
  • 50429e0 Remove unnecessary import alias
  • bdef993 Rename fakes to avoid masking imports

v1.2.0

07 May 19:29
f5512c7
Compare
Choose a tag to compare

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

12 May 19:30
ad3b2d5
Compare
Choose a tag to compare

Changelog

f97a544 Bump all dependencies
ad3b2d5 Merge pull request #23 from telia-oss/update-project-structure
8fd4bdb Replace go-mock with counterfeiter
7ad3c31 Use goreleaser and Github actions

v1.0.2

08 Dec 21:20
01efe84
Compare
Choose a tag to compare

Bumped all dependencies to their latest minor and patch releases.

v1.0.1

08 Dec 21:05
81186ab
Compare
Choose a tag to compare

Bump Go version to 1.13.

v1.0.0

31 Oct 22:02
4b311a9
Compare
Choose a tag to compare
  • 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, and go mod for dependencies.
  • Bumped the minor versions of all dependencies.

v0.4.0

03 Aug 08:17
f9ab024
Compare
Choose a tag to compare
  • Reduced the size of the binaries by adding ldflags to go build.

v0.3.0

24 Jul 21:53
Compare
Choose a tag to compare
Update dependencies.

v0.2.0

19 Jul 11:35
Compare
Choose a tag to compare
Shorten example for readability.

v0.1.0

19 Jul 10:32
Compare
Choose a tag to compare
Add skip cleanup to travis.