From 8ae8745f512110b6e4a6ae2a83fba968056f0ee8 Mon Sep 17 00:00:00 2001 From: Rohith Date: Thu, 28 Apr 2016 00:36:08 +0100 Subject: [PATCH] - adding a authors file - shifting to the v0.0.9-1 release - updating the changelog and readme --- AUTHORS | 3 +++ CHANGELOG.md | 14 ++++++++++++++ README.md | 2 ++ main.go | 2 +- 4 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..4f6e8f8 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,3 @@ +Lewis Marshall +Lewis Marshall +Rohith diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c5cb2..227ba9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +#### **Version v0.0.9-1** + +##### FEATURES + + * Adding the ability to perform environment variable substituted of the resource path i.e. + -resource=secret:/secrets/%ENV%/myset : %ENV% will substituted + +#### **Version v0.0.9** + +##### FEATURES + + * Adding the ability to create random secrets via the create option + #### **Version v0.0.8** ##### FEATURES diff --git a/README.md b/README.md index ef5a648..195253d 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,8 @@ The format is; The sidekick supports the following resource types: mysql, postgres, pki, aws, secret, cubbyhole, raw, cassandra and transit +**Environment Variable Expansion** + **Output Formatting** diff --git a/main.go b/main.go index 2d13fc4..3c5403d 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ import ( const ( Prog = "vault-sidekick" - Version = "v0.0.9" + Version = "v0.0.9-1" ) func main() {