Skip to content

Releases: seatgeek/hashi-helper

Give Vault a little bit more time to complete DELETE operations

05 Jul 20:30
55b8cc2
Compare
Choose a tag to compare

v3.4.1

22 Aug 22:05
15571d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.4.1

v3.4.0

19 Aug 23:09
a82d5cd
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @kirooshu made their first contribution in #267

Full Changelog: v3.3.3...v3.4.0

Swap Pushing Consul Before Vault

07 May 17:12
c5d07dc
Compare
Choose a tag to compare

Swap Pushing Consul Before Vault

Fix Docker auth

29 Apr 18:48
74c3dce
Compare
Choose a tag to compare
fix docker auth

Signed-off-by: Christian Winther <jippignu@gmail.com>

More verbose logging

29 Apr 18:12
c92e9ca
Compare
Choose a tag to compare

No functional changes in this release

Add meta{} support to service{}

07 Feb 15:43
f6fda7f
Compare
Choose a tag to compare

Go 1.13.7 and go mod

07 Feb 11:26
39fef2f
Compare
Choose a tag to compare
  • Upgraded Go to 1.13.7
  • Moved over to go mod for dependency management

Support for Vault audit

09 Sep 18:14
Compare
Choose a tag to compare
environment "name" {
  audit "syslog" {
    type        = "syslog"
    description = "default syslog audit device"

    options {
      log_raw       = true
      hmac_accessor = false
      format        = "json"
    }
  }
}

v3.1.0

13 Aug 07:28
8eb9087
Compare
Choose a tag to compare

The release includes #34 and #35

Thanks @oholiab