Skip to content

Commit 524242e

Browse files
authored
Merge pull request #2589 from kubernetes-sigs/cut-v1.30.10
doc: cut v1.30.10 release
2 parents 6d385bc + 51f0003 commit 524242e

40 files changed

+4529
-66
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.30.9
20+
IMAGE_VERSION ?= v1.30.10
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.30.9 |mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.30.9 | 1.21+ |
19+
|v1.30.10 |mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.30.10 | 1.21+ |
2020
|v1.29.2 |mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.2 | 1.21+ |
2121
|v1.28.7 |mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.28.7 | 1.21+ |
2222

charts/index.yaml

Lines changed: 65 additions & 56 deletions
Large diffs are not rendered by default.
13.6 KB
Binary file not shown.
-13.6 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: v1.30.9
2+
appVersion: v1.30.10
33
description: Azure File Container Storage Interface (CSI) Storage Plugin
44
name: azurefile-csi-driver
5-
version: v1.30.9
5+
version: v1.30.10

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