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

80 lines
1.9 KiB
Markdown
Raw Normal View History

2018-11-28 19:32:54 +00:00
# 2.0.0 / 2018-11-28
* Switch to dep for vendoring, update vendored libs
* [#2] Implement obfuscation of secrets in output #3
* This is a **breaking change**: The new default is to obfuscate the secrets in the output which means software relying on having secrets embedded in the output need to adopt for this using the `-o none` parameter to disable obfuscation.
* Link to usage examples in Wiki
* Add docs for sub-commands with arguments
2018-01-21 13:26:03 +00:00
# 1.1.1 / 2018-01-21
* Fix: Reduce number of errors caused by empty transform set
2018-01-18 20:18:15 +00:00
# 1.1.0 / 2018-01-18
* Add predefined transform sets
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
2018-11-28 19:32:54 +00:00
* First version