- adding a authors file

- shifting to the v0.0.9-1 release
- updating the changelog and readme
This commit is contained in:
Rohith 2016-04-28 00:36:08 +01:00
parent af20eefbba
commit 8ae8745f51
4 changed files with 20 additions and 1 deletions

3
AUTHORS Normal file
View file

@ -0,0 +1,3 @@
Lewis Marshall <lewismarshall@users.noreply.github.com>
Lewis Marshall <lewis@technoplusit.co.uk>
Rohith <gambol99@gmail.com>

View file

@ -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

View file

@ -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**

View file

@ -26,7 +26,7 @@ import (
const (
Prog = "vault-sidekick"
Version = "v0.0.9"
Version = "v0.0.9-1"
)
func main() {