dnskr opened a new pull request, #6805: URL: https://github.com/apache/kyuubi/pull/6805
# :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.10.0 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 ๐งช Check the chart deploys Kyuubi 1.10.0 Install the chart: ```shell helm install kyuubi charts/kyuubi ``` Check Kyuubi version: ```shell kubectl exec kyuubi-0 -- cat /opt/kyuubi/RELEASE Kyuubi 1.10.0 (git revision bfcd1f1) built for Java 1.8.0_432 Scala 2.12 Flink 1.20.0 Spark 3.5.2 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) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org