Skip to content

Commit 4f9a396

Browse files
authored
Merge pull request #1923 from andyzhangx/cut-v1.26.2
doc: cut v1.26.2 release
2 parents ecea86c + 13e804a commit 4f9a396

30 files changed

+1738
-61
lines changed

Makefile

+1-1
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.26.1
20+
IMAGE_VERSION ?= v1.26.2
2121
CLOUD ?= AzurePublicCloud
2222
# Use a custom version for E2E tests if we are in Prow
2323
ifdef CI

README.md

+1-1
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.26.1 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.26.1 | 1.21+ |
22+
|v1.26.2 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.26.2 | 1.21+ |
2323
|v1.25.1 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.25.1 | 1.21+ |
2424
|v1.24.6 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.24.6 | 1.21+ |
2525

charts/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
### install a specific version
2222
```console
2323
helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts
24-
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --set node.enableBlobfuseProxy=true --namespace kube-system --version 1.26.1
24+
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --set node.enableBlobfuseProxy=true --namespace kube-system --version 1.26.2
2525
```
2626

2727
## install on Azure Stack

0 commit comments

Comments
 (0)