diff --git a/CHANGELOG.md b/CHANGELOG.md index 196f0ee..8e0bd04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Stim Changelog +## 0.2.0 +### Bugfix +* Upped version of `kube-vault-deploy` to fix checksum issue downloading kubectl >= 1.18 + ## 0.1.7 ### **Deprecations** diff --git a/stimpacks/deploy/config.go b/stimpacks/deploy/config.go index 93169b4..79d1f17 100644 --- a/stimpacks/deploy/config.go +++ b/stimpacks/deploy/config.go @@ -17,7 +17,7 @@ import ( const ( defaultContainerRepo = "premiereglobal/kube-vault-deploy" - defaultContainerTag = "0.3.3" + defaultContainerTag = "0.3.4" defaultDeployDirectory = "./" defaultDeployScript = "deploy.sh" defaultConfigFile = "./stim.deploy.yaml"