From 415feee0d0d41d3d433b4e6174a7f931f63766f0 Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Thu, 18 Apr 2024 11:09:53 -0700 Subject: [PATCH] release: update manifest and helm charts for v1.5.2 (#1538) Signed-off-by: Anish Ramasekar --- Makefile | 2 +- charts/csi-secrets-store-provider-azure/Chart.lock | 6 +++--- charts/csi-secrets-store-provider-azure/Chart.yaml | 6 +++--- charts/csi-secrets-store-provider-azure/README.md | 13 ++++++++----- .../arc-values.yaml | 10 +++++----- charts/csi-secrets-store-provider-azure/values.yaml | 10 +++++----- deployment/provider-azure-installer-windows.yaml | 2 +- deployment/provider-azure-installer.yaml | 2 +- .../csi-secrets-store-provider-azure/Chart.lock | 6 +++--- .../csi-secrets-store-provider-azure/Chart.yaml | 6 +++--- .../csi-secrets-store-provider-azure/README.md | 13 ++++++++----- .../arc-values.yaml | 10 +++++----- .../csi-secrets-store-provider-azure/values.yaml | 10 +++++----- .../provider-azure-installer-windows.yaml | 2 +- .../deployment/provider-azure-installer.yaml | 2 +- test/e2e/framework/config.go | 2 +- website/content/en/_index.md | 2 +- 17 files changed, 55 insertions(+), 49 deletions(-) diff --git a/Makefile b/Makefile index e04e22168..835cd8334 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ REPO_PATH="$(ORG_PATH)/$(PROJECT_NAME)" REGISTRY_NAME ?= upstream REPO_PREFIX ?= k8s/csi/secrets-store REGISTRY ?= $(REGISTRY_NAME).azurecr.io/$(REPO_PREFIX) -IMAGE_VERSION ?= v1.5.1 +IMAGE_VERSION ?= v1.5.2 IMAGE_NAME ?= provider-azure CONFORMANCE_IMAGE_NAME ?= provider-azure-arc-conformance IMAGE_TAG := $(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION) diff --git a/charts/csi-secrets-store-provider-azure/Chart.lock b/charts/csi-secrets-store-provider-azure/Chart.lock index fc8d1fc0d..4af43864b 100644 --- a/charts/csi-secrets-store-provider-azure/Chart.lock +++ b/charts/csi-secrets-store-provider-azure/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: secrets-store-csi-driver repository: https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts - version: 1.4.1 -digest: sha256:1ba3371ca94587ec5942cb2bb3840b5731da1b0629a4d89c37295f2c6ac0afb9 -generated: "2024-01-18T23:24:26.146818747Z" + version: 1.4.3 +digest: sha256:7e4867144ee8d28abcfe2d8517d379e34500ebaa2be0121a2eda5f3da5723110 +generated: "2024-04-18T09:11:04.509219-07:00" diff --git a/charts/csi-secrets-store-provider-azure/Chart.yaml b/charts/csi-secrets-store-provider-azure/Chart.yaml index b3626b1ac..4cf0dbde5 100644 --- a/charts/csi-secrets-store-provider-azure/Chart.yaml +++ b/charts/csi-secrets-store-provider-azure/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: csi-secrets-store-provider-azure -version: 1.5.1 -appVersion: 1.5.1 +version: 1.5.4 +appVersion: 1.5.2 kubeVersion: ">=1.16.0-0" description: A Helm chart to install the Secrets Store CSI Driver and the Azure Keyvault Provider inside a Kubernetes cluster. sources: @@ -13,5 +13,5 @@ maintainers: dependencies: - name: secrets-store-csi-driver repository: https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts - version: 1.4.1 + version: 1.4.3 condition: secrets-store-csi-driver.install diff --git a/charts/csi-secrets-store-provider-azure/README.md b/charts/csi-secrets-store-provider-azure/README.md index 6cfdc3de1..e46485386 100644 --- a/charts/csi-secrets-store-provider-azure/README.md +++ b/charts/csi-secrets-store-provider-azure/README.md @@ -25,6 +25,9 @@ Azure Key Vault provider for Secrets Store CSI driver allows you to get secret c | `1.4.4` | `1.3.4` | `1.4.1` | | `1.5.0` | `1.4.0` | `1.5.0` | | `1.5.1` | `1.4.1` | `1.5.1` | +| `1.5.2` | `1.4.1` | `1.5.1` | +| `1.5.3` | `1.4.2` | `1.5.1` | +| `1.5.4` | `1.4.3` | `1.5.2` | ## Installation @@ -72,7 +75,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p | `linux.enabled` | Install azure keyvault provider on linux nodes | true | | `linux.image.repository` | Linux image repository | `mcr.microsoft.com/oss/azure/secrets-store/provider-azure` | | `linux.image.pullPolicy` | Linux image pull policy | `IfNotPresent` | -| `linux.image.tag` | Azure Keyvault Provider Linux image tag | `v1.5.1` | +| `linux.image.tag` | Azure Keyvault Provider Linux image tag | `v1.5.2` | | `linux.nodeSelector` | Node Selector for the daemonset on linux nodes | `{}` | | `linux.tolerations` | Tolerations for the daemonset on linux nodes | `[{"operator": "Exists"}]` | | `linux.resources` | Resource limit for provider pods on linux nodes | `requests.cpu: 50m`
`requests.memory: 100Mi`
`limits.cpu: 50m`
`limits.memory: 100Mi` | @@ -93,7 +96,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p | `windows.enabled` | Install azure keyvault provider on windows nodes | false | | `windows.image.repository` | Windows image repository | `mcr.microsoft.com/oss/azure/secrets-store/provider-azure` | | `windows.image.pullPolicy` | Windows image pull policy | `IfNotPresent` | -| `windows.image.tag` | Azure Keyvault Provider Windows image tag | `v1.5.1` | +| `windows.image.tag` | Azure Keyvault Provider Windows image tag | `v1.5.2` | | `windows.nodeSelector` | Node Selector for the daemonset on windows nodes | `{}` | | `windows.tolerations` | Tolerations for the daemonset on windows nodes | `{}` | | `windows.resources` | Resource limit for provider pods on windows nodes | `requests.cpu: 100m`
`requests.memory: 200Mi`
`limits.cpu: 100m`
`limits.memory: 200Mi` | @@ -119,7 +122,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p | `secrets-store-csi-driver.linux.priorityClassName` | Indicates the importance of a Pod relative to other Pods | `""` | | `secrets-store-csi-driver.linux.image.repository` | Driver Linux image repository | `mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver` | | `secrets-store-csi-driver.linux.image.pullPolicy` | Driver Linux image pull policy | `IfNotPresent` | -| `secrets-store-csi-driver.linux.image.tag` | Driver Linux image tag | `v1.4.1` | +| `secrets-store-csi-driver.linux.image.tag` | Driver Linux image tag | `v1.4.3` | | `secrets-store-csi-driver.linux.registrarImage.repository` | Driver Linux node-driver-registrar image repository | `mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar` | | `secrets-store-csi-driver.linux.registrarImage.pullPolicy` | Driver Linux node-driver-registrar image pull policy | `IfNotPresent` | | `secrets-store-csi-driver.linux.registrarImage.tag` | Driver Linux node-driver-registrar image tag | `v2.8.0` | @@ -127,7 +130,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p | `secrets-store-csi-driver.linux.livenessProbeImage.pullPolicy` | Driver Linux liveness-probe image pull policy | `IfNotPresent` | | `secrets-store-csi-driver.linux.livenessProbeImage.tag` | Driver Linux liveness-probe image tag | `v2.10.0` | | `secrets-store-csi-driver.linux.crds.image.repository` | Driver CRDs Linux image repository | `mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver-crds` | -| `secrets-store-csi-driver.linux.crds.image.tag` | Driver CRDs Linux image tag | `v1.4.1` | +| `secrets-store-csi-driver.linux.crds.image.tag` | Driver CRDs Linux image tag | `v1.4.3` | | `secrets-store-csi-driver.linux.crds.image.pullPolicy` | Driver CRDs Linux image pull policy | `IfNotPresent` | | `secrets-store-csi-driver.windows.enabled` | Install secrets-store-csi-driver on windows nodes | false | | `secrets-store-csi-driver.windows.kubeletRootDir` | Configure the kubelet root dir | `C:\var\lib\kubelet` | @@ -136,7 +139,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p | `secrets-store-csi-driver.windows.priorityClassName` | Indicates the importance of a Pod relative to other Pods | `""` | | `secrets-store-csi-driver.windows.image.repository` | Driver Windows image repository | `mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver` | | `secrets-store-csi-driver.windows.image.pullPolicy` | Driver Windows image pull policy | `IfNotPresent` | -| `secrets-store-csi-driver.windows.image.tag` | Driver Windows image tag | `v1.4.1` | +| `secrets-store-csi-driver.windows.image.tag` | Driver Windows image tag | `v1.4.3` | | `secrets-store-csi-driver.windows.registrarImage.repository` | Driver Windows node-driver-registrar image repository | `mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar` | | `secrets-store-csi-driver.windows.registrarImage.pullPolicy` | Driver Windows node-driver-registrar image pull policy | `IfNotPresent` | | `secrets-store-csi-driver.windows.registrarImage.tag` | Driver Windows node-driver-registrar image tag | `v2.8.0` | diff --git a/charts/csi-secrets-store-provider-azure/arc-values.yaml b/charts/csi-secrets-store-provider-azure/arc-values.yaml index 55b59d245..a3d5d0c25 100644 --- a/charts/csi-secrets-store-provider-azure/arc-values.yaml +++ b/charts/csi-secrets-store-provider-azure/arc-values.yaml @@ -15,7 +15,7 @@ logVerbosity: 0 linux: image: repository: mcr.microsoft.com/oss/azure/secrets-store/provider-azure - tag: v1.5.1 + tag: v1.5.2 pullPolicy: IfNotPresent nodeSelector: {} tolerations: [] @@ -58,7 +58,7 @@ linux: windows: image: repository: mcr.microsoft.com/oss/azure/secrets-store/provider-azure - tag: v1.5.1 + tag: v1.5.2 pullPolicy: IfNotPresent nodeSelector: {} tolerations: [] @@ -112,7 +112,7 @@ secrets-store-csi-driver: metricsAddr: ":8080" image: repository: mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver - tag: v1.4.1 + tag: v1.4.3 pullPolicy: IfNotPresent registrarImage: repository: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar @@ -125,7 +125,7 @@ secrets-store-csi-driver: crds: image: repository: mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver-crds - tag: v1.4.1 + tag: v1.4.3 pullPolicy: IfNotPresent podAnnotations: prometheus.io/scrape: "true" @@ -137,7 +137,7 @@ secrets-store-csi-driver: metricsAddr: ":8080" image: repository: mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver - tag: v1.4.1 + tag: v1.4.3 pullPolicy: IfNotPresent registrarImage: repository: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar diff --git a/charts/csi-secrets-store-provider-azure/values.yaml b/charts/csi-secrets-store-provider-azure/values.yaml index e7676afb6..637e44aff 100644 --- a/charts/csi-secrets-store-provider-azure/values.yaml +++ b/charts/csi-secrets-store-provider-azure/values.yaml @@ -17,7 +17,7 @@ enableArcExtension: false linux: image: repository: mcr.microsoft.com/oss/azure/secrets-store/provider-azure - tag: v1.5.1 + tag: v1.5.2 pullPolicy: IfNotPresent nodeSelector: {} # ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ @@ -63,7 +63,7 @@ linux: windows: image: repository: mcr.microsoft.com/oss/azure/secrets-store/provider-azure - tag: v1.5.1 + tag: v1.5.2 pullPolicy: IfNotPresent nodeSelector: {} # ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ @@ -120,7 +120,7 @@ secrets-store-csi-driver: priorityClassName: "" image: repository: mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver - tag: v1.4.1 + tag: v1.4.3 pullPolicy: IfNotPresent registrarImage: repository: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar @@ -133,7 +133,7 @@ secrets-store-csi-driver: crds: image: repository: mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver-crds - tag: v1.4.1 + tag: v1.4.3 pullPolicy: IfNotPresent providersDir: /var/run/secrets-store-csi-providers @@ -144,7 +144,7 @@ secrets-store-csi-driver: priorityClassName: "" image: repository: mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver - tag: v1.4.1 + tag: v1.4.3 pullPolicy: IfNotPresent registrarImage: repository: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar diff --git a/deployment/provider-azure-installer-windows.yaml b/deployment/provider-azure-installer-windows.yaml index ce112d4d3..887a1c6f9 100644 --- a/deployment/provider-azure-installer-windows.yaml +++ b/deployment/provider-azure-installer-windows.yaml @@ -23,7 +23,7 @@ spec: serviceAccountName: csi-secrets-store-provider-azure containers: - name: provider-azure-installer - image: mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.5.1 + image: mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.5.2 imagePullPolicy: IfNotPresent args: - --endpoint=unix://C:\\provider\\azure.sock diff --git a/deployment/provider-azure-installer.yaml b/deployment/provider-azure-installer.yaml index decbb57bf..f28f01134 100644 --- a/deployment/provider-azure-installer.yaml +++ b/deployment/provider-azure-installer.yaml @@ -24,7 +24,7 @@ spec: hostNetwork: true containers: - name: provider-azure-installer - image: mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.5.1 + image: mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.5.2 imagePullPolicy: IfNotPresent args: - --endpoint=unix:///provider/azure.sock diff --git a/manifest_staging/charts/csi-secrets-store-provider-azure/Chart.lock b/manifest_staging/charts/csi-secrets-store-provider-azure/Chart.lock index fc8d1fc0d..4af43864b 100644 --- a/manifest_staging/charts/csi-secrets-store-provider-azure/Chart.lock +++ b/manifest_staging/charts/csi-secrets-store-provider-azure/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: secrets-store-csi-driver repository: https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts - version: 1.4.1 -digest: sha256:1ba3371ca94587ec5942cb2bb3840b5731da1b0629a4d89c37295f2c6ac0afb9 -generated: "2024-01-18T23:24:26.146818747Z" + version: 1.4.3 +digest: sha256:7e4867144ee8d28abcfe2d8517d379e34500ebaa2be0121a2eda5f3da5723110 +generated: "2024-04-18T09:11:04.509219-07:00" diff --git a/manifest_staging/charts/csi-secrets-store-provider-azure/Chart.yaml b/manifest_staging/charts/csi-secrets-store-provider-azure/Chart.yaml index b3626b1ac..4cf0dbde5 100644 --- a/manifest_staging/charts/csi-secrets-store-provider-azure/Chart.yaml +++ b/manifest_staging/charts/csi-secrets-store-provider-azure/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: csi-secrets-store-provider-azure -version: 1.5.1 -appVersion: 1.5.1 +version: 1.5.4 +appVersion: 1.5.2 kubeVersion: ">=1.16.0-0" description: A Helm chart to install the Secrets Store CSI Driver and the Azure Keyvault Provider inside a Kubernetes cluster. sources: @@ -13,5 +13,5 @@ maintainers: dependencies: - name: secrets-store-csi-driver repository: https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts - version: 1.4.1 + version: 1.4.3 condition: secrets-store-csi-driver.install diff --git a/manifest_staging/charts/csi-secrets-store-provider-azure/README.md b/manifest_staging/charts/csi-secrets-store-provider-azure/README.md index 6cfdc3de1..e46485386 100644 --- a/manifest_staging/charts/csi-secrets-store-provider-azure/README.md +++ b/manifest_staging/charts/csi-secrets-store-provider-azure/README.md @@ -25,6 +25,9 @@ Azure Key Vault provider for Secrets Store CSI driver allows you to get secret c | `1.4.4` | `1.3.4` | `1.4.1` | | `1.5.0` | `1.4.0` | `1.5.0` | | `1.5.1` | `1.4.1` | `1.5.1` | +| `1.5.2` | `1.4.1` | `1.5.1` | +| `1.5.3` | `1.4.2` | `1.5.1` | +| `1.5.4` | `1.4.3` | `1.5.2` | ## Installation @@ -72,7 +75,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p | `linux.enabled` | Install azure keyvault provider on linux nodes | true | | `linux.image.repository` | Linux image repository | `mcr.microsoft.com/oss/azure/secrets-store/provider-azure` | | `linux.image.pullPolicy` | Linux image pull policy | `IfNotPresent` | -| `linux.image.tag` | Azure Keyvault Provider Linux image tag | `v1.5.1` | +| `linux.image.tag` | Azure Keyvault Provider Linux image tag | `v1.5.2` | | `linux.nodeSelector` | Node Selector for the daemonset on linux nodes | `{}` | | `linux.tolerations` | Tolerations for the daemonset on linux nodes | `[{"operator": "Exists"}]` | | `linux.resources` | Resource limit for provider pods on linux nodes | `requests.cpu: 50m`
`requests.memory: 100Mi`
`limits.cpu: 50m`
`limits.memory: 100Mi` | @@ -93,7 +96,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p | `windows.enabled` | Install azure keyvault provider on windows nodes | false | | `windows.image.repository` | Windows image repository | `mcr.microsoft.com/oss/azure/secrets-store/provider-azure` | | `windows.image.pullPolicy` | Windows image pull policy | `IfNotPresent` | -| `windows.image.tag` | Azure Keyvault Provider Windows image tag | `v1.5.1` | +| `windows.image.tag` | Azure Keyvault Provider Windows image tag | `v1.5.2` | | `windows.nodeSelector` | Node Selector for the daemonset on windows nodes | `{}` | | `windows.tolerations` | Tolerations for the daemonset on windows nodes | `{}` | | `windows.resources` | Resource limit for provider pods on windows nodes | `requests.cpu: 100m`
`requests.memory: 200Mi`
`limits.cpu: 100m`
`limits.memory: 200Mi` | @@ -119,7 +122,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p | `secrets-store-csi-driver.linux.priorityClassName` | Indicates the importance of a Pod relative to other Pods | `""` | | `secrets-store-csi-driver.linux.image.repository` | Driver Linux image repository | `mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver` | | `secrets-store-csi-driver.linux.image.pullPolicy` | Driver Linux image pull policy | `IfNotPresent` | -| `secrets-store-csi-driver.linux.image.tag` | Driver Linux image tag | `v1.4.1` | +| `secrets-store-csi-driver.linux.image.tag` | Driver Linux image tag | `v1.4.3` | | `secrets-store-csi-driver.linux.registrarImage.repository` | Driver Linux node-driver-registrar image repository | `mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar` | | `secrets-store-csi-driver.linux.registrarImage.pullPolicy` | Driver Linux node-driver-registrar image pull policy | `IfNotPresent` | | `secrets-store-csi-driver.linux.registrarImage.tag` | Driver Linux node-driver-registrar image tag | `v2.8.0` | @@ -127,7 +130,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p | `secrets-store-csi-driver.linux.livenessProbeImage.pullPolicy` | Driver Linux liveness-probe image pull policy | `IfNotPresent` | | `secrets-store-csi-driver.linux.livenessProbeImage.tag` | Driver Linux liveness-probe image tag | `v2.10.0` | | `secrets-store-csi-driver.linux.crds.image.repository` | Driver CRDs Linux image repository | `mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver-crds` | -| `secrets-store-csi-driver.linux.crds.image.tag` | Driver CRDs Linux image tag | `v1.4.1` | +| `secrets-store-csi-driver.linux.crds.image.tag` | Driver CRDs Linux image tag | `v1.4.3` | | `secrets-store-csi-driver.linux.crds.image.pullPolicy` | Driver CRDs Linux image pull policy | `IfNotPresent` | | `secrets-store-csi-driver.windows.enabled` | Install secrets-store-csi-driver on windows nodes | false | | `secrets-store-csi-driver.windows.kubeletRootDir` | Configure the kubelet root dir | `C:\var\lib\kubelet` | @@ -136,7 +139,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p | `secrets-store-csi-driver.windows.priorityClassName` | Indicates the importance of a Pod relative to other Pods | `""` | | `secrets-store-csi-driver.windows.image.repository` | Driver Windows image repository | `mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver` | | `secrets-store-csi-driver.windows.image.pullPolicy` | Driver Windows image pull policy | `IfNotPresent` | -| `secrets-store-csi-driver.windows.image.tag` | Driver Windows image tag | `v1.4.1` | +| `secrets-store-csi-driver.windows.image.tag` | Driver Windows image tag | `v1.4.3` | | `secrets-store-csi-driver.windows.registrarImage.repository` | Driver Windows node-driver-registrar image repository | `mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar` | | `secrets-store-csi-driver.windows.registrarImage.pullPolicy` | Driver Windows node-driver-registrar image pull policy | `IfNotPresent` | | `secrets-store-csi-driver.windows.registrarImage.tag` | Driver Windows node-driver-registrar image tag | `v2.8.0` | diff --git a/manifest_staging/charts/csi-secrets-store-provider-azure/arc-values.yaml b/manifest_staging/charts/csi-secrets-store-provider-azure/arc-values.yaml index 55b59d245..a3d5d0c25 100644 --- a/manifest_staging/charts/csi-secrets-store-provider-azure/arc-values.yaml +++ b/manifest_staging/charts/csi-secrets-store-provider-azure/arc-values.yaml @@ -15,7 +15,7 @@ logVerbosity: 0 linux: image: repository: mcr.microsoft.com/oss/azure/secrets-store/provider-azure - tag: v1.5.1 + tag: v1.5.2 pullPolicy: IfNotPresent nodeSelector: {} tolerations: [] @@ -58,7 +58,7 @@ linux: windows: image: repository: mcr.microsoft.com/oss/azure/secrets-store/provider-azure - tag: v1.5.1 + tag: v1.5.2 pullPolicy: IfNotPresent nodeSelector: {} tolerations: [] @@ -112,7 +112,7 @@ secrets-store-csi-driver: metricsAddr: ":8080" image: repository: mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver - tag: v1.4.1 + tag: v1.4.3 pullPolicy: IfNotPresent registrarImage: repository: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar @@ -125,7 +125,7 @@ secrets-store-csi-driver: crds: image: repository: mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver-crds - tag: v1.4.1 + tag: v1.4.3 pullPolicy: IfNotPresent podAnnotations: prometheus.io/scrape: "true" @@ -137,7 +137,7 @@ secrets-store-csi-driver: metricsAddr: ":8080" image: repository: mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver - tag: v1.4.1 + tag: v1.4.3 pullPolicy: IfNotPresent registrarImage: repository: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar diff --git a/manifest_staging/charts/csi-secrets-store-provider-azure/values.yaml b/manifest_staging/charts/csi-secrets-store-provider-azure/values.yaml index e7676afb6..637e44aff 100644 --- a/manifest_staging/charts/csi-secrets-store-provider-azure/values.yaml +++ b/manifest_staging/charts/csi-secrets-store-provider-azure/values.yaml @@ -17,7 +17,7 @@ enableArcExtension: false linux: image: repository: mcr.microsoft.com/oss/azure/secrets-store/provider-azure - tag: v1.5.1 + tag: v1.5.2 pullPolicy: IfNotPresent nodeSelector: {} # ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ @@ -63,7 +63,7 @@ linux: windows: image: repository: mcr.microsoft.com/oss/azure/secrets-store/provider-azure - tag: v1.5.1 + tag: v1.5.2 pullPolicy: IfNotPresent nodeSelector: {} # ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ @@ -120,7 +120,7 @@ secrets-store-csi-driver: priorityClassName: "" image: repository: mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver - tag: v1.4.1 + tag: v1.4.3 pullPolicy: IfNotPresent registrarImage: repository: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar @@ -133,7 +133,7 @@ secrets-store-csi-driver: crds: image: repository: mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver-crds - tag: v1.4.1 + tag: v1.4.3 pullPolicy: IfNotPresent providersDir: /var/run/secrets-store-csi-providers @@ -144,7 +144,7 @@ secrets-store-csi-driver: priorityClassName: "" image: repository: mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver - tag: v1.4.1 + tag: v1.4.3 pullPolicy: IfNotPresent registrarImage: repository: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar diff --git a/manifest_staging/deployment/provider-azure-installer-windows.yaml b/manifest_staging/deployment/provider-azure-installer-windows.yaml index ce112d4d3..887a1c6f9 100644 --- a/manifest_staging/deployment/provider-azure-installer-windows.yaml +++ b/manifest_staging/deployment/provider-azure-installer-windows.yaml @@ -23,7 +23,7 @@ spec: serviceAccountName: csi-secrets-store-provider-azure containers: - name: provider-azure-installer - image: mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.5.1 + image: mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.5.2 imagePullPolicy: IfNotPresent args: - --endpoint=unix://C:\\provider\\azure.sock diff --git a/manifest_staging/deployment/provider-azure-installer.yaml b/manifest_staging/deployment/provider-azure-installer.yaml index decbb57bf..f28f01134 100644 --- a/manifest_staging/deployment/provider-azure-installer.yaml +++ b/manifest_staging/deployment/provider-azure-installer.yaml @@ -24,7 +24,7 @@ spec: hostNetwork: true containers: - name: provider-azure-installer - image: mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.5.1 + image: mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.5.2 imagePullPolicy: IfNotPresent args: - --endpoint=unix:///provider/azure.sock diff --git a/test/e2e/framework/config.go b/test/e2e/framework/config.go index b0c139f12..8d4af1cca 100644 --- a/test/e2e/framework/config.go +++ b/test/e2e/framework/config.go @@ -18,7 +18,7 @@ type Config struct { KeyvaultName string `envconfig:"KEYVAULT_NAME"` Registry string `envconfig:"REGISTRY" default:"mcr.microsoft.com/oss/azure/secrets-store"` ImageName string `envconfig:"IMAGE_NAME" default:"provider-azure"` - ImageVersion string `envconfig:"IMAGE_VERSION" default:"v1.5.1"` + ImageVersion string `envconfig:"IMAGE_VERSION" default:"v1.5.2"` IsSoakTest bool `envconfig:"IS_SOAK_TEST" default:"false"` IsWindowsTest bool `envconfig:"TEST_WINDOWS" default:"false"` IsGPUTest bool `envconfig:"TEST_GPU" default:"false"` diff --git a/website/content/en/_index.md b/website/content/en/_index.md index b5f04dd0b..5d834e2a2 100644 --- a/website/content/en/_index.md +++ b/website/content/en/_index.md @@ -15,7 +15,7 @@ Azure Key Vault provider for [Secrets Store CSI Driver](https://github.com/kuber | Azure Key Vault Provider | Compatible Kubernetes | `secrets-store.csi.x-k8s.io` Versions | | ---------------------------------------------------------------------------------------------- | --------------------- | ------------------------------------- | -| [v1.5.1](https://github.com/Azure/secrets-store-csi-driver-provider-azure/releases/tag/v1.5.1) | 1.21+ | `v1`, `v1alpha1 [DEPRECATED]` | +| [v1.5.2](https://github.com/Azure/secrets-store-csi-driver-provider-azure/releases/tag/v1.5.2) | 1.21+ | `v1`, `v1alpha1 [DEPRECATED]` | | [v1.4.1](https://github.com/Azure/secrets-store-csi-driver-provider-azure/releases/tag/v1.4.1) | 1.21+ | `v1`, `v1alpha1 [DEPRECATED]` | For Secrets Store CSI Driver project status and supported versions, check the doc [here](https://secrets-store-csi-driver.sigs.k8s.io/#project-status)