Skip to content

Commit

Permalink
doc: cut v1.24.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Aug 12, 2024
1 parent e259fd8 commit 3083c3c
Show file tree
Hide file tree
Showing 29 changed files with 1,706 additions and 56 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
REGISTRY ?= andyzhangx
REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
IMAGE_NAME ?= blob-csi
IMAGE_VERSION ?= v1.24.2
IMAGE_VERSION ?= v1.24.3
CLOUD ?= AzurePublicCloud
# Use a custom version for E2E tests if we are in Prow
ifdef CI
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Disclaimer: Deploying this driver manually is not an officially supported Micros
|driver version |Image | supported k8s version |
|----------------|------------------------------------------------------|-----------------------|
|master branch |mcr.microsoft.com/k8s/csi/blob-csi:latest | 1.21+ |
|v1.24.2 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.24.2 | 1.21+ |
|v1.24.3 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.24.3 | 1.21+ |
|v1.23.3 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.23.3 | 1.21+ |
|v1.22.5 |mcr.microsoft.com/oss/kubernetes-csi/blob-csi:v1.22.5 | 1.21+ |

Expand Down
Loading

0 comments on commit 3083c3c

Please sign in to comment.