From f72df27d56698ea56b7392a7a83cfbcb0411006d Mon Sep 17 00:00:00 2001 From: Kyle Schochenmaier Date: Fri, 27 Oct 2023 15:18:07 -0500 Subject: [PATCH] prepare for 0.26.0 release (#967) * prepare for 0.26.0 release --- CHANGELOG.md | 7 +++++-- Chart.yaml | 4 ++-- values.openshift.yaml | 6 +++--- values.yaml | 10 +++++----- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b076a1e..e3a42abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ ## Unreleased +## 0.26.0 (October 27, 2023) + Changes: -* Default `vault` version updated to 1.15.0 -* Default `vault-k8s` version updated to 1.3.0 +* Default `vault` version updated to 1.15.1 +* Default `vault-k8s` version updated to 1.3.1 +* Default `vault-csi-provider` version updated to 1.4.1 * Tested with Kubernetes versions 1.24-1.28 * server: OpenShift default readiness probe returns 204 when uninitialized [GH-966](https://github.com/hashicorp/vault-helm/pull/966) diff --git a/Chart.yaml b/Chart.yaml index 104b05f3..e573370b 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,8 +3,8 @@ apiVersion: v2 name: vault -version: 0.25.0 -appVersion: 1.14.0 +version: 0.26.0 +appVersion: 1.15.1 kubeVersion: ">= 1.20.0-0" description: Official HashiCorp Vault Chart home: https://www.vaultproject.io diff --git a/values.openshift.yaml b/values.openshift.yaml index e02d6d13..2dbe4df1 100644 --- a/values.openshift.yaml +++ b/values.openshift.yaml @@ -9,16 +9,16 @@ global: injector: image: repository: "registry.connect.redhat.com/hashicorp/vault-k8s" - tag: "1.3.0-ubi" + tag: "1.3.1-ubi" agentImage: repository: "registry.connect.redhat.com/hashicorp/vault" - tag: "1.15.0-ubi" + tag: "1.15.1-ubi" server: image: repository: "registry.connect.redhat.com/hashicorp/vault" - tag: "1.15.0-ubi" + tag: "1.15.1-ubi" readinessProbe: path: "/v1/sys/health?uninitcode=204" diff --git a/values.yaml b/values.yaml index 5dcfbc2a..781b930a 100644 --- a/values.yaml +++ b/values.yaml @@ -68,7 +68,7 @@ injector: # image sets the repo and tag of the vault-k8s image to use for the injector. image: repository: "hashicorp/vault-k8s" - tag: "1.3.0" + tag: "1.3.1" pullPolicy: IfNotPresent # agentImage sets the repo and tag of the Vault image to use for the Vault Agent @@ -76,7 +76,7 @@ injector: # required. agentImage: repository: "hashicorp/vault" - tag: "1.15.0" + tag: "1.15.1" # The default values for the injected Vault Agent containers. agentDefaults: @@ -377,7 +377,7 @@ server: image: repository: "hashicorp/vault" - tag: "1.14.0" + tag: "1.15.1" # Overrides the default Image Pull Policy pullPolicy: IfNotPresent @@ -1054,7 +1054,7 @@ csi: image: repository: "hashicorp/vault-csi-provider" - tag: "1.4.0" + tag: "1.4.1" pullPolicy: IfNotPresent # volumes is a list of volumes made available to all containers. These are rendered @@ -1139,7 +1139,7 @@ csi: image: repository: "hashicorp/vault" - tag: "1.15.0" + tag: "1.15.1" pullPolicy: IfNotPresent logFormat: standard