Skip to content

Commit

Permalink
prepare for 0.26.0 release (#967)
Browse files Browse the repository at this point in the history
* prepare for 0.26.0 release
  • Loading branch information
kschoche committed Oct 27, 2023
1 parent 6f3f107 commit f72df27
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions values.openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
10 changes: 5 additions & 5 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ 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
# containers. This should be set to the official Vault image. Vault 1.3.1+ is
# required.
agentImage:
repository: "hashicorp/vault"
tag: "1.15.0"
tag: "1.15.1"

# The default values for the injected Vault Agent containers.
agentDefaults:
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -1139,7 +1139,7 @@ csi:

image:
repository: "hashicorp/vault"
tag: "1.15.0"
tag: "1.15.1"
pullPolicy: IfNotPresent

logFormat: standard
Expand Down

0 comments on commit f72df27

Please sign in to comment.