From 34c231f94e2a65cca5acbe744352575fc878a2e7 Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Fri, 14 Apr 2023 12:02:47 +0100 Subject: [PATCH] bump to v0.4.0 for release Signed-off-by: Ashley Davis --- Makefile | 2 +- deploy/charts/csi-driver-spiffe/Chart.yaml | 4 ++-- deploy/charts/csi-driver-spiffe/README.md | 4 ++-- deploy/charts/csi-driver-spiffe/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 4e03b07..ab92ea8 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ IMAGE_PLATFORMS ?= linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le GOMARKDOC_FLAGS=--format github --repository.url "https://github.com/cert-manager/csi-driver-spiffe" --repository.default-branch master --repository.path / -RELEASE_VERSION ?= v0.3.0 +RELEASE_VERSION ?= v0.4.0 .PHONY: help help: ## Display this help. diff --git a/deploy/charts/csi-driver-spiffe/Chart.yaml b/deploy/charts/csi-driver-spiffe/Chart.yaml index 52ae674..5b5a094 100644 --- a/deploy/charts/csi-driver-spiffe/Chart.yaml +++ b/deploy/charts/csi-driver-spiffe/Chart.yaml @@ -9,5 +9,5 @@ maintainers: url: https://cert-manager.io sources: - https://github.com/cert-manager/csi-driver-spiffe -appVersion: v0.3.0 -version: v0.3.0 +appVersion: v0.4.0 +version: v0.4.0 diff --git a/deploy/charts/csi-driver-spiffe/README.md b/deploy/charts/csi-driver-spiffe/README.md index 73e0b96..b7a858e 100644 --- a/deploy/charts/csi-driver-spiffe/README.md +++ b/deploy/charts/csi-driver-spiffe/README.md @@ -1,6 +1,6 @@ # cert-manager-csi-driver-spiffe -![Version: v0.3.0](https://img.shields.io/badge/Version-v0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.0](https://img.shields.io/badge/AppVersion-v0.3.0-informational?style=flat-square) +![Version: v0.4.0](https://img.shields.io/badge/Version-v0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.0](https://img.shields.io/badge/AppVersion-v0.4.0-informational?style=flat-square) cert-manager csi-driver-spiffe is a CSI plugin for Kubernetes which transparently delivers X.509 SPIFFE SVIDs to pods which mount it. @@ -53,7 +53,7 @@ cert-manager csi-driver-spiffe is a CSI plugin for Kubernetes which transparentl | app.trustDomain | string | `"cluster.local"` | The Trust Domain for this driver. | | image.pullPolicy | string | `"IfNotPresent"` | Kubernetes imagePullPolicy on DaemonSet. | | image.repository | object | `{"approver":"quay.io/jetstack/cert-manager-csi-driver-spiffe-approver","driver":"quay.io/jetstack/cert-manager-csi-driver-spiffe"}` | Target image repository. | -| image.tag | string | `"v0.3.0"` | Target image version tag. | +| image.tag | string | `"v0.4.0"` | Target image version tag. | | imagePullSecrets | list | `[]` | Optional secrets used for pulling the csi-driver-spiffe and csi-driver-spiffe-approver container images | | priorityClassName | string | `""` | Optional priority class to be used for the csi-driver pods. | diff --git a/deploy/charts/csi-driver-spiffe/values.yaml b/deploy/charts/csi-driver-spiffe/values.yaml index 70497af..7ec7b96 100644 --- a/deploy/charts/csi-driver-spiffe/values.yaml +++ b/deploy/charts/csi-driver-spiffe/values.yaml @@ -4,7 +4,7 @@ image: driver: quay.io/jetstack/cert-manager-csi-driver-spiffe approver: quay.io/jetstack/cert-manager-csi-driver-spiffe-approver # -- Target image version tag. - tag: v0.3.0 + tag: v0.4.0 # -- Kubernetes imagePullPolicy on DaemonSet. pullPolicy: IfNotPresent