Skip to content

Commit 6aab128

Browse files
authored
Merge pull request #2291 from andyzhangx/cut-v1.27.1
doc: cut v1.27.1 release
2 parents 978fffc + 4583993 commit 6aab128

31 files changed

+1843
-122
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 ?= blob-csi
20-
IMAGE_VERSION ?= v1.27.0
20+
IMAGE_VERSION ?= v1.27.1
2121
CLOUD ?= AzurePublicCloud
2222
# Use a custom version for E2E tests if we are in Prow
2323
ifdef CI

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Disclaimer: Deploying this driver manually is not an officially supported Micros
1919
|driver version |Image | supported k8s version |
2020
|----------------|------------------------------------------------------|-----------------------|
2121
|master branch |mcr.microsoft.com/k8s/csi/blob-csi:latest | 1.21+ |
22-
|v1.27.0 |mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.0 | 1.21+ |
22+
|v1.27.1 |mcr.microsoft.com/oss/v2/kubernetes-csi/blob-csi:v1.27.1 | 1.21+ |
2323
|v1.26.3 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.26.3 | 1.21+ |
2424
|v1.25.6 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.25.6 | 1.21+ |
2525

charts/index.yaml

Lines changed: 118 additions & 109 deletions
Large diffs are not rendered by default.
-6.47 KB
Binary file not shown.
6.47 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.27.0
2+
appVersion: 1.27.1
33
description: Azure Blob Storage CSI driver
44
name: blob-csi-driver
5-
version: 1.27.0
5+
version: 1.27.1

charts/latest/blob-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
blob:
44
repository: /oss/v2/kubernetes-csi/blob-csi
5-
tag: v1.27.0
5+
tag: v1.27.1
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: /oss/v2/kubernetes-csi/csi-provisioner
6.47 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.27.1
3+
description: Azure Blob Storage CSI driver
4+
name: blob-csi-driver
5+
version: 1.27.1
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The Azure Blob Storage CSI driver is getting deployed to your cluster.
2+
3+
To check Azure Blob Storage 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)