From e2862579bd0488230349653f4ca168181a7ff895 Mon Sep 17 00:00:00 2001 From: ssz1997 Date: Thu, 7 Sep 2023 13:15:28 -0700 Subject: [PATCH] Update version --- csi/alluxio/driver.go | 2 +- deploy/charts/alluxio-csi/Chart.yaml | 2 +- deploy/charts/alluxio-monitor/Chart.yaml | 2 +- deploy/charts/alluxio-operator/Chart.lock | 6 +++--- deploy/charts/alluxio-operator/Chart.yaml | 4 ++-- deploy/charts/alluxio/Chart.lock | 9 ++++++--- deploy/charts/alluxio/Chart.yaml | 4 ++-- tests/helm/expectedTemplates/conf/configmap.yaml | 2 +- tests/helm/expectedTemplates/csi/csi-fuse.yaml | 2 +- tests/helm/expectedTemplates/fuse/daemonset.yaml | 6 +++--- tests/helm/expectedTemplates/master/service.yaml | 6 +++--- tests/helm/expectedTemplates/master/statefulset.yaml | 4 ++-- tests/helm/expectedTemplates/proxy/daemonset.yaml | 6 +++--- tests/helm/expectedTemplates/worker/deployment.yaml | 6 +++--- tests/helm/expectedTemplates/worker/metastore-pvc.yaml | 4 ++-- tests/helm/expectedTemplates/worker/pageStore-pvc.yaml | 4 ++-- 16 files changed, 36 insertions(+), 33 deletions(-) diff --git a/csi/alluxio/driver.go b/csi/alluxio/driver.go index 778e34aa6..2c177c5e2 100644 --- a/csi/alluxio/driver.go +++ b/csi/alluxio/driver.go @@ -20,7 +20,7 @@ import ( const ( driverName = "alluxio" - version = "1.1.0-SNAPSHOT" + version = "1.0.1" ) type driver struct { diff --git a/deploy/charts/alluxio-csi/Chart.yaml b/deploy/charts/alluxio-csi/Chart.yaml index 85ae0190b..bc9761114 100644 --- a/deploy/charts/alluxio-csi/Chart.yaml +++ b/deploy/charts/alluxio-csi/Chart.yaml @@ -12,7 +12,7 @@ name: alluxio-csi apiVersion: v2 description: Open source data orchestration for analytics and machine learning in any cloud. -version: 1.1.0-SNAPSHOT +version: 1.0.1 home: https://www.alluxio.io/ maintainers: - name: Adit Madan diff --git a/deploy/charts/alluxio-monitor/Chart.yaml b/deploy/charts/alluxio-monitor/Chart.yaml index 8e15a5e30..f9682afdc 100644 --- a/deploy/charts/alluxio-monitor/Chart.yaml +++ b/deploy/charts/alluxio-monitor/Chart.yaml @@ -12,5 +12,5 @@ name: alluxio-monitor apiVersion: v1 description: Use prometheus and grafana to monitor alluxio cluster. -version: 1.1.0-SNAPSHOT +version: 1.0.1 diff --git a/deploy/charts/alluxio-operator/Chart.lock b/deploy/charts/alluxio-operator/Chart.lock index 92380d161..c34b7b436 100644 --- a/deploy/charts/alluxio-operator/Chart.lock +++ b/deploy/charts/alluxio-operator/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: alluxio-csi repository: file://../alluxio-csi - version: 1.1.0-SNAPSHOT -digest: sha256:baf6e1f807a2fb88e069493fde0c33979eb7684f953238714bf07141bbbfb9dc -generated: "2023-07-17T13:43:38.303145-07:00" + version: 1.0.1 +digest: sha256:16e13a93f5326f79bad69879e24c3d3100a2a70b93f701ae3d19a91f98b9c39b +generated: "2023-09-07T11:59:16.458813-07:00" diff --git a/deploy/charts/alluxio-operator/Chart.yaml b/deploy/charts/alluxio-operator/Chart.yaml index 6611a2742..12e2fb5c9 100644 --- a/deploy/charts/alluxio-operator/Chart.yaml +++ b/deploy/charts/alluxio-operator/Chart.yaml @@ -12,13 +12,13 @@ name: alluxio-operator apiVersion: v2 description: Open source data orchestration for analytics and machine learning in any cloud. -version: 1.1.0-SNAPSHOT +version: 1.0.1 home: https://www.alluxio.io/ maintainers: - name: Shawn Sun email: shawn.sun@alluxio.com dependencies: - name: alluxio-csi - version: 1.1.0-SNAPSHOT + version: 1.0.1 repository: "file://../alluxio-csi" condition: alluxio-csi.enabled diff --git a/deploy/charts/alluxio/Chart.lock b/deploy/charts/alluxio/Chart.lock index 7d38de5e0..3d28a4793 100644 --- a/deploy/charts/alluxio/Chart.lock +++ b/deploy/charts/alluxio/Chart.lock @@ -1,6 +1,9 @@ dependencies: - name: alluxio-monitor repository: file://../alluxio-monitor - version: 1.1.0-SNAPSHOT -digest: sha256:ecfc6febc6c8136b42e16353e27b4572fa632afaf46dcc1020af7fe7c5f835b1 -generated: "2023-07-18T18:07:38.539358-07:00" + version: 1.0.1 +- name: etcd + repository: https://charts.bitnami.com/bitnami + version: 9.0.5 +digest: sha256:42a4a7545a12e7a7951b6a209d2d8ab8c71f6837fe9a667785e97a6ae976eb35 +generated: "2023-09-07T11:59:11.873663-07:00" diff --git a/deploy/charts/alluxio/Chart.yaml b/deploy/charts/alluxio/Chart.yaml index 669a7921e..19358e016 100644 --- a/deploy/charts/alluxio/Chart.yaml +++ b/deploy/charts/alluxio/Chart.yaml @@ -12,11 +12,11 @@ name: alluxio apiVersion: v2 description: Open source data orchestration for analytics and machine learning in any cloud. -version: 1.1.0-SNAPSHOT +version: 1.0.1 home: https://www.alluxio.io/ dependencies: - name: alluxio-monitor - version: 1.1.0-SNAPSHOT + version: 1.0.1 repository: "file://../alluxio-monitor" condition: alluxio-monitor.enabled - name: etcd diff --git a/tests/helm/expectedTemplates/conf/configmap.yaml b/tests/helm/expectedTemplates/conf/configmap.yaml index 33d1752cf..2f93ada3e 100644 --- a/tests/helm/expectedTemplates/conf/configmap.yaml +++ b/tests/helm/expectedTemplates/conf/configmap.yaml @@ -18,7 +18,7 @@ metadata: labels: name: dummy-alluxio-alluxio-conf app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm data: diff --git a/tests/helm/expectedTemplates/csi/csi-fuse.yaml b/tests/helm/expectedTemplates/csi/csi-fuse.yaml index d8e93c7d8..204401635 100644 --- a/tests/helm/expectedTemplates/csi/csi-fuse.yaml +++ b/tests/helm/expectedTemplates/csi/csi-fuse.yaml @@ -7,7 +7,7 @@ metadata: labels: name: dummy-alluxio-csi-fuse-config app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm data: diff --git a/tests/helm/expectedTemplates/fuse/daemonset.yaml b/tests/helm/expectedTemplates/fuse/daemonset.yaml index a9ecf02b0..764d4582e 100644 --- a/tests/helm/expectedTemplates/fuse/daemonset.yaml +++ b/tests/helm/expectedTemplates/fuse/daemonset.yaml @@ -19,7 +19,7 @@ metadata: name: dummy-alluxio-fuse labels: app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm role: alluxio-fuse @@ -27,7 +27,7 @@ spec: selector: matchLabels: app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm role: alluxio-fuse @@ -35,7 +35,7 @@ spec: metadata: labels: app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm role: alluxio-fuse diff --git a/tests/helm/expectedTemplates/master/service.yaml b/tests/helm/expectedTemplates/master/service.yaml index b851003c1..2eda6645a 100644 --- a/tests/helm/expectedTemplates/master/service.yaml +++ b/tests/helm/expectedTemplates/master/service.yaml @@ -18,7 +18,7 @@ metadata: name: dummy-alluxio-master-0 labels: app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm role: alluxio-master @@ -46,7 +46,7 @@ metadata: name: dummy-alluxio-master-1 labels: app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm role: alluxio-master @@ -74,7 +74,7 @@ metadata: name: dummy-alluxio-master-2 labels: app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm role: alluxio-master diff --git a/tests/helm/expectedTemplates/master/statefulset.yaml b/tests/helm/expectedTemplates/master/statefulset.yaml index a6500c9ae..2696db8e4 100644 --- a/tests/helm/expectedTemplates/master/statefulset.yaml +++ b/tests/helm/expectedTemplates/master/statefulset.yaml @@ -18,7 +18,7 @@ metadata: labels: name: dummy-alluxio-master app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm role: alluxio-master @@ -35,7 +35,7 @@ spec: labels: name: dummy-alluxio-master app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm role: alluxio-master diff --git a/tests/helm/expectedTemplates/proxy/daemonset.yaml b/tests/helm/expectedTemplates/proxy/daemonset.yaml index d25ca283a..44971806f 100644 --- a/tests/helm/expectedTemplates/proxy/daemonset.yaml +++ b/tests/helm/expectedTemplates/proxy/daemonset.yaml @@ -18,7 +18,7 @@ metadata: labels: name: dummy-alluxio-proxy app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm role: alluxio-proxy @@ -27,7 +27,7 @@ spec: matchLabels: name: dummy-alluxio-proxy app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm role: alluxio-proxy @@ -36,7 +36,7 @@ spec: labels: name: dummy-alluxio-proxy app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm role: alluxio-proxy diff --git a/tests/helm/expectedTemplates/worker/deployment.yaml b/tests/helm/expectedTemplates/worker/deployment.yaml index 11ef4c0ee..805fb0ffd 100644 --- a/tests/helm/expectedTemplates/worker/deployment.yaml +++ b/tests/helm/expectedTemplates/worker/deployment.yaml @@ -18,7 +18,7 @@ metadata: labels: name: dummy-alluxio-worker app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm role: alluxio-worker @@ -28,7 +28,7 @@ spec: matchLabels: name: dummy-alluxio-worker app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm role: alluxio-worker @@ -39,7 +39,7 @@ spec: labels: name: dummy-alluxio-worker app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm role: alluxio-worker diff --git a/tests/helm/expectedTemplates/worker/metastore-pvc.yaml b/tests/helm/expectedTemplates/worker/metastore-pvc.yaml index efc80bba7..8ccea94bc 100644 --- a/tests/helm/expectedTemplates/worker/metastore-pvc.yaml +++ b/tests/helm/expectedTemplates/worker/metastore-pvc.yaml @@ -17,7 +17,7 @@ metadata: labels: name: dummy-alluxio-metastore-pvc app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm spec: @@ -31,6 +31,6 @@ spec: matchLabels: name: dummy-alluxio-metastore-pvc app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm diff --git a/tests/helm/expectedTemplates/worker/pageStore-pvc.yaml b/tests/helm/expectedTemplates/worker/pageStore-pvc.yaml index 7d056d1f4..b7117e91b 100644 --- a/tests/helm/expectedTemplates/worker/pageStore-pvc.yaml +++ b/tests/helm/expectedTemplates/worker/pageStore-pvc.yaml @@ -17,7 +17,7 @@ metadata: labels: name: dummy-alluxio-pagestore-pvc app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm spec: @@ -31,6 +31,6 @@ spec: matchLabels: name: dummy-alluxio-pagestore-pvc app: alluxio - chart: alluxio-1.1.0-SNAPSHOT + chart: alluxio-1.0.1 release: dummy heritage: Helm