This is an automated email from the ASF dual-hosted git repository.
bowenliang pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.10 by this push:
new 65cb1a4539 [KYUUBI #6805] [K8S][HELM] Update default Kyuubi version to
1.10.0
65cb1a4539 is described below
commit 65cb1a45397d035b09ac019f8e27e3f85b74187b
Author: dnskr <[email protected]>
AuthorDate: Wed Nov 13 14:23:10 2024 +0800
[KYUUBI #6805] [K8S][HELM] Update default Kyuubi version to 1.10.0
# :mag: Description
## Issue References ๐
Default Kyuubi version in the chart is not up to date with the latest
release version.
## Describe Your Solution ๐ง
Upgrade default version to the latest 1.10.0 to be up to date with the
release version.
## Types of changes :bookmark:
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Test Plan ๐งช
Check the chart deploys Kyuubi 1.10.0
Install the chart:
```shell
helm install kyuubi charts/kyuubi
```
Check Kyuubi version:
```shell
kubectl exec kyuubi-0 -- cat /opt/kyuubi/RELEASE
Kyuubi 1.10.0 (git revision bfcd1f1) built for
Java 1.8.0_432
Scala 2.12
Flink 1.20.0
Spark 3.5.2
Kyuubi Hadoop 3.3.6
Hive 3.1.3
Build flags:
```
---
# Checklist ๐
- [x] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
Closes #6805 from dnskr/helm-default-kyuubi-version-1.10.0.
Closes #6805
ee36f5788 [dnskr] [K8S][HELM] Update default Kyuubi version to 1.10.0
Authored-by: dnskr <[email protected]>
Signed-off-by: Bowen Liang <[email protected]>
(cherry picked from commit c986c470821cbd6e9b29da6bb14949457949eacf)
Signed-off-by: Bowen Liang <[email protected]>
---
charts/kyuubi/Chart.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/charts/kyuubi/Chart.yaml b/charts/kyuubi/Chart.yaml
index b9ebc8a049..5d64d0ed01 100644
--- a/charts/kyuubi/Chart.yaml
+++ b/charts/kyuubi/Chart.yaml
@@ -20,7 +20,7 @@ name: kyuubi
description: A Helm chart for Kyuubi server
type: application
version: 0.1.0
-appVersion: 1.9.2
+appVersion: 1.10.0
home: https://kyuubi.apache.org
icon: https://raw.githubusercontent.com/apache/kyuubi/master/docs/imgs/logo.png
sources: