### _Why are the changes needed?_ Follow [Kyuubi Release Guide](https://kyuubi.readthedocs.io/en/master/community/release.html) to update versions for playground and helm charts ### _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/contributing/code/testing.html#running-tests) locally before make a pull request ### _Was this patch authored or co-authored using generative AI tooling?_ No Closes #5324 from wForget/dev. Closes #5324 7110e56bd [wforget] Bump latest 1.7.3 in playground and helm charts Authored-by: wforget <643348094@qq.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
31 lines
1.1 KiB
Bash
31 lines
1.1 KiB
Bash
#
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
# contributor license agreements. See the NOTICE file distributed with
|
|
# this work for additional information regarding copyright ownership.
|
|
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
# (the "License"); you may not use this file except in compliance with
|
|
# the License. You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
AWS_JAVA_SDK_VERSION=1.12.367
|
|
HADOOP_VERSION=3.3.6
|
|
HIVE_VERSION=2.3.9
|
|
ICEBERG_VERSION=1.3.1
|
|
KYUUBI_VERSION=1.7.3
|
|
KYUUBI_HADOOP_VERSION=3.3.5
|
|
POSTGRES_VERSION=12
|
|
POSTGRES_JDBC_VERSION=42.3.4
|
|
SCALA_BINARY_VERSION=2.12
|
|
SPARK_VERSION=3.3.3
|
|
SPARK_BINARY_VERSION=3.3
|
|
SPARK_HADOOP_VERSION=3.3.2
|
|
ZOOKEEPER_VERSION=3.6.3
|