Skip to content

Commit 18906ee

Browse files
authored
Merge pull request #1869 from andyzhangx/cut-v1.24.7
doc: cut v1.24.7 release
2 parents be973a2 + 9fbcc24 commit 18906ee

29 files changed

+1731
-60
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.6
20+
IMAGE_VERSION ?= v1.24.7
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.6 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.24.6 | 1.21+ |
22+
|v1.24.7 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.24.7 | 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)