Releases: slicelife/fetch-secrets
Releases · slicelife/fetch-secrets
v0.3.3
v0.3.2
Fixes the previous v0.3.x releases, don't use the previous ones.
v0.3.1
Build process fix for v0.3.0
v0.3.0
- 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
slogpackage - Updated README
- Configured a global timeout of 1min
- Added a dependabot config and PR labeller
v0.2.0
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
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
Build with CGO_ENABLED=0, bump golang to 1.20
v0.1.2
don't compress assets
v0.1.1
cleanup, license, github actions