Skip to content

Commit d435b04

Browse files
committed
doc: cut v1.32.5 release
1 parent a43edc7 commit d435b04

40 files changed

+4856
-71
lines changed

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.32.4
20+
IMAGE_VERSION ?= v1.32.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
@@ -17,7 +17,7 @@ Disclaimer: Deploying this driver manually is not an officially supported Micros
1717
|Driver Version |Image | supported k8s version |
1818
|----------------|---------------------------------------------------------- |-----------------------|
1919
|master branch |mcr.microsoft.com/k8s/csi/azurefile-csi:latest | 1.21+ |
20-
|v1.32.4 |mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.32.4 | 1.21+ |
20+
|v1.32.5 |mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.32.5 | 1.21+ |
2121
|v1.31.2 |mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.31.2 | 1.21+ |
2222
|v1.30.7 |mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.30.7 | 1.21+ |
2323

charts/index.yaml

Lines changed: 70 additions & 61 deletions
Large diffs are not rendered by default.
-14.2 KB
Binary file not shown.
14.2 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.32.4
2+
appVersion: 1.32.5
33
description: Azure File Container Storage Interface (CSI) Storage Plugin
44
name: azurefile-csi-driver
5-
version: 1.32.4
5+
version: 1.32.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/kubernetes-csi/azurefile-csi
5-
tag: v1.32.4
5+
tag: v1.32.5
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: /oss/kubernetes-csi/csi-provisioner
14.2 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.32.5
3+
description: Azure File Container Storage Interface (CSI) Storage Plugin
4+
name: azurefile-csi-driver
5+
version: 1.32.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/name={{ .Release.Name }}" --watch

0 commit comments

Comments
 (0)