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 0dde705  Release 1.7.3 (#132)
0dde705 is described below

commit 0dde70510fe3651887d2b137a0368b061301f61a
Author: Zhen Wang <[email protected]>
AuthorDate: Mon Sep 25 11:37:00 2023 +0800

    Release 1.7.3 (#132)
    
    * Release 1.7.3
    
    * Update src/zh/release/1.7.3.md
    
    * Update src/en/release/1.7.3.md
    
    * change release date
    
    ---------
    
    Co-authored-by: Cheng Pan <[email protected]>
---
 hugo.toml                               |  2 +-
 src/en/news/2023-09-25-release-1.7.3.md | 20 +++++++++++++++++
 src/en/release/1.7.3.md                 | 40 +++++++++++++++++++++++++++++++++
 src/zh/news/2023-09-25-release-1.7.3.md | 20 +++++++++++++++++
 src/zh/release/1.7.3.md                 | 39 ++++++++++++++++++++++++++++++++
 5 files changed, 120 insertions(+), 1 deletion(-)

diff --git a/hugo.toml b/hugo.toml
index 337969b..2c46ceb 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -337,6 +337,6 @@ defaultContentLanguage = 'en'
     keepQuotes = true
 
 [params]
-  releases = [ 'v1.7.2', 'v1.6.1-incubating', 'v1.5.2-incubating', 
'v1.4.1-incubating', 'v1.3.1-incubating' ]
+  releases = [ 'v1.7.3', '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/2023-09-25-release-1.7.3.md 
b/src/en/news/2023-09-25-release-1.7.3.md
new file mode 100644
index 0000000..a8f7378
--- /dev/null
+++ b/src/en/news/2023-09-25-release-1.7.3.md
@@ -0,0 +1,20 @@
+---
+title: Apache Kyuubi 1.7.3 released
+date: 2023-09-25
+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.7.3](/release/1.7.3.html) ! Visit the [release notes](/release/1.7.3.html) to 
read about the new features, or [download](/releases.html) the released today.
diff --git a/src/en/release/1.7.3.md b/src/en/release/1.7.3.md
new file mode 100644
index 0000000..ddad1ab
--- /dev/null
+++ b/src/en/release/1.7.3.md
@@ -0,0 +1,40 @@
+---
+title: Release Notes - 1.7.3
+date: 2023-09-25
+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.
+-->
+
+### Highlight
+
+- Fix file handle leak caused by cancel operation
+
+### Server
+
+- [KYUUBI #5210] Cancel operation will cause the log file node to leak
+
+###  Spark Authz Plugin
+
+- [KYUUBI #5269] [Bug] Dupllicated AnalyzesTablesCommand in kyuubi authz 
+
+### Credits
+
+Last but not least, this release would not have been possible without the 
following contributors:
+
+* AngersZhuuuu
+* ASiegeLion
diff --git a/src/zh/news/2023-09-25-release-1.7.3.md 
b/src/zh/news/2023-09-25-release-1.7.3.md
new file mode 100644
index 0000000..b482b33
--- /dev/null
+++ b/src/zh/news/2023-09-25-release-1.7.3.md
@@ -0,0 +1,20 @@
+---
+title: Apache Kyuubi 1.7.3 released
+date: 2023-09-25
+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.7.3](/zh/release/1.7.3.html) 发布了! 查看 
[发布记录](/zh/release/1.7.3.html) 阅读有关新功能的信息,或者马上 [下载](/zh/releases.html) 体验吧。
diff --git a/src/zh/release/1.7.3.md b/src/zh/release/1.7.3.md
new file mode 100644
index 0000000..fe7e597
--- /dev/null
+++ b/src/zh/release/1.7.3.md
@@ -0,0 +1,39 @@
+---
+title: 发布记录 - 1.7.3
+date: 2023-09-25
+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.
+-->
+
+### 重要变更
+- 修复 Cancel 操作导致文件句柄泄漏的问题
+
+### Server
+
+- [KYUUBI #5210] Cancel operation will cause the log file node to leak
+
+###  Spark Authz Plugin
+
+- [KYUUBI #5269] [Bug] Dupllicated AnalyzesTablesCommand in kyuubi authz 
+
+### Credits
+
+Last but not least, this release would not have been possible without the 
following contributors:
+
+* AngersZhuuuu
+* ASiegeLion

Reply via email to