This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b69d7e  Release Notes for kyuubi-shaded 0.5.0 (#167)
8b69d7e is described below

commit 8b69d7e6c741a0c998058ff7987e8d2bf8420833
Author: Cheng Pan <[email protected]>
AuthorDate: Thu May 22 06:12:28 2025 +0000

    Release Notes for kyuubi-shaded 0.5.0 (#167)
---
 src/en/news/2025-05-22-shaded-release-0.5.0.md | 19 +++++++++++++++
 src/en/shaded-release/0.5.0.md                 | 32 ++++++++++++++++++++++++++
 src/zh/news/2025-05-22-shaded-release-0.5.0.md | 19 +++++++++++++++
 src/zh/shaded-release/0.5.0.md                 | 32 ++++++++++++++++++++++++++
 4 files changed, 102 insertions(+)

diff --git a/src/en/news/2025-05-22-shaded-release-0.5.0.md 
b/src/en/news/2025-05-22-shaded-release-0.5.0.md
new file mode 100644
index 0000000..84c9f35
--- /dev/null
+++ b/src/en/news/2025-05-22-shaded-release-0.5.0.md
@@ -0,0 +1,19 @@
+---
+title: Apache Kyuubi Shaded 0.5.0 released
+date: 2025-05-22
+linked: true
+---
+<!---
+  Licensed 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. See accompanying LICENSE file.
+-->
+We are happy to announce the availability of [Apache Kyuubi Shaded 
0.5.0](/shaded-release/0.5.0.html) ! Visit the [release 
notes](/shaded-release/0.5.0.html) to read about the changes.
diff --git a/src/en/shaded-release/0.5.0.md b/src/en/shaded-release/0.5.0.md
new file mode 100644
index 0000000..5357a1a
--- /dev/null
+++ b/src/en/shaded-release/0.5.0.md
@@ -0,0 +1,32 @@
+---
+title: Kyuubi Shaded Release Notes - 0.5.0
+date: 2025-05-22
+linked: true
+---
+<!---
+  Licensed 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. See accompanying LICENSE file.
+-->
+
+### Highlight
+
+- [KYUUBI #6496] Port ZOOKEEPER-4377 to Kyuubi shaded ZooKeeper 3.4 and 3.6
+- [KYUUBI-SHADED #48] Remove unused annotations for HMS client generated 
thrift code
+- [KYUUBI-SHADED #49] Create relocated package for spark-connect-rpc
+- [KYUUBI-SHADED #57] Bump Maven 3.9.9 and related plugins
+
+### Credits
+
+Last but not least, this release would not have been possible without the 
following contributors:
+
+* madlnu
+* Cheng Pan
diff --git a/src/zh/news/2025-05-22-shaded-release-0.5.0.md 
b/src/zh/news/2025-05-22-shaded-release-0.5.0.md
new file mode 100644
index 0000000..7d8bc56
--- /dev/null
+++ b/src/zh/news/2025-05-22-shaded-release-0.5.0.md
@@ -0,0 +1,19 @@
+---
+title: Apache Kyuubi Shaded 0.5.0 released
+date: 2025-05-22
+linked: true
+---
+<!---
+  Licensed 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. See accompanying LICENSE file.
+-->
+我们很高兴地宣布 [Apache Kyuubi Shaded 0.5.0](/zh/shaded-release/0.5.0.html) 发布了! 查看 
[发布记录](/zh/shaded-release/0.5.0.html) 阅读有关的更新信息。
diff --git a/src/zh/shaded-release/0.5.0.md b/src/zh/shaded-release/0.5.0.md
new file mode 100644
index 0000000..40e59d4
--- /dev/null
+++ b/src/zh/shaded-release/0.5.0.md
@@ -0,0 +1,32 @@
+---
+title: Kyuubi Shaded 发布记录 - 0.5.0
+date: 2025-05-22
+linked: true
+---
+<!---
+  Licensed 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. See accompanying LICENSE file.
+-->
+
+### 主要变更
+
+- [KYUUBI #6496] Port ZOOKEEPER-4377 to Kyuubi shaded ZooKeeper 3.4 and 3.6
+- [KYUUBI-SHADED #48] Remove unused annotations for HMS client generated 
thrift code
+- [KYUUBI-SHADED #49] Create relocated package for spark-connect-rpc
+- [KYUUBI-SHADED #57] Bump Maven 3.9.9 and related plugins
+
+### 致谢
+
+最后但同样重要的是,如果没有以下贡献者,该版本是不可能发布的:
+
+* madlnu
+* Cheng Pan

Reply via email to