This is an automated email from the ASF dual-hosted git repository.

dnskr 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 763614591 [KYUUBI #6493] [K8S][HELM] Update default Kyuubi version to 
1.9.1
763614591 is described below

commit 7636145915d5d4803c92d0622df430797b3d4840
Author: dnskr <[email protected]>
AuthorDate: Tue Jun 25 17:51:02 2024 +0200

    [KYUUBI #6493] [K8S][HELM] Update default Kyuubi version to 1.9.1
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    Default Kyuubi version in the chart is not up to date with the latest 
release version.
    
    ## Describe Your Solution ๐Ÿ”ง
    
    Upgrade default version to the latest 1.9.1 to be up to date with the 
release version.
    
    ## Types of changes :bookmark:
    
    - [x] 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 ๐Ÿงช
    
    #### The chart deploys Kyuubi 1.9.1
    Install the chart:
    ```sh
    helm install kyuubi charts/kyuubi
    ```
    Check version:
    ```sh
    kubectl exec kyuubi-0 -- cat /opt/kyuubi/RELEASE
    Kyuubi 1.9.1 (git revision c232a4b) built for
    Java 1.8.0_412
    Scala 2.12
    Flink 1.17.2
    Spark 3.5.1
    Kyuubi Hadoop 3.3.6
    Hive 3.1.3
    Build flags:
    ```
    
    ---
    
    # 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 #6493 from dnskr/helm-default-kyuubi-version-1.9.1.
    
    Closes #6493
    
    e9b74067c [dnskr] [K8S][HELM] Update default Kyuubi version to 1.9.1
    
    Authored-by: dnskr <[email protected]>
    Signed-off-by: dnskr <[email protected]>
---
 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 d92cba177..9dcdab915 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.9.0
+appVersion: 1.9.1
 home: https://kyuubi.apache.org
 icon: https://raw.githubusercontent.com/apache/kyuubi/master/docs/imgs/logo.png
 sources:

Reply via email to