From f1b8d468f6b496bfd9577d056474155418878312 Mon Sep 17 00:00:00 2001 From: Yi Chen Date: Mon, 23 Sep 2024 11:01:31 +0800 Subject: [PATCH] Release v2.0.0 (#2182) Signed-off-by: Yi Chen --- VERSION | 2 +- charts/spark-operator-chart/Chart.yaml | 4 ++-- charts/spark-operator-chart/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index ddf1c9eaaa..6eaf894335 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.0.0-rc.0 \ No newline at end of file +v2.0.0 \ No newline at end of file diff --git a/charts/spark-operator-chart/Chart.yaml b/charts/spark-operator-chart/Chart.yaml index b36932321b..4766db376a 100644 --- a/charts/spark-operator-chart/Chart.yaml +++ b/charts/spark-operator-chart/Chart.yaml @@ -20,9 +20,9 @@ name: spark-operator description: A Helm chart for Spark on Kubernetes operator. -version: 2.0.0-rc.0 +version: 2.0.0 -appVersion: 2.0.0-rc.0 +appVersion: 2.0.0 keywords: - apache spark diff --git a/charts/spark-operator-chart/README.md b/charts/spark-operator-chart/README.md index cf0420edf8..a9e4ee8a59 100644 --- a/charts/spark-operator-chart/README.md +++ b/charts/spark-operator-chart/README.md @@ -1,6 +1,6 @@ # spark-operator -![Version: 2.0.0-rc.0](https://img.shields.io/badge/Version-2.0.0--rc.0-informational?style=flat-square) ![AppVersion: 2.0.0-rc.0](https://img.shields.io/badge/AppVersion-2.0.0--rc.0-informational?style=flat-square) +![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square) A Helm chart for Spark on Kubernetes operator.