Skip to content

Commit c8638dd

Browse files
authored
Merge pull request #1921 from andyzhangx/cut-v1.24.9
doc: cut v1.24.9 release
2 parents 45acfe9 + 2112f78 commit c8638dd

29 files changed

+1721
-62
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.24.8
20+
IMAGE_VERSION ?= v1.24.9
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.24.8 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.24.8 | 1.21+ |
22+
|v1.24.9 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.24.9 | 1.21+ |
2323
|v1.23.3 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.23.3 | 1.21+ |
2424
|v1.22.5 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.5 | 1.21+ |
2525

0 commit comments

Comments
 (0)