mirror of
https://github.com/Luzifer/vault-unseal.git
synced 2024-12-22 22:01:20 +00:00
867 B
867 B
1.1.2 / 2018-07-24
- Replace license stub with full text
- Adjust README badges
- Add auto-publishing to Github
- Remove import comment, migrate to dep for vendoring
1.1.1 / 2016-10-11
- Publish binaries to Github
1.1.0 / 2016-08-15
- Add support for multiple Vault instances
1.0.0 / 2016-07-20
- add dockerized version
- improve token parameter
Breaking change: Token parameter no longer expects comma delimitted tokens but now you need to specify the tokens either as arguments or specify the token parameter multiple times for multiple tokens - update rconfig
0.1.2 / 2016-03-31
- Use a HTTP client with explicit timeout
0.1.1 / 2016-03-31
- Vendored dependencies
- Use log package for logging to have timestamps
0.1.0 / 2015-08-13
- Initial version