apache / kyuubi

Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses.
https://kyuubi.apache.org/
Apache License 2.0
2.11k stars 914 forks source link

[K8S][HELM] Update default Kyuubi version to 1.10.0 #6805

Closed dnskr closed 1 week ago

dnskr commented 1 week ago

: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:

Test Plan ๐Ÿงช

Check the chart deploys Kyuubi 1.10.0

Install the chart:

helm install kyuubi charts/kyuubi

Check Kyuubi version:

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 ๐Ÿ“

codecov-commenter commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 0.00%. Comparing base (dddb037) to head (ee36f57). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6805 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 687 687 Lines 42442 42442 Branches 5793 5793 ====================================== Misses 42442 42442 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bowenliang123 commented 1 week ago

Thanks, merged to master (1.11.0) and branch-1.10 (1.10.1).