Skip to content

Releases: jaredpetersen/vaultx

v0.0.8

15 May 01:41
16e3975
Compare
Choose a tag to compare

Changed

  • Updated repository documentation
  • Simplified sponsorship section of the README

v0.0.7

14 May 23:29
636762b
Compare
Choose a tag to compare

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

14 May 22:24
0c64f30
Compare
Choose a tag to compare

Changed

  • Tests use fakes instead of generated mocks

v0.0.5

14 May 04:18
dd77754
Compare
Choose a tag to compare

Changed

  • DB GenerateCredentials return Credentials struct instead of a pointer

v0.0.4

13 May 07:17
d969399
Compare
Choose a tag to compare

Added

  • Lease information is now available on Database credentials so that you know when the secret expires

v0.0.3

05 May 06:39
a5a5f77
Compare
Choose a tag to compare

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

05 May 02:50
b337e17
Compare
Choose a tag to compare

Added

  • README badges

v0.0.1

04 May 22:18
7259e50
Compare
Choose a tag to compare

Added

  • Generated mocks in order for the package to be usable

v0.0.0

04 May 21:41
3203f6b
Compare
Choose a tag to compare

Added

  • Initial release