Releases: jaredpetersen/vaultx
Releases · jaredpetersen/vaultx
v0.0.8
v0.0.7
Changed
- Collapsed k8s package into the auth package to make it less annoying to set up authentication
- All requests to the Vault API are now sent with a
x-vault-request
header to support the Vault Agent - Improved package documentation
v0.0.6
Changed
- Tests use fakes instead of generated mocks
v0.0.5
Changed
- DB GenerateCredentials return Credentials struct instead of a pointer
v0.0.4
Added
- Lease information is now available on Database credentials so that you know when the secret expires
v0.0.3
Changed
- vaultx client uses functions for nested client gateways instead of struct fields for improved testability
Fixed
- Flaky tests
- Formatting check in CI to check imports
v0.0.2
Added
- README badges
v0.0.1
Added
- Generated mocks in order for the package to be usable
v0.0.0
Added
- Initial release