This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new ff887ce78 [KYUUBI #6195] Update Helm Chart and playground to use 1.9.0
ff887ce78 is described below
commit ff887ce780c48e57dcc2de767a3f38076ec4ac12
Author: Binjie Yang <[email protected]>
AuthorDate: Tue Mar 19 11:17:27 2024 +0800
[KYUUBI #6195] Update Helm Chart and playground to use 1.9.0
# :mag: Description
## Issue References ๐
## Describe Your Solution ๐ง
Update Helm Chart and playground to use 1.9.0 after release.
## Types of changes :bookmark:
- [ ] 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 ๐งช
#### Behavior Without This Pull Request :coffin:
#### Behavior With This Pull Request :tada:
#### Related Unit Tests
---
# Checklist ๐
- [x] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #6195 from zwangsheng/update_helm_playground.
Closes #6195
c553d4c21 [Binjie Yang] Update Helm Chart and playground to use 1.9.0
Authored-by: Binjie Yang <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
charts/kyuubi/Chart.yaml | 2 +-
docker/playground/.env | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/charts/kyuubi/Chart.yaml b/charts/kyuubi/Chart.yaml
index 1d2db2665..d92cba177 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.8.1
+appVersion: 1.9.0
home: https://kyuubi.apache.org
icon: https://raw.githubusercontent.com/apache/kyuubi/master/docs/imgs/logo.png
sources:
diff --git a/docker/playground/.env b/docker/playground/.env
index 20c210413..7b5a4d174 100644
--- a/docker/playground/.env
+++ b/docker/playground/.env
@@ -19,7 +19,7 @@ AWS_JAVA_SDK_VERSION=1.12.367
HADOOP_VERSION=3.3.6
HIVE_VERSION=2.3.9
ICEBERG_VERSION=1.4.3
-KYUUBI_VERSION=1.8.1
+KYUUBI_VERSION=1.9.0
KYUUBI_HADOOP_VERSION=3.3.6
POSTGRES_VERSION=12
POSTGRES_JDBC_VERSION=42.3.4