This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.9 by this push:
new f509c22e53 [KYUUBI #6620] [K8S][HELM] Update default Kyuubi version to
1.9.2
f509c22e53 is described below
commit f509c22e5325814a2574644bb597153d89b187a5
Author: ludejiu <[email protected]>
AuthorDate: Fri Aug 16 10:57:22 2024 +0000
[KYUUBI #6620] [K8S][HELM] Update default Kyuubi version to 1.9.2
# :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.2 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)
---
# 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 #6620 from DenineLu/helm-default-kyuubi-version-1.9.2.
Closes #6620
a101673ac [ludejiu] [K8S][HELM] Update default Kyuubi version to 1.9.2
Authored-by: ludejiu <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit 388a8f69ae3b90dc6b6dc4c7fa985d105500ad82)
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 9dcdab9153..b9ebc8a049 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.1
+appVersion: 1.9.2
home: https://kyuubi.apache.org
icon: https://raw.githubusercontent.com/apache/kyuubi/master/docs/imgs/logo.png
sources: