From a30a28c79171fd7f6df1ed0e2f8289e5f0ad89b7 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Thu, 22 Feb 2024 18:53:59 +0800 Subject: [PATCH] [KYUUBI #6076] Update Helm Chart and playground to use 1.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :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 Signed-off-by: Cheng Pan --- 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 2fefab2886d..1d2db2665e7 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 c09540fc700..20c21041382 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