Skip to content

Commit d53c5d8

Browse files
authored
Merge pull request #3117 from andyzhangx/cut-v1.33.1
doc: cut v1.33.1 release
2 parents 260f87a + 1ba8143 commit d53c5d8

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

+5017
-76
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.33.0
22+
IMAGE_VERSION ?= v1.33.1
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.33.0 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.33.0 | 1.21+ |
20+
|v1.33.1 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.33.1 | 1.21+ |
2121
|v1.32.1 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.32.1 | 1.21+ |
2222
|v1.31.6 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.31.6 | 1.21+ |
2323

charts/index.yaml

Lines changed: 74 additions & 65 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.33.0
2+
appVersion: 1.33.1
33
description: Azure disk Container Storage Interface (CSI) Storage Plugin
44
name: azuredisk-csi-driver
5-
version: 1.33.0
5+
version: 1.33.1

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.33.0
5+
tag: v1.33.1
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.33.1
3+
description: Azure disk Container Storage Interface (CSI) Storage Plugin
4+
name: azuredisk-csi-driver
5+
version: 1.33.1
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)