Skip to content

Releases: realestate-com-au/shush

v1.5.5

06 Feb 02:41
8fa9f48
Compare
Choose a tag to compare
  • 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

07 Aug 07:56
124ed67
Compare
Choose a tag to compare
  • 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

17 Aug 07:50
Compare
Choose a tag to compare
  • 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

16 Nov 02:58
Compare
Choose a tag to compare
  • Bugfix: fully qualified KMS Key ARNs were being treated as aliases, this meant
    cross account encryption wasn't possible.

v1.5.1

09 Sep 07:42
Compare
Choose a tag to compare
  • Support for darwin/arm64.
  • Multi-architecture docker images.

v1.5.0

16 Mar 04:32
ea9d084
Compare
Choose a tag to compare
  • Upgraded the AWS SDK from 1 to 2.
  • Upgraded Go from 1.13 to 1.16

v1.4.1

04 May 03:26
Compare
Choose a tag to compare
  • Use build image to reduce Docker target image size from 160MB to approximately 20MB
  • Add ARM64 binary build target

v1.4.0

11 Dec 01:33
d3a4eef
Compare
Choose a tag to compare

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

v1.3.4

24 Oct 22:49
Compare
Choose a tag to compare

Bumping the version - Test release.

v1.3.3

04 Oct 05:32
Compare
Choose a tag to compare
  • Update github.com/aws/aws-sdk-go to v1.12.2.
  • Update github.com/urfave/cli to v1.20.0.
  • Fix #8: don't look for options after positional arguments.