prepare for 0.26.0 release (#967)

* prepare for 0.26.0 release
This commit is contained in:
Kyle Schochenmaier 2023-10-27 15:18:07 -05:00 committed by GitHub
parent 6f3f107ca5
commit f72df27d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 12 deletions

View file

@ -1,8 +1,11 @@
## Unreleased ## Unreleased
## 0.26.0 (October 27, 2023)
Changes: Changes:
* Default `vault` version updated to 1.15.0 * Default `vault` version updated to 1.15.1
* Default `vault-k8s` version updated to 1.3.0 * 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 * 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) * server: OpenShift default readiness probe returns 204 when uninitialized [GH-966](https://github.com/hashicorp/vault-helm/pull/966)

View file

@ -3,8 +3,8 @@
apiVersion: v2 apiVersion: v2
name: vault name: vault
version: 0.25.0 version: 0.26.0
appVersion: 1.14.0 appVersion: 1.15.1
kubeVersion: ">= 1.20.0-0" kubeVersion: ">= 1.20.0-0"
description: Official HashiCorp Vault Chart description: Official HashiCorp Vault Chart
home: https://www.vaultproject.io home: https://www.vaultproject.io

View file

@ -9,16 +9,16 @@ global:
injector: injector:
image: image:
repository: "registry.connect.redhat.com/hashicorp/vault-k8s" repository: "registry.connect.redhat.com/hashicorp/vault-k8s"
tag: "1.3.0-ubi" tag: "1.3.1-ubi"
agentImage: agentImage:
repository: "registry.connect.redhat.com/hashicorp/vault" repository: "registry.connect.redhat.com/hashicorp/vault"
tag: "1.15.0-ubi" tag: "1.15.1-ubi"
server: server:
image: image:
repository: "registry.connect.redhat.com/hashicorp/vault" repository: "registry.connect.redhat.com/hashicorp/vault"
tag: "1.15.0-ubi" tag: "1.15.1-ubi"
readinessProbe: readinessProbe:
path: "/v1/sys/health?uninitcode=204" path: "/v1/sys/health?uninitcode=204"

View file

@ -68,7 +68,7 @@ injector:
# image sets the repo and tag of the vault-k8s image to use for the injector. # image sets the repo and tag of the vault-k8s image to use for the injector.
image: image:
repository: "hashicorp/vault-k8s" repository: "hashicorp/vault-k8s"
tag: "1.3.0" tag: "1.3.1"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# agentImage sets the repo and tag of the Vault image to use for the Vault Agent # agentImage sets the repo and tag of the Vault image to use for the Vault Agent
@ -76,7 +76,7 @@ injector:
# required. # required.
agentImage: agentImage:
repository: "hashicorp/vault" repository: "hashicorp/vault"
tag: "1.15.0" tag: "1.15.1"
# The default values for the injected Vault Agent containers. # The default values for the injected Vault Agent containers.
agentDefaults: agentDefaults:
@ -377,7 +377,7 @@ server:
image: image:
repository: "hashicorp/vault" repository: "hashicorp/vault"
tag: "1.14.0" tag: "1.15.1"
# Overrides the default Image Pull Policy # Overrides the default Image Pull Policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@ -1054,7 +1054,7 @@ csi:
image: image:
repository: "hashicorp/vault-csi-provider" repository: "hashicorp/vault-csi-provider"
tag: "1.4.0" tag: "1.4.1"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# volumes is a list of volumes made available to all containers. These are rendered # volumes is a list of volumes made available to all containers. These are rendered
@ -1139,7 +1139,7 @@ csi:
image: image:
repository: "hashicorp/vault" repository: "hashicorp/vault"
tag: "1.15.0" tag: "1.15.1"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
logFormat: standard logFormat: standard