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 a30a28c79 [KYUUBI #6076] Update Helm Chart and playground to use 1.8.1
a30a28c79 is described below
commit a30a28c79171fd7f6df1ed0e2f8289e5f0ad89b7
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Feb 22 18:53:59 2024 +0800
[KYUUBI #6076] Update Helm Chart and playground to use 1.8.1
# :mag: Description
## Issue References ๐
Promote the latest release version 1.8.1
## Describe Your Solution ๐ง
Update Helm Chart and playground to use 1.8.1
## 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 ๐งช
Review
---
# 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 #6076 from pan3793/r-181.
Closes #6076
aada476c2 [Cheng Pan] Update Helm Chart and playground to use 1.8.1
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
charts/kyuubi/Chart.yaml | 2 +-
docker/playground/.env | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/charts/kyuubi/Chart.yaml b/charts/kyuubi/Chart.yaml
index 2fefab288..1d2db2665 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.0
+appVersion: 1.8.1
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 c09540fc7..20c210413 100644
--- a/docker/playground/.env
+++ b/docker/playground/.env
@@ -18,8 +18,8 @@
AWS_JAVA_SDK_VERSION=1.12.367
HADOOP_VERSION=3.3.6
HIVE_VERSION=2.3.9
-ICEBERG_VERSION=1.4.2
-KYUUBI_VERSION=1.8.0
+ICEBERG_VERSION=1.4.3
+KYUUBI_VERSION=1.8.1
KYUUBI_HADOOP_VERSION=3.3.6
POSTGRES_VERSION=12
POSTGRES_JDBC_VERSION=42.3.4