1
0
mirror of https://github.com/Luzifer/vault2env.git synced 2024-09-19 17:13:00 +00:00
vault2env/History.md

63 lines
1.3 KiB
Markdown
Raw Normal View History

2017-09-25 19:51:58 +00:00
# 1.0.3 / 2017-09-25
* Fix: Don't panic if a key is not existent
2017-08-07 13:37:16 +00:00
# 1.0.2 / 2017-08-07
* Fix: Do not try to access data on error
2017-04-21 19:58:10 +00:00
# 1.0.1 / 2017-04-21
* Fix: Update vendored libraries
2017-04-21 19:55:13 +00:00
# 1.0.0 / 2017-04-21
This version introduces a breaking change: The vault keys are no longer provided as arguments to the command but as parameters. Also this introduces the potential to supply multiple vault keys. Their contents will be combined and supplied as environment variables to the executed command or the export statements.
* Breaking: Move vault keys to parameters
* Breaking: Remove deprecated AppID authentication
* Fix: Missing parameter in README
2016-11-21 19:14:06 +00:00
# 0.6.1 / 2016-11-21
* Add github publishing
2016-10-04 11:13:03 +00:00
# 0.6.0 / 2016-10-04
* Add transform feature to rename keys from Vault
2016-09-17 23:16:56 +00:00
# 0.5.0 / 2016-09-18
* Add support for AppRole authentication
2016-06-25 15:16:48 +00:00
# 0.4.2 / 2016-06-25
* Fix: Added godeps
2016-06-25 15:15:33 +00:00
# 0.4.1 / 2016-06-25
* Fix: Updated godeps
2016-06-25 12:25:14 +00:00
# 0.4.0 / 2016-06-25
* If not specified use token from ~/.vault-token
2016-05-29 00:23:32 +00:00
# 0.3.1 / 2016-05-29
* Fix: Remove program name from program args
2016-05-29 00:21:52 +00:00
# 0.3.0 / 2016-05-29
* Enable token auth
2016-05-29 00:04:43 +00:00
# 0.2.0 / 2016-05-29
* Added command execution in addition to execution
2016-05-28 23:37:48 +00:00
# 0.1.1 / 2016-05-29
* Fix: README looked wrong
2016-05-28 23:35:27 +00:00
# 0.1.0 / 2016-05-29
2017-09-25 19:51:58 +00:00
* First version