Skip to content

Commit 2112f78

Browse files
committedMar 28, 2025·
doc: cut v1.24.9 release
1 parent 45acfe9 commit 2112f78

29 files changed

+1721
-62
lines changed
 

Diff for: ‎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

Diff for: ‎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)
Please sign in to comment.