This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.7 by this push:
new a9a6c88bb [KYUUBI #4818] [K8S][HELM] Update default Kyuubi version to
1.7.1
a9a6c88bb is described below
commit a9a6c88bba991e1c2fa87d1776fc0d725cce2804
Author: dnskr <[email protected]>
AuthorDate: Thu May 11 13:06:43 2023 +0800
[KYUUBI #4818] [K8S][HELM] Update default Kyuubi version to 1.7.1
### _Why are the changes needed?_
The change is needed to use latest stable released version of Kyuubi in the
Helm chart 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 #4818 from dnskr/helm_update_kyuubi_version.
Closes #4818
46fad19f4 [dnskr] [K8S][HELM] Update default Kyuubi version to 1.7.1
Authored-by: dnskr <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit 9bf2714288104b94180141c1d6fe2e974da2e0d6)
Signed-off-by: Cheng Pan <[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 0abec9e5e..fa6179425 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.0
+appVersion: 1.7.1
home: https://kyuubi.apache.org
icon: https://raw.githubusercontent.com/apache/kyuubi/master/docs/imgs/logo.png
sources: