Skip to content

Releases: kgaughan/gcredstash

v0.6.5

02 Feb 08:09
0bcbaf2

Choose a tag to compare

What's Changed

  • Bump urllib3 from 2.6.0 to 2.6.3 by @dependabot[bot] in #156
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.32.6 to 1.32.7 by @dependabot[bot] in #157
  • Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.53.5 to 1.54.0 by @dependabot[bot] in #161
  • Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.49.4 to 1.49.5 by @dependabot[bot] in #160

Full Changelog: v0.6.4...v0.6.5

v0.6.4

28 Dec 21:54
f8b444e

Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

05 Dec 06:31
073350c

Choose a tag to compare

What's Changed

  • Pipeline maintenance by @kgaughan in #138
  • Exclude mocks and test utils from test coverage by @kgaughan in #140
  • Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.52.3 to 1.52.4 by @dependabot[bot] in #139
  • Bump github.com/aws/aws-sdk-go-v2 from 1.39.6 to 1.40.0 by @dependabot[bot] in #144
  • Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.48.0 to 1.49.1 by @dependabot[bot] in #146
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.31.17 to 1.32.2 by @dependabot[bot] in #145
  • Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.52.4 to 1.53.2 by @dependabot[bot] in #147

Full Changelog: v0.6.2...v0.6.3

v0.6.2

09 Nov 17:03
bc3e86e

Choose a tag to compare

This release is primarily to pick up dependency updates.

Note that this release also switches to using ko for image builds. The main effect of this is that the executable path has changed. However, this will only affect you if you're using the gcredstash container as a base for another image. Further, the distroless base image tag has been switched from latest to noroot to help improve security. This should also have no effect on you unless you're building another container form this one. The new image now comes with an SPDX SBOM, but the image is not yet signed.

What's Changed

  • Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.50.5 to 1.52.3 by @dependabot[bot] in #133
  • Bump github.com/aws/aws-sdk-go-v2 from 1.39.2 to 1.39.5 by @dependabot[bot] in #134
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.31.11 to 1.31.16 by @dependabot[bot] in #135
  • Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.45.6 to 1.47.0 by @dependabot[bot] in #136
  • Switch to ko for image builds by @kgaughan in #137

Full Changelog: v0.6.1...v0.6.2

v0.6.1

27 Sep 22:28
358351c

Choose a tag to compare

I now consider gcredstash to be in maintenance mode. I'll continue to pick up security and dependency updates, but it should be considered feature complete. There are better ways of doing what it does these days, such as AWS secrets manager, OpenBao, &c.

What's Changed

  • s/formula/cask/: missed in the previous change by @kgaughan in #115
  • Point to the credstash issue for the static IV by @kgaughan in #116
  • Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #117
  • Update aws-sdk-go-v2 to v1.38.3, along with its submodules by @kgaughan in #122

Full Changelog: v0.6.0...v0.6.1

v0.6.0

31 Aug 11:49
3f3c306

Choose a tag to compare

What's Changed

Full Changelog: v0.5.6...v0.6.0

v0.5.6

30 Jun 12:00
8f9e663

Choose a tag to compare

Ever since the conversion to Cobra, the output behaviour has been broken. This fixes it so that it always prints to stdout when it should.

What's Changed

Full Changelog: v0.5.5...v0.5.6

v0.5.5

07 Jun 22:15
add140c

Choose a tag to compare

Other than picking updates, this builds the binary against Go 1.24, which means it should support FIPS-compliant and non-FIPS environments.

What's Changed

Full Changelog: v0.5.4...v0.5.5

v0.5.4

13 Apr 21:34
154048d

Choose a tag to compare

A maintenance release to pick up dependency updates. It also downsizes the container image by moving it to use a distroless base image where it previously used an Alpine Linux image.

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

27 Jul 17:21
c6d351e

Choose a tag to compare

What's Changed

  • Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #72
  • Bump github.com/aws/aws-sdk-go from 1.53.14 to 1.54.11 by @dependabot in #74
  • Bump aws/aws-sdk-go to v1.54.19 and bump the linter too by @kgaughan in #76
  • Automatically regenerate mocks when dependabot opens a PR by @kgaughan in #77
  • Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.3 by @dependabot in #80
  • Lean on goreleaser for docker builds by @kgaughan in #81
  • Add latest tag to future images by @kgaughan in #82

Full Changelog: v0.5.2...v0.5.3