Skip to content

Commit

Permalink
Release version v2.1.2 by ./build release command
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatsc committed Sep 6, 2024
1 parent 3061832 commit c2d503a
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 25 deletions.
4 changes: 2 additions & 2 deletions csi-driver-templates/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v2.1.1"
appVersion: "v2.1.2"
description: Quobyte CSI Helm chart
name: quobyte-csi-driver
version: "2.1.1"
version: "2.1.2"
24 changes: 12 additions & 12 deletions csi-driver-templates/tests/__snapshot__/csi_driver_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ should render when resource limits are provided:
- --node_name=$(KUBE_NODE_NAME)
- --api_url=$(QUOBYTE_API_URL)
- --driver_name=csi.quobyte.com
- --driver_version=v2.1.1
- --driver_version=v2.1.2
- --enable_access_key_mounts=false
- --quobyte_version=3
- --immediate_erase=false
Expand All @@ -388,7 +388,7 @@ should render when resource limits are provided:
fieldPath: spec.nodeName
- name: QUOBYTE_API_URL
value: http://quobyte-api.default.svc.cluster.local:7860
image: quay.io/quobyte/csi:v2.1.1
image: quay.io/quobyte/csi:v2.1.2
imagePullPolicy: IfNotPresent
name: quobyte-csi-driver
resources:
Expand Down Expand Up @@ -525,7 +525,7 @@ should render when resource limits are provided:
- --node_name=$(KUBE_NODE_NAME)
- --api_url=$(QUOBYTE_API_URL)
- --driver_name=csi.quobyte.com
- --driver_version=v2.1.1
- --driver_version=v2.1.2
- --enable_access_key_mounts=false
- --quobyte_version=3
- --immediate_erase=false
Expand All @@ -547,7 +547,7 @@ should render when resource limits are provided:
fieldPath: spec.nodeName
- name: QUOBYTE_API_URL
value: http://quobyte-api.default.svc.cluster.local:7860
image: quay.io/quobyte/csi:v2.1.1
image: quay.io/quobyte/csi:v2.1.2
imagePullPolicy: IfNotPresent
name: quobyte-csi-driver
resources:
Expand Down Expand Up @@ -996,7 +996,7 @@ should render when tolerations are provided:
- --node_name=$(KUBE_NODE_NAME)
- --api_url=$(QUOBYTE_API_URL)
- --driver_name=csi.quobyte.com
- --driver_version=v2.1.1
- --driver_version=v2.1.2
- --enable_access_key_mounts=false
- --quobyte_version=3
- --immediate_erase=false
Expand All @@ -1018,7 +1018,7 @@ should render when tolerations are provided:
fieldPath: spec.nodeName
- name: QUOBYTE_API_URL
value: http://quobyte-api.default.svc.cluster.local:7860
image: quay.io/quobyte/csi:v2.1.1
image: quay.io/quobyte/csi:v2.1.2
imagePullPolicy: IfNotPresent
name: quobyte-csi-driver
securityContext:
Expand Down Expand Up @@ -1151,7 +1151,7 @@ should render when tolerations are provided:
- --node_name=$(KUBE_NODE_NAME)
- --api_url=$(QUOBYTE_API_URL)
- --driver_name=csi.quobyte.com
- --driver_version=v2.1.1
- --driver_version=v2.1.2
- --enable_access_key_mounts=false
- --quobyte_version=3
- --immediate_erase=false
Expand All @@ -1173,7 +1173,7 @@ should render when tolerations are provided:
fieldPath: spec.nodeName
- name: QUOBYTE_API_URL
value: http://quobyte-api.default.svc.cluster.local:7860
image: quay.io/quobyte/csi:v2.1.1
image: quay.io/quobyte/csi:v2.1.2
imagePullPolicy: IfNotPresent
name: quobyte-csi-driver
securityContext:
Expand Down Expand Up @@ -1618,7 +1618,7 @@ should render with default values:
- --node_name=$(KUBE_NODE_NAME)
- --api_url=$(QUOBYTE_API_URL)
- --driver_name=csi.quobyte.com
- --driver_version=v2.1.1
- --driver_version=v2.1.2
- --enable_access_key_mounts=false
- --quobyte_version=3
- --immediate_erase=false
Expand All @@ -1640,7 +1640,7 @@ should render with default values:
fieldPath: spec.nodeName
- name: QUOBYTE_API_URL
value: http://quobyte-api.default.svc.cluster.local:7860
image: quay.io/quobyte/csi:v2.1.1
image: quay.io/quobyte/csi:v2.1.2
imagePullPolicy: IfNotPresent
name: quobyte-csi-driver
securityContext:
Expand Down Expand Up @@ -1769,7 +1769,7 @@ should render with default values:
- --node_name=$(KUBE_NODE_NAME)
- --api_url=$(QUOBYTE_API_URL)
- --driver_name=csi.quobyte.com
- --driver_version=v2.1.1
- --driver_version=v2.1.2
- --enable_access_key_mounts=false
- --quobyte_version=3
- --immediate_erase=false
Expand All @@ -1791,7 +1791,7 @@ should render with default values:
fieldPath: spec.nodeName
- name: QUOBYTE_API_URL
value: http://quobyte-api.default.svc.cluster.local:7860
image: quay.io/quobyte/csi:v2.1.1
image: quay.io/quobyte/csi:v2.1.2
imagePullPolicy: IfNotPresent
name: quobyte-csi-driver
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions csi-driver-templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ quobyte:
# Please do NOT change the dev: configuration unless otherwise advised to change.
dev:
# CSI Release version
csiProvisionerVersion: "v2.1.1"
csiProvisionerVersion: "v2.1.2"
# Release container
# github.com/quobyte/quobyte-csi
csiImage: "quay.io/quobyte/csi:v2.1.1"
csiImage: "quay.io/quobyte/csi:v2.1.2"
# github.com/quobyte/pod-killer
podKillerImage: "quay.io/quobyte/pod-killer:v0.2.1"
# k8s sidecar containers (https://github.com/kubernetes-csi/)
Expand Down
27 changes: 18 additions & 9 deletions helm/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
apiVersion: v1
entries:
quobyte-csi-driver:
- apiVersion: v1
appVersion: v2.1.2
created: "2024-09-06T11:13:22.975428997+02:00"
description: Quobyte CSI Helm chart
digest: 7545cf231c339e0e58e3b734ee22cda746e761016795338897763733ce061463
name: quobyte-csi-driver
urls:
- quobyte-csi-driver-2.1.2.tgz
version: 2.1.2
- apiVersion: v1
appVersion: v2.1.1
created: "2024-06-21T15:29:24.55042628+02:00"
created: "2024-09-06T11:13:22.974645322+02:00"
description: Quobyte CSI Helm chart
digest: b6a162ebb43ec18b100d82765bbfadd2c49bbc00a04a076e3c3ddeb9065b39a5
name: quobyte-csi-driver
Expand All @@ -12,7 +21,7 @@ entries:
version: 2.1.1
- apiVersion: v1
appVersion: v2.1.0
created: "2024-06-21T15:29:24.549681249+02:00"
created: "2024-09-06T11:13:22.973747487+02:00"
description: Quobyte CSI Helm chart
digest: 299bea1d377dd5855d990436ea1d1579af570c47c624748a2a291356c2039abf
name: quobyte-csi-driver
Expand All @@ -21,7 +30,7 @@ entries:
version: 2.1.0
- apiVersion: v1
appVersion: v2.0.3
created: "2024-06-21T15:29:24.548579255+02:00"
created: "2024-09-06T11:13:22.972885095+02:00"
description: Quobyte CSI Helm chart
digest: 93945c7442341c078fbaebc192df979fc5790be182344f8f9cc146ef7a27c34e
name: quobyte-csi-driver
Expand All @@ -30,7 +39,7 @@ entries:
version: 2.0.3
- apiVersion: v1
appVersion: v2.0.2
created: "2024-06-21T15:29:24.547053311+02:00"
created: "2024-09-06T11:13:22.972056836+02:00"
description: Quobyte CSI Helm chart
digest: 9de99f2b13c9690700eba4e7105accf631e15e8b071b188adef19d5e7cf6e1bd
name: quobyte-csi-driver
Expand All @@ -39,7 +48,7 @@ entries:
version: 2.0.2
- apiVersion: v1
appVersion: v2.0.1
created: "2024-06-21T15:29:24.546385969+02:00"
created: "2024-09-06T11:13:22.971395082+02:00"
description: Quobyte CSI Helm chart
digest: 912ced1612c04a0da09e2209419ebb1c2b53264249e4a71519b6764b37226968
name: quobyte-csi-driver
Expand All @@ -48,7 +57,7 @@ entries:
version: 2.0.1
- apiVersion: v1
appVersion: v2.0.0
created: "2024-06-21T15:29:24.545729733+02:00"
created: "2024-09-06T11:13:22.970705223+02:00"
description: Quobyte CSI Helm chart
digest: 9f53ad5aeb550220a0131be45a888ceb7210c3f19c8b5aff9fecdd09c01613df
name: quobyte-csi-driver
Expand All @@ -57,7 +66,7 @@ entries:
version: 2.0.0
- apiVersion: v1
appVersion: v1.8.5
created: "2024-06-21T15:29:24.545066397+02:00"
created: "2024-09-06T11:13:22.969522497+02:00"
description: Quobyte CSI Helm chart
digest: 686a69fbb1e95eaec2bda60c3230f8ce2710eb1c3ce0bfce02bd3ebd47d88cc3
name: quobyte-csi-driver
Expand All @@ -66,11 +75,11 @@ entries:
version: 1.8.6
- apiVersion: v1
appVersion: v1.8.4
created: "2024-06-21T15:29:24.544396778+02:00"
created: "2024-09-06T11:13:22.968852926+02:00"
description: Quobyte CSI Helm chart
digest: 0b343db95576a44bf6e42592b0a2d664104fc77a4d75553706ca7d7eb8f78654
name: quobyte-csi-driver
urls:
- quobyte-csi-driver-1.8.5.tgz
version: 1.8.5
generated: "2024-06-21T15:29:24.543721797+02:00"
generated: "2024-09-06T11:13:22.968148155+02:00"
Binary file added helm/quobyte-csi-driver-2.1.2.tgz
Binary file not shown.

0 comments on commit c2d503a

Please sign in to comment.