You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/03/09 04:08:08 UTC

[kyuubi] branch master updated: [KYUUBI #4484] [K8S][HELM] Set specific Kyuubi version to the chart appVersion

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 8289523e3 [KYUUBI #4484] [K8S][HELM] Set specific Kyuubi version to the chart appVersion
8289523e3 is described below

commit 8289523e37d4001a82250ca9c9dd501ddda2f2fe
Author: dnskr <dn...@gmail.com>
AuthorDate: Thu Mar 9 12:07:59 2023 +0800

    [KYUUBI #4484] [K8S][HELM] Set specific Kyuubi version to the chart appVersion
    
    ### _Why are the changes needed?_
    The change is needed to use stable released version of Kyuubi instead of night/dev builds by default.
    
    ### _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/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4484 from dnskr/helm_set_specific_release_version.
    
    Closes #4484
    
    4c979c6eb [dnskr] [K8S][HELM] Set specific Kyuubi version to the chart appVersion
    
    Authored-by: dnskr <dn...@gmail.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 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 6b377ecc5..0abec9e5e 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: "master-snapshot"
+appVersion: 1.7.0
 home: https://kyuubi.apache.org
 icon: https://raw.githubusercontent.com/apache/kyuubi/master/docs/imgs/logo.png
 sources: