1
0
mirror of https://github.com/Luzifer/vault2env.git synced 2024-09-19 00:53:02 +00:00

prepare release v2.0.0

This commit is contained in:
Knut Ahlers 2018-11-28 20:32:54 +01:00
parent 927dfda3ac
commit a0967710ee
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -1,3 +1,11 @@
# 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
# 1.1.1 / 2018-01-21
* Fix: Reduce number of errors caused by empty transform set
@ -68,4 +76,4 @@ This version introduces a breaking change: The vault keys are no longer provided
# 0.1.0 / 2016-05-29
* First version
* First version