Skip to content

Commit 5c04dce

Browse files
authored
Merge pull request #2642 from kubernetes-sigs/cut-v1.31.7
doc: cut v1.31.7 release
2 parents 14ed3fb + c958455 commit 5c04dce

40 files changed

+4615
-64
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.31.6
20+
IMAGE_VERSION ?= v1.31.7
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.31.6 |mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.31.6 | 1.21+ |
20+
|v1.31.7 |mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.31.7 | 1.21+ |
2121
|v1.30.5 |mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.30.5 | 1.21+ |
2222
|v1.29.7 |mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.7 | 1.21+ |
2323
|v1.28.12 |mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.12 | 1.21+ |

charts/index.yaml

Lines changed: 63 additions & 54 deletions
Large diffs are not rendered by default.
-13.7 KB
Binary file not shown.
13.7 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.31.6
2+
appVersion: 1.31.7
33
description: Azure File Container Storage Interface (CSI) Storage Plugin
44
name: azurefile-csi-driver
5-
version: 1.31.6
5+
version: 1.31.7

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.31.6
5+
tag: v1.31.7
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: /oss/kubernetes-csi/csi-provisioner
13.7 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.31.7
3+
description: Azure File Container Storage Interface (CSI) Storage Plugin
4+
name: azurefile-csi-driver
5+
version: 1.31.7
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)