Skip to content

Releases: Lucretius/vault_raft_snapshot_agent

v0.3.1

12 Oct 21:28
3435fb3
Compare
Choose a tag to compare

Add additional Golang build step

Release v0.3.0

27 Sep 16:42
0003c4d
Compare
Choose a tag to compare
  • Added support for Kubernetes authentication (thanks to #16 !)

Release v0.2.1

19 Jan 05:25
81bca43
Compare
Choose a tag to compare

Same as v0.2.0 - but this contains the actual build artifacts.

Release v0.2.0

19 Jan 02:44
81bca43
Compare
Choose a tag to compare

A big thanks to @Kyrklund and @LouisNitag for their contributions!

  • uses the leader API to check for leader status instead of relying on some IP checking hack
  • Approle auth can use more than just the default 'approle' value.
  • addr and approle configuration properties are both optional, with defaults listed in the README

Release v0.1.0

21 Sep 19:22
cae1ee2
Compare
Choose a tag to compare

Features:

  • Expand S3 configuration to allow using any S3-compatible storage to be used (thanks @nehrman) #2

Breaking changes:

  • timeout flag changed to frequency (this word better describes what flag is meant to do)

Release v0.0.4

01 May 06:14
54efd3e
Compare
Choose a tag to compare
try again

Release v0.0.2

01 May 05:56
6299ad2
Compare
Choose a tag to compare
try a release from a tag

Initial Release

28 Apr 19:51
2a22c8e
Compare
Choose a tag to compare

Most functionality is fleshed out, with no testing of Azure/GCP flows. Retain logic not implemented for Azure or GCP.

S3 and Local have been tested locally against a dev Vault cluster of 1 node with a Raft HA backend. Retain logic is implemented and tested.