Release 0.3.4

- updated the changelog and the version
This commit is contained in:
Rohith 2017-09-19 10:08:24 +01:00
parent 943e085884
commit f6246ac71d
2 changed files with 13 additions and 1 deletions

View file

@ -1,4 +1,16 @@
#### **Version v0.3.4**
##### FEATURES
* Adding a jitter option to the resources
#### **Version v0.3.3**
##### FEATURES
* Loading vault url from kubernetes vault auth file, exit if vault url is not set
#### **Version v0.3.2** #### **Version v0.3.2**
##### FEATURES ##### FEATURES

View file

@ -28,7 +28,7 @@ import (
var ( var (
prog = "vault-sidekick" prog = "vault-sidekick"
release = "v0.3.3" release = "v0.3.4"
gitsha = "" gitsha = ""
) )