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 f3eccfe  Add Release Notes for 1.10.1 (#165)
f3eccfe is described below

commit f3eccfe80c287666b19ea1afefa2edf08e019df8
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Dec 26 22:42:16 2024 +0800

    Add Release Notes for 1.10.1 (#165)
---
 hugo.toml                                |  4 +--
 src/en/news/2024-12-26-release-1.10.1.md | 20 ++++++++++++
 src/en/release/1.10.1.md                 | 53 ++++++++++++++++++++++++++++++++
 src/zh/news/2024-12-26-release-1.10.1.md | 20 ++++++++++++
 src/zh/release/1.10.1.md                 | 53 ++++++++++++++++++++++++++++++++
 5 files changed, 148 insertions(+), 2 deletions(-)

diff --git a/hugo.toml b/hugo.toml
index 075164e..46e5fc5 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -337,7 +337,7 @@ defaultContentLanguage = 'en'
     keepQuotes = true
 
 [params]
-  latestRelease = '1.10.0'
-  releases = [ 'v1.10.0','v1.9.3', 'v1.8.3', 'v1.7.4', 'v1.6.1-incubating', 
'v1.5.2-incubating', 'v1.4.1-incubating', 'v1.3.1-incubating' ]
+  latestRelease = '1.10.1'
+  releases = [ 'v1.10.1','v1.9.3', 'v1.8.3', 'v1.7.4', 'v1.6.1-incubating', 
'v1.5.2-incubating', 'v1.4.1-incubating', 'v1.3.1-incubating' ]
   downloadLink = 'https://www.apache.org/dyn/closer.lua/kyuubi/'
   downloadLinkIncubator = 
'https://www.apache.org/dyn/closer.lua/incubator/kyuubi/'
diff --git a/src/en/news/2024-12-26-release-1.10.1.md 
b/src/en/news/2024-12-26-release-1.10.1.md
new file mode 100644
index 0000000..56d6370
--- /dev/null
+++ b/src/en/news/2024-12-26-release-1.10.1.md
@@ -0,0 +1,20 @@
+---
+title: Apache Kyuubi 1.10.1 released
+date: 2024-12-26
+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 
1.10.1](/release/1.10.1.html) ! Visit the [release notes](/release/1.10.1.html) 
to read about the new features, or [download](/releases.html) the released 
today.
diff --git a/src/en/release/1.10.1.md b/src/en/release/1.10.1.md
new file mode 100644
index 0000000..9cec576
--- /dev/null
+++ b/src/en/release/1.10.1.md
@@ -0,0 +1,53 @@
+---
+title: Release Notes - 1.10.1
+date: 2024-12-26
+linked: true
+meta:
+_edit_last: '4'
+_wpas_done_all: '1'
+---
+<!---
+  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.
+-->
+
+### Changelogs
+
+- [KYUUBI #6840] Fix PodMonitor pods selection
+- [KYUUBI #6829] Add metrics for batch pending max elapse time
+- [KYUUBI #6836] Ship `kafka-clients` in binary distribution tarball without 
compression libs
+- [KYUUBI #6838] [INFRA] Update archive mailing list address
+- [KYUUBI #6837] [INFRA] Disable K8s CI image GHA cache
+- [KYUUBI #6828] Clean up and improve error message for KyuubiBaseResultSet
+- Revert "[KYUUBI #6639] Port HIVE-27815: Support update numModifiedRows"
+- [KYUUBI #6722] Fix AppState when Engine connection is terminated
+- [KYUUBI #6820] Explicitly disable attach-scaladocs for pure Java modules
+- [KYUUBI #6813] [BUILD] Replace `java.version` 1.8 with 8
+- [KYUUBI #6773] Bump commons-codec from 1.15 to 1.17.1
+- [KYUUBI #6808] [BUILD]Replace systemProperties with systemPropertyVariables 
in maven-surefire-plugin
+- [KYUUBI #6805] [K8S][HELM] Update default Kyuubi version to 1.10.0
+- [KYUUBI #6778] [BUILD] allow frontend plugin not to inherits Maven's http 
proxy config
+- [KYUUBI #6786] Skip repeated checks on convert function in TColumnGenerator
+- [KYUUBI #6790] Fix engine cannot exit when gracefully stopped
+
+### Credits
+
+Last but not least, this release would not have been possible without the 
following contributors:
+
+* Bowen Liang
+* pionCham
+* Denis Krivenko
+* Fei Wang
+* Zhen Wang
+* Cheng Pan
+* Joao Amaral
+* zhifanggao
diff --git a/src/zh/news/2024-12-26-release-1.10.1.md 
b/src/zh/news/2024-12-26-release-1.10.1.md
new file mode 100644
index 0000000..4119cf9
--- /dev/null
+++ b/src/zh/news/2024-12-26-release-1.10.1.md
@@ -0,0 +1,20 @@
+---
+title: Apache Kyuubi 1.10.1 released
+date: 2024-12-26
+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 1.10.1](/zh/release/1.10.1.html) 发布了! 查看 
[发布记录](/zh/release/1.10.1.html) 阅读有关新功能的信息,或者马上 [下载](/zh/releases.html) 体验吧。
diff --git a/src/zh/release/1.10.1.md b/src/zh/release/1.10.1.md
new file mode 100644
index 0000000..a6694ec
--- /dev/null
+++ b/src/zh/release/1.10.1.md
@@ -0,0 +1,53 @@
+---
+title: 发布记录 - 1.10.1
+date: 2024-12-26
+linked: true
+meta:
+_edit_last: '4'
+_wpas_done_all: '1'
+---
+<!---
+  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.
+-->
+
+### Changelogs
+
+- [KYUUBI #6840] Fix PodMonitor pods selection
+- [KYUUBI #6829] Add metrics for batch pending max elapse time
+- [KYUUBI #6836] Ship `kafka-clients` in binary distribution tarball without 
compression libs
+- [KYUUBI #6838] [INFRA] Update archive mailing list address
+- [KYUUBI #6837] [INFRA] Disable K8s CI image GHA cache
+- [KYUUBI #6828] Clean up and improve error message for KyuubiBaseResultSet
+- Revert "[KYUUBI #6639] Port HIVE-27815: Support update numModifiedRows"
+- [KYUUBI #6722] Fix AppState when Engine connection is terminated
+- [KYUUBI #6820] Explicitly disable attach-scaladocs for pure Java modules
+- [KYUUBI #6813] [BUILD] Replace `java.version` 1.8 with 8
+- [KYUUBI #6773] Bump commons-codec from 1.15 to 1.17.1
+- [KYUUBI #6808] [BUILD]Replace systemProperties with systemPropertyVariables 
in maven-surefire-plugin
+- [KYUUBI #6805] [K8S][HELM] Update default Kyuubi version to 1.10.0
+- [KYUUBI #6778] [BUILD] allow frontend plugin not to inherits Maven's http 
proxy config
+- [KYUUBI #6786] Skip repeated checks on convert function in TColumnGenerator
+- [KYUUBI #6790] Fix engine cannot exit when gracefully stopped
+
+### Credits
+
+Last but not least, this release would not have been possible without the 
following contributors:
+
+* Bowen Liang
+* pionCham
+* Denis Krivenko
+* Fei Wang
+* Zhen Wang
+* Cheng Pan
+* Joao Amaral
+* zhifanggao

Reply via email to