Skip to content

Releases: joemiller/vault-token-helper

v0.3.7

01 Mar 03:31
177ee13
Compare
Choose a tag to compare

Changelog

51aaf63 chore: go.mod tidy
2785984 ci: force go 1.17.x to ensure binaries for M1 macs are built
96956fe go.mod: bump to go 1.17 to fix macOS M1 arm64 releases
45ff3e4 release to darwin/arm64
d75aa87 rename master to main

v0.3.6

25 Oct 23:13
4eb8591
Compare
Choose a tag to compare

Changelog

15f7554 add .github/dependabot.yml
b2b15bd workaround macos bug in goreleaser install script

v0.3.5

03 Jun 02:23
7a288ac
Compare
Choose a tag to compare

Changelog

59983ba enable keyring lib debug logging when KEYRING_DEBUG env var is set
1099506 explicitly map the default backend selection choice to "automatic" to improve error messages
68914db update integration tests to pass in the existing environment. necessary for DBUS secret-service in some scenarios

v0.3.4

10 Apr 20:51
5f538bc
Compare
Choose a tag to compare

Changelog

5787602 fix extended list issue when VAULT_NAMESPACE is used
8b8f7ce fix extended list issue when vault namespace is set
1066450 go.mod: bump to go 1.16
8b9b777 update github-actions and goreleaser configs to resolve deprecations/changes

v0.3.3

24 May 19:55
acc09e6
Compare
Choose a tag to compare

Changelog

9bfeefd [skip ci] todo and doc updates
315dbaa release: switch to macos as host for making releases to fully automate codesigning workflow
f3cfbc7 update vagrant/fedora to fedora-32

v0.3.2

23 May 14:38
69e2e84
Compare
Choose a tag to compare

Changelog

b46d711 migrate CI to github actions

v0.3.0

11 Apr 00:51
f0a87d3
Compare
Choose a tag to compare

Changelog

747ae15 [ci skip] doc update, annotated config file
90e8256 [ci skip] readme updates
537741b [minor] support VAULT_NAMESPACE, thanks @trodemaster
a696803 add goreleaser test to ci/cd pipeline
e2c3b6b added namespace support
eea80a6 update goreleaser config

v0.2.6

26 Jul 22:51
1656c5d
Compare
Choose a tag to compare

Changelog

65f42d3 bug: error channel should be big enough to hold possible errors from all stored tokens, else the channel could block forever

v0.2.5

23 Jul 13:42
8baf834
Compare
Choose a tag to compare

Changelog

8baf834 move release.sh into ./scripts

v0.2.4

23 Jul 04:04
f1fe73e
Compare
Choose a tag to compare

Changelog

f1fe73e remove debug prints