Skip to content

Commit c00d76c

Browse files
authored
Merge pull request #3244 from rnhan/cut-v1.35.5
doc: cut v1.35.5 release
2 parents 2f3ca00 + e4fb303 commit c00d76c

40 files changed

Lines changed: 5117 additions & 99 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
1717
REGISTRY ?= andyzhangx
1818
REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
1919
IMAGE_NAME ?= azurefile-csi
20-
IMAGE_VERSION ?= v1.35.4
20+
IMAGE_VERSION ?= v1.35.5
2121
# Use a custom version for E2E tests if we are testing in CI
2222
ifdef CI
2323
ifndef PUBLISH

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Disclaimer: Deploying this driver manually is not an officially supported Micros
1616
|Driver Version |Image | supported k8s version |
1717
|----------------|---------------------------------------------------------- |-----------------------|
1818
|master branch |mcr.microsoft.com/k8s/csi/azurefile-csi:latest | 1.21+ |
19-
|v1.35.4 |mcr.microsoft.com/oss/v2/kubernetes-csi/azurefile-csi:v1.35.4 | 1.21+ |
19+
|v1.35.5 |mcr.microsoft.com/oss/v2/kubernetes-csi/azurefile-csi:v1.35.5 | 1.21+ |
2020
|v1.34.3 |mcr.microsoft.com/oss/v2/kubernetes-csi/azurefile-csi:v1.34.3 | 1.21+ |
2121
|v1.33.7 |mcr.microsoft.com/oss/v2/kubernetes-csi/azurefile-csi:v1.33.7 | 1.21+ |
2222

charts/index.yaml

Lines changed: 96 additions & 87 deletions
Large diffs are not rendered by default.
-15 KB
Binary file not shown.
15 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: 1.35.4
2+
appVersion: 1.35.5
33
description: Azure File Container Storage Interface (CSI) Storage Plugin
44
name: azurefile-csi-driver
5-
version: 1.35.4
5+
version: 1.35.5

charts/latest/azurefile-csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image:
22
baseRepo: mcr.microsoft.com
33
azurefile:
44
repository: /oss/v2/kubernetes-csi/azurefile-csi
5-
tag: v1.35.4
5+
tag: v1.35.5
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: /oss/v2/kubernetes-csi/csi-provisioner
15 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
apiVersion: v1
2+
appVersion: 1.35.5
3+
description: Azure File Container Storage Interface (CSI) Storage Plugin
4+
name: azurefile-csi-driver
5+
version: 1.35.5
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The Azure File CSI Driver is getting deployed to your cluster.
2+
3+
To check Azure File CSI Driver pods status, please run:
4+
5+
kubectl --namespace={{ .Release.Namespace }} get pods --selector="app.kubernetes.io/instance={{ .Release.Name }}" --watch

0 commit comments

Comments
 (0)