Skip to content

Releases: slicelife/fetch-secrets

v0.3.3

20 Nov 16:58
b946ffc

Choose a tag to compare

Upgraded Go version, AWS library version and test dependencies. No functional changes.

v0.3.2

21 Mar 13:37
e75570a

Choose a tag to compare

Fixes the previous v0.3.x releases, don't use the previous ones.

v0.3.1

06 Mar 14:58

Choose a tag to compare

Build process fix for v0.3.0

v0.3.0

06 Mar 14:39
31f03e0

Choose a tag to compare

  • Refactored AWS clients to allow testing via generated mocks
  • Enabled linting and fixed any linting issues
  • Added basic Makefile for clean/artifact/test/lint
  • Enabled logging using slog package
  • Updated README
  • Configured a global timeout of 1min
  • Added a dependabot config and PR labeller

v0.2.0

15 Aug 11:27
b4a4294

Choose a tag to compare

Added FS_REGION to control the region of this program specifically, in case the invoked program uses another region for other things.
Logging has been improved for some cases.
Updated to aws-sdk-go-v2

v0.1.4

15 May 16:36
fd038de

Choose a tag to compare

Re-release of v0.1.3 due to CI issues.
Switched build flag CGO_ENABLED=0, bump golang in CI to 1.20
This allows the tool to run on Alpine as well.

v0.1.3

15 May 16:07
671938d

Choose a tag to compare

Build with CGO_ENABLED=0, bump golang to 1.20

v0.1.2

07 Sep 08:50

Choose a tag to compare

don't compress assets

v0.1.1

07 Sep 08:45

Choose a tag to compare

cleanup, license, github actions