Releases: joemiller/vault-token-helper
Releases · joemiller/vault-token-helper
v0.3.7
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
Changelog
15f7554 add .github/dependabot.yml
b2b15bd workaround macos bug in goreleaser install script
v0.3.5
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
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
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
Changelog
b46d711 migrate CI to github actions
v0.2.6
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
Changelog
8baf834 move release.sh into ./scripts
v0.2.4
Changelog
f1fe73e remove debug prints