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 ded0307 Release Notes for kyuubi-shaded 0.6.0 (#170)
ded0307 is described below
commit ded0307763d7a6bdbb18ba1f378d8a4f82c7dd48
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Jul 24 13:42:50 2025 +0800
Release Notes for kyuubi-shaded 0.6.0 (#170)
---
src/en/news/2025-07-24-shaded-release-0.6.0.md | 19 ++++++++++++++
src/en/shaded-release/0.6.0.md | 35 ++++++++++++++++++++++++++
src/zh/news/2025-07-24-shaded-release-0.6.0.md | 19 ++++++++++++++
src/zh/shaded-release/0.6.0.md | 35 ++++++++++++++++++++++++++
4 files changed, 108 insertions(+)
diff --git a/src/en/news/2025-07-24-shaded-release-0.6.0.md
b/src/en/news/2025-07-24-shaded-release-0.6.0.md
new file mode 100644
index 0000000..d7ffa39
--- /dev/null
+++ b/src/en/news/2025-07-24-shaded-release-0.6.0.md
@@ -0,0 +1,19 @@
+---
+title: Apache Kyuubi Shaded 0.6.0 released
+date: 2025-07-24
+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.6.0](/shaded-release/0.6.0.html) ! Visit the [release
notes](/shaded-release/0.6.0.html) to read about the changes.
diff --git a/src/en/shaded-release/0.6.0.md b/src/en/shaded-release/0.6.0.md
new file mode 100644
index 0000000..6d87dd4
--- /dev/null
+++ b/src/en/shaded-release/0.6.0.md
@@ -0,0 +1,35 @@
+---
+title: Kyuubi Shaded Release Notes - 0.6.0
+date: 2025-07-24
+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-SHADED #65] Replace `os-maven-plugin` with `nisse`
+- [KYUUBI-SHADED #64] New util module wraps `sun.misc.Signal`
+- [KYUUBI-SHADED #63] Correct fix_title in dev/merge_kyuubi_pr.py
+- [KYUUBI-SHADED #60] Step 2/2: TSaslServerTransport use SaslServerFactory to
create SaslServer
+- [KYUUBI-SHADED #60] Step 1/2: Copy TSaslServerTransport from Thrift 0.16.0
+- [KYUUBI-SHADED #58] Fix typo mistake - commmitted
+- [KYUUBI-SHADED #59] Various improvments for release mail templates
+
+### Credits
+
+Last but not least, this release would not have been possible without the
following contributors:
+
+* Cheng Pan
+* Max Base
diff --git a/src/zh/news/2025-07-24-shaded-release-0.6.0.md
b/src/zh/news/2025-07-24-shaded-release-0.6.0.md
new file mode 100644
index 0000000..c3aa4c1
--- /dev/null
+++ b/src/zh/news/2025-07-24-shaded-release-0.6.0.md
@@ -0,0 +1,19 @@
+---
+title: Apache Kyuubi Shaded 0.6.0 released
+date: 2025-07-24
+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.6.0](/zh/shaded-release/0.6.0.html) 发布了! 查看
[发布记录](/zh/shaded-release/0.6.0.html) 阅读有关的更新信息。
diff --git a/src/zh/shaded-release/0.6.0.md b/src/zh/shaded-release/0.6.0.md
new file mode 100644
index 0000000..2c4bad6
--- /dev/null
+++ b/src/zh/shaded-release/0.6.0.md
@@ -0,0 +1,35 @@
+---
+title: Kyuubi Shaded 发布记录 - 0.6.0
+date: 2025-07-24
+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-SHADED #65] Replace `os-maven-plugin` with `nisse`
+- [KYUUBI-SHADED #64] New util module wraps `sun.misc.Signal`
+- [KYUUBI-SHADED #63] Correct fix_title in dev/merge_kyuubi_pr.py
+- [KYUUBI-SHADED #60] Step 2/2: TSaslServerTransport use SaslServerFactory to
create SaslServer
+- [KYUUBI-SHADED #60] Step 1/2: Copy TSaslServerTransport from Thrift 0.16.0
+- [KYUUBI-SHADED #58] Fix typo mistake - commmitted
+- [KYUUBI-SHADED #59] Various improvments for release mail templates
+
+### Credits
+
+最后但同样重要的是,如果没有以下贡献者,该版本是不可能发布的:
+
+* Cheng Pan
+* Max Base