Skip to content

Commit

Permalink
Merge pull request #2550 from andyzhangx/reset-1.28.11
Browse files Browse the repository at this point in the history
chore: reset as v1.28.11 release
  • Loading branch information
andyzhangx authored Oct 11, 2024
2 parents 249d053 + c797b83 commit 917d009
Show file tree
Hide file tree
Showing 43 changed files with 81 additions and 2,684 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
IMAGE_NAME ?= azuredisk-csi
ifneq ($(BUILD_V2), true)
PLUGIN_NAME = azurediskplugin
IMAGE_VERSION ?= v1.28.12
IMAGE_VERSION ?= v1.28.11
CHART_VERSION ?= latest
else
PLUGIN_NAME = azurediskpluginv2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ V2: Preview
|Driver Version |Image | supported k8s version |
|----------------|-----------------------------------------------------------|-----------------------|
|`master` branch |mcr.microsoft.com/k8s/csi/azuredisk-csi:latest | 1.21+ |
|v1.28.12 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.12 | 1.21+ |
|v1.28.11 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.11 | 1.21+ |
|v1.27.1 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.27.1 | 1.21+ |
|v1.26.4 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.4 | 1.21+ |

Expand Down
2 changes: 1 addition & 1 deletion charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ helm repo update azuredisk-csi-driver
### install a specific version

```console
helm install azuredisk-csi-driver azuredisk-csi-driver/azuredisk-csi-driver --namespace kube-system --version v1.28.12
helm install azuredisk-csi-driver azuredisk-csi-driver/azuredisk-csi-driver --namespace kube-system --version v1.28.11
```

### install on Azure Stack
Expand Down
125 changes: 58 additions & 67 deletions charts/index.yaml

Large diffs are not rendered by default.

Binary file added charts/latest/azuredisk-csi-driver-v1.28.11.tgz
Binary file not shown.
Binary file removed charts/latest/azuredisk-csi-driver-v1.28.12.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/latest/azuredisk-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: v1.28.12
appVersion: v1.28.11
description: Azure disk Container Storage Interface (CSI) Storage Plugin
name: azuredisk-csi-driver
version: v1.28.12
version: v1.28.11
2 changes: 1 addition & 1 deletion charts/latest/azuredisk-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
baseRepo: mcr.microsoft.com
azuredisk:
repository: /oss/kubernetes-csi/azuredisk-csi
tag: v1.28.12
tag: v1.28.11
pullPolicy: IfNotPresent
csiProvisioner:
repository: /oss/kubernetes-csi/csi-provisioner
Expand Down
Binary file modified charts/v1.28.11/azuredisk-csi-driver-v1.28.11.tgz
Binary file not shown.
Binary file removed charts/v1.28.12/azuredisk-csi-driver-v1.28.12.tgz
Binary file not shown.
5 changes: 0 additions & 5 deletions charts/v1.28.12/azuredisk-csi-driver/Chart.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions charts/v1.28.12/azuredisk-csi-driver/templates/NOTES.txt

This file was deleted.

26 changes: 0 additions & 26 deletions charts/v1.28.12/azuredisk-csi-driver/templates/_helpers.tpl

This file was deleted.

840 changes: 0 additions & 840 deletions charts/v1.28.12/azuredisk-csi-driver/templates/crd-csi-snapshot.yaml

This file was deleted.

Loading

0 comments on commit 917d009

Please sign in to comment.