Releases: realestate-com-au/shush
Releases · realestate-com-au/shush
v1.5.5
- When encrypting, warn if plaintext begins or ends with whitespace. Warning can
be silenced with--no-warn-whitespace
or-w
. - Upgraded Go from 1.20 to 1.21.
- Upgraded base Docker image to alpine:3.19.0.
- Upgraded aws/aws-sdk-go-v2/config to v1.26.3.
- Upgraded aws/aws-sdk-go-v2/service/kms to v1.27.9.
- Upgraded google/uuid to v1.5.0.
v1.5.4
- Upgraded Go from 1.18 to 1.20.
- Upgraded base docker image to alpine:3.18.2.
- Upgraded the AWS SDK KMS component to v1.24.1.
- Upgraded the AWS SDK config component to v1.18.32.
- Upgraded the Google/uuid library to v1.3.0.
- Upgraded the urfave/cli library to v1.22.14.
v1.5.3
- Upgraded base docker image to alpine:3.16.2
- Upgraded the AWS SDK KMS component to v1.18.4.
- Upgraded Go from 1.16 to 1.18.
v1.5.2
- Bugfix: fully qualified KMS Key ARNs were being treated as aliases, this meant
cross account encryption wasn't possible.
v1.5.1
- Support for darwin/arm64.
- Multi-architecture docker images.
v1.5.0
v1.4.1
- Use build image to reduce Docker target image size from 160MB to approximately 20MB
- Add ARM64 binary build target
v1.4.0
This release adds a couple of features, closes some issues and brings some general maintenance improvements to the code:
- Update to the latest AWS SDK #16
- Merged #17 (adds a flag to strip out whitespace when encrypting)
- Merged #14 (adds a flag to print the ARN of the key used when decrypting a secret)
- Adds tests #11
- Allow an alias to be specified on the command line without prepending with
alias/
- Upgraded to Golang 1.13
- Migrated from dep to modules
- Upgraded other dependencies
- Documented the release process