From 551f292b6f9a0a51f596c7180e50045298c63382 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Wed, 8 Jan 2020 10:05:06 -0500 Subject: [PATCH] Update to 0.3.2 (#166) --- CHANGELOG.md | 6 ++++++ Chart.yaml | 2 +- values.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da613fa..1eef605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Unreleased +## 0.3.2 (January 8th, 2020) + +Bugs: + +* Fixed injection bug where TLS Skip Verify was true by default [VK8S-35] + ## 0.3.1 (January 2nd, 2020) Bugs: diff --git a/Chart.yaml b/Chart.yaml index a84288f..b444d3c 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: vault -version: 0.3.1 +version: 0.3.2 description: Install and configure Vault on Kubernetes. home: https://www.vaultproject.io icon: https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png diff --git a/values.yaml b/values.yaml index 47b024f..6bd986d 100644 --- a/values.yaml +++ b/values.yaml @@ -18,7 +18,7 @@ injector: # image sets the repo and tag of the vault-k8s image to use for the injector. image: repository: "hashicorp/vault-k8s" - tag: "0.1.1" + tag: "0.1.2" pullPolicy: IfNotPresent # agentImage sets the repo and tag of the Vault image to use for the Vault Agent