You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/05/21 14:13:22 UTC

[kyuubi-website] branch master updated: Announce Kyuubi Shaded 0.1.0 released

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 487a851  Announce Kyuubi Shaded 0.1.0 released
487a851 is described below

commit 487a85142e96c3939ec0ec4761953765949e1fd1
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Sun May 21 22:13:11 2023 +0800

    Announce Kyuubi Shaded 0.1.0 released
---
 i18n/en.toml                                    |  3 +++
 i18n/zh.toml                                    |  3 +++
 layouts/custompage/release.html                 | 28 ++++++++++++++++++++++++
 layouts/partials/shaded_release_table_head.html | 22 +++++++++++++++++++
 src/en/news/2023-05-21-shaded-release-0.1.0.md  | 19 ++++++++++++++++
 src/en/shaded-release/0.1.0.md                  | 29 +++++++++++++++++++++++++
 src/zh/news/2023-05-21-shaded-release-0.1.0.md  | 20 +++++++++++++++++
 src/zh/shaded-release/0.1.0.md                  | 29 +++++++++++++++++++++++++
 8 files changed, 153 insertions(+)

diff --git a/i18n/en.toml b/i18n/en.toml
index 3d36500..aea7df4 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -178,6 +178,9 @@
 [all-archived-releases]
   other = "All archived releases"
 
+[all-kyuubi-shaded-releases]
+  other = "All archived releases of Kyuubi Shaded"
+
 [consider-use-the-latest-kyuubi]
   other = "Previous releases of Kyuubi may be affected by security issues, please consider use the latest one."
 
diff --git a/i18n/zh.toml b/i18n/zh.toml
index e3b3964..4d11e3b 100644
--- a/i18n/zh.toml
+++ b/i18n/zh.toml
@@ -176,6 +176,9 @@
 [all-archived-releases]
   other = "所有存档的版本"
 
+[all-kyuubi-shaded-releases]
+  other = "Kyuubi Shaded 所有存档的版本"
+
 [consider-use-the-latest-kyuubi]
   other = "以前版本的 Kyuubi 可能会受到安全问题的影响,请考虑使用最新版本。"
 
diff --git a/layouts/custompage/release.html b/layouts/custompage/release.html
index 4141a4f..29f76e1 100644
--- a/layouts/custompage/release.html
+++ b/layouts/custompage/release.html
@@ -108,6 +108,34 @@
     </tr>
     {{end}}
   </table>
+
+  <h2>{{ i18n "all-kyuubi-shaded-releases"}} </h2>
+
+  <table class="ui selectable celled table">
+    {{ partial "shaded_release_table_head.html" .}}
+    {{ range (where (where .Site.Pages "Section" "shaded-release") ".Params.linked" true) }}
+    <tr>
+      {{ $dir := print "kyuubi-shaded-" .File.BaseFileName "/" }}
+      {{ $source := print "apache-kyuubi-shaded" .File.BaseFileName "-source.tgz" }}
+      {{ $link_base := .Site.Params.downloadLink }}
+      <td class="center aligned">{{.File.BaseFileName }}</td>
+      {{ if eq $langVar "zh"}}
+      <td class="center aligned">{{dateFormat "2006年01月02日" .Date}}</td>
+      {{ else }}
+      <td class="center aligned">{{dateFormat "2006 Jan 2 " .Date}}</td>
+      {{ end }}
+      <td class="center aligned">
+        <a href="{{ $link_base }}{{ $dir }}{{ $source }}">source</a>
+        (<a href="{{ $link_base }}{{ $dir }}{{ $source }}.sha512">sha512</a>,
+        <a href="{{ $link_base }}{{ $dir }}{{ $source }}.asc">signature</a>)
+      </td>
+      <td class="center aligned">
+        <a href="{{ $langVar }}/shaded-release/{{.File.BaseFileName }}.html">{{ lower (i18n "release-notes") }}</a>
+      </td>
+    </tr>
+    {{end}}
+  </table>
+
   {{.Content}}
 </div>
 {{partial "footer.html" .}}
diff --git a/layouts/partials/shaded_release_table_head.html b/layouts/partials/shaded_release_table_head.html
new file mode 100644
index 0000000..2c39f89
--- /dev/null
+++ b/layouts/partials/shaded_release_table_head.html
@@ -0,0 +1,22 @@
+<!--
+ 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.
+-->
+<thead>
+  <tr>
+    <th class="center aligned">{{ i18n "version" }}</th>
+    <th class="center aligned">{{ i18n "date" }}</th>
+    <th class="center aligned">{{ i18n "source" }}</th>
+    <th class="center aligned">{{ i18n "release-notes" }}</th>
+  </tr>
+</thead>
+
diff --git a/src/en/news/2023-05-21-shaded-release-0.1.0.md b/src/en/news/2023-05-21-shaded-release-0.1.0.md
new file mode 100644
index 0000000..3a7d6ce
--- /dev/null
+++ b/src/en/news/2023-05-21-shaded-release-0.1.0.md
@@ -0,0 +1,19 @@
+---
+title: Apache Kyuubi Shaded 0.1.0 released
+date: 2023-05-21
+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.1.0](/shaded-release/0.1.0.html) ! Visit the [release notes](/shaded-release/0.1.0.html) to read about the changes.
diff --git a/src/en/shaded-release/0.1.0.md b/src/en/shaded-release/0.1.0.md
new file mode 100644
index 0000000..4c666a0
--- /dev/null
+++ b/src/en/shaded-release/0.1.0.md
@@ -0,0 +1,29 @@
+---
+title: Kyuubi Shaded Release Notes - 0.1.0
+date: 2023-05-21
+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
+
+- Provide shaded package of Zookeeper 3.4 and 3.6
+- [KYUUBI-SHADED #5] Surgical for ZOOKEEPER-3779 to allow ZK 3.4 client work on JDK 17
+
+### Credits
+
+Last but not least, this release would not have been possible without the following contributors:
+
+* Cheng Pan
diff --git a/src/zh/news/2023-05-21-shaded-release-0.1.0.md b/src/zh/news/2023-05-21-shaded-release-0.1.0.md
new file mode 100644
index 0000000..2824301
--- /dev/null
+++ b/src/zh/news/2023-05-21-shaded-release-0.1.0.md
@@ -0,0 +1,20 @@
+---
+title: Apache Kyuubi Shaded 0.1.0 released
+date: 2023-05-21
+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.1.0](/zh/shaded-release/0.1.0.html) 发布了! 查看 [发布记录](/zh/shaded-release/0.1.0.html) 阅读有关的更新信息。
diff --git a/src/zh/shaded-release/0.1.0.md b/src/zh/shaded-release/0.1.0.md
new file mode 100644
index 0000000..6a3c99f
--- /dev/null
+++ b/src/zh/shaded-release/0.1.0.md
@@ -0,0 +1,29 @@
+---
+title: Kyuubi Shaded 发布记录 - 0.1.0
+date: 2023-05-21
+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.
+-->
+
+### 主要变更
+
+- 为 Zookeeper 3.4 和 3.6 构建 shaded 二进制包
+- [KYUUBI-SHADED #5] 修复 ZOOKEEPER-3779 以允许 Zookeeper 3.4 客户端兼容 JDK 17
+
+# 致谢
+
+最后但同样重要的是,如果没有以下贡献者,该版本是不可能发布的:
+
+* Cheng Pan