Skip to content

Commit b3cca21

Browse files
authored
release 2.5.0 (#2876)
Signed-off-by: Manabu McCloskey <manabu.mccloskey@gmail.com>
1 parent 121be03 commit b3cca21

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.5.0-rc.0
1+
v2.5.0

api/python_api/kubeflow_spark_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515

16-
__version__ = "2.5.0-rc.0"
16+
__version__ = "2.5.0"

charts/spark-operator-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ name: spark-operator
2020

2121
description: A Helm chart for Spark on Kubernetes operator.
2222

23-
version: 2.5.0-rc.0
23+
version: 2.5.0
2424

25-
appVersion: 2.5.0-rc.0
25+
appVersion: 2.5.0
2626

2727
keywords:
2828
- apache spark

charts/spark-operator-chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# spark-operator
22

3-
![Version: 2.5.0-rc.0](https://img.shields.io/badge/Version-2.5.0--rc.0-informational?style=flat-square) ![AppVersion: 2.5.0-rc.0](https://img.shields.io/badge/AppVersion-2.5.0--rc.0-informational?style=flat-square)
3+
![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square)
44

55
A Helm chart for Spark on Kubernetes operator.
66

0 commit comments

Comments
 (0)