Skip to content

Commit 3984f01

Browse files
authored
Merge pull request #2892 from andyzhangx/cut-v1.30.8
doc: cut v1.30.8 release
2 parents ae41eb3 + 8ec04d1 commit 3984f01

Some content is hidden

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

42 files changed

+4769
-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.30.7
22+
IMAGE_VERSION ?= v1.30.8
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
@@ -24,7 +24,7 @@ V2: Preview
2424
|Driver Version |Image | supported k8s version |
2525
|----------------|-----------------------------------------------------------|-----------------------|
2626
|`master` branch |mcr.microsoft.com/k8s/csi/azuredisk-csi:latest | 1.21+ |
27-
|v1.30.7 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.30.7 | 1.21+ |
27+
|v1.30.8 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.30.8 | 1.21+ |
2828
|v1.29.2 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.2 | 1.21+ |
2929
|v1.28.5 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.5 | 1.21+ |
3030

charts/index.yaml

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

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.30.7
5+
tag: v1.30.8
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: /oss/kubernetes-csi/csi-provisioner
14.4 KB
Binary file not shown.
14.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: v1.30.8
3+
description: Azure disk Container Storage Interface (CSI) Storage Plugin
4+
name: azuredisk-csi-driver
5+
version: v1.30.8

0 commit comments

Comments
 (0)