Skip to content

Commit 5f52f89

Browse files
authored
Merge pull request #3100 from andyzhangx/cut-v1.32.6
doc: cut v1.32.6 release
2 parents 75f6d28 + 5634dd5 commit 5f52f89

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+5023
-82
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
1919
IMAGE_NAME ?= azuredisk-csi
2020
ifneq ($(BUILD_V2), true)
2121
PLUGIN_NAME = azurediskplugin
22-
IMAGE_VERSION ?= v1.32.5
22+
IMAGE_VERSION ?= v1.32.6
2323
CHART_VERSION ?= latest
2424
else
2525
PLUGIN_NAME = azurediskpluginv2

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/azuredisk-csi:latest | 1.21+ |
20-
|v1.32.5 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.32.5 | 1.21+ |
20+
|v1.32.6 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.32.6 | 1.21+ |
2121
|v1.31.2 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.31.2 | 1.21+ |
2222
|v1.30.7 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.30.7 | 1.21+ |
2323

charts/index.yaml

Lines changed: 80 additions & 71 deletions
Large diffs are not rendered by default.
-15.3 KB
Binary file not shown.
15.3 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.5
2+
appVersion: 1.32.6
33
description: Azure disk Container Storage Interface (CSI) Storage Plugin
44
name: azuredisk-csi-driver
5-
version: 1.32.5
5+
version: 1.32.6

charts/latest/azuredisk-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
azuredisk:
44
repository: /oss/kubernetes-csi/azuredisk-csi
5-
tag: v1.32.5
5+
tag: v1.32.6
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: /oss/kubernetes-csi/csi-provisioner
15.3 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.6
3+
description: Azure disk Container Storage Interface (CSI) Storage Plugin
4+
name: azuredisk-csi-driver
5+
version: 1.32.6
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The Azure Disk CSI Driver is getting deployed to your cluster.
2+
3+
To check Azure Disk 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)