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 814b05130 [KYUUBI #5298] Bump latest 1.7.2 in playground and helm 
charts
814b05130 is described below

commit 814b0513081c6ec0657842f96a657f37ccb148fe
Author: Cheng Pan <[email protected]>
AuthorDate: Sat Sep 16 14:02:06 2023 +0000

    [KYUUBI #5298] Bump latest 1.7.2 in playground and helm charts
    
    ### _Why are the changes needed?_
    
    Kyuubi v1.7.2 is available now, follow the [release 
guide](https://kyuubi.readthedocs.io/en/master/community/release.html#keep-other-artifacts-up-to-date)
 to update version in playground and helm charts.
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run 
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
 locally before make a pull request
    
    ### _Was this patch authored or co-authored using generative AI tooling?_
    
    No.
    
    Closes #5298 from pan3793/172.
    
    Closes #5298
    
    8af52636e [Cheng Pan] Bump latest 1.7.2 in playgound and helm charts
    
    Authored-by: Cheng Pan <[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 fa6179425..7c881cc9e 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.7.1
+appVersion: 1.7.2
 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 bb666e1e4..5c3d124a7 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.3.1
-KYUUBI_VERSION=1.7.1
+KYUUBI_VERSION=1.7.2
 KYUUBI_HADOOP_VERSION=3.3.5
 POSTGRES_VERSION=12
 POSTGRES_JDBC_VERSION=42.3.4

Reply via email to