All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to 0ver (more or less).
- Golang updated to
1.20
- Bumped all dependencies
- internal/cli: enhanced flags implementation
v0.0.8 - 2021-11-15
- Support for tokens containing a trailing
\n
- Golang updated to
1.19
- Bumped all dependencies
v0.0.7 - 2021-02-11
- Released container images over
quay.io
- Bumped all dependencies
v0.0.6 - 2021-08-19
- Generate pre-releases on default branch pushes
- Bumped go from 1.15 to 1.17
- Updated all dependencies to their latest versions
- Release npm/deb packages correctly
- Add support for Apple M1 silicon
v0.0.5 - 2020-12-17
- Release GitHub container registry based images: ghcr.io/mvisonneau/vac
- Release
arm64v8
based container images as part of docker manifests in both docker.io and ghcr.io - GPG sign released artifacts checksums
- Prefix new releases with
^v
to makepkg.go.dev
happy - Updated all dependencies
- Migrated CI from Drone to GitHub actions
0.0.4 - 2020-10-22
- Refactored codebase following golang standard structure
- Bumped all dependencies to their latest version
- Bumped to go
1.15
0.0.3 - 2020-09-03
- securego/gosec tests
- Bumped golang to 1.15
- Bumped goreleaser to 0.142.0
- Bumped urfave/cli to v2
- Dropped support for darwin/386
0.0.2 - 2020-06-29
- New
ttl
,min-ttl
andforce-generate
flags on the get function to manipulate credentials lengths - New
status
function to disclose some info about the current context, cached credentials and Vault server connectivity
- Removed some typos in the CLI flags definition
- Removed unused parameter RenewBefore on the AWSCredential objects
- Added some tests
0.0.1 - 2020-06-26
- Working state of the app
- Makefile
- LICENSE
- README