Releases: seatgeek/hashi-helper
Releases · seatgeek/hashi-helper
Give Vault a little bit more time to complete DELETE operations
v3.4.1
What's Changed
- refactor: use github actions to build and push images by @josegonzalez in #287
Full Changelog: v3.4.0...v3.4.1
v3.4.0
What's Changed
- Bump github.com/hashicorp/consul/api from 1.4.0 to 1.5.0 by @dependabot-preview in #93
- Bump github.com/hashicorp/consul/api from 1.5.0 to 1.6.0 by @dependabot-preview in #98
- Bump github.com/hashicorp/consul/api from 1.6.0 to 1.8.0 by @dependabot-preview in #124
- Bump github.com/sirupsen/logrus from 1.4.2 to 1.7.0 by @dependabot-preview in #103
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #246
- Feat: ability to write auth maps by @burdandrei in #30
- Update dependencies to latest versions by @kirooshu in #267
- Update CI to use github actions by @josegonzalez in #286
- chore: update consul mod and dependencies by @druwadi in #285
New Contributors
- @kirooshu made their first contribution in #267
Full Changelog: v3.3.3...v3.4.0
Swap Pushing Consul Before Vault
Swap Pushing Consul Before Vault
Fix Docker auth
fix docker auth Signed-off-by: Christian Winther <jippignu@gmail.com>
More verbose logging
No functional changes in this release
Add meta{} support to service{}
Go 1.13.7 and go mod
- Upgraded Go to 1.13.7
- Moved over to
go mod
for dependency management
Support for Vault audit
environment "name" {
audit "syslog" {
type = "syslog"
description = "default syslog audit device"
options {
log_raw = true
hmac_accessor = false
format = "json"
}
}
}