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

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0e11261c9d Adjust release-notes (#446)
0e11261c9d is described below

commit 0e11261c9d9ebe44cac67b65e37c6472094b18bd
Author: Casion <[email protected]>
AuthorDate: Wed Jul 20 11:43:45 2022 +0800

    Adjust release-notes (#446)
    
    * adjust release-notes
---
 docs/release-notes-1.1.3.md                        | 79 ++++++++++++++++++++++
 docs/release.md                                    |  2 +-
 ...elease-note-1.1.3.md => release-notes-1.1.3.md} |  4 +-
 .../current/release.md                             |  2 +-
 4 files changed, 83 insertions(+), 4 deletions(-)

diff --git a/docs/release-notes-1.1.3.md b/docs/release-notes-1.1.3.md
new file mode 100644
index 0000000000..4fc6a674fa
--- /dev/null
+++ b/docs/release-notes-1.1.3.md
@@ -0,0 +1,79 @@
+---
+title: Release Notes 1.1.3-RC1
+sidebar_position: 0.2
+---
+
+Apache Linkis(incubating) 1.1.3 includes all of [Project 
Linkis-1.1.3](https://github.com/apache/incubator-linkis/projects/19).
+
+
+This release mainly integrates Prometheus to provide the basic capabilities of 
linkis microservice monitoring; add task retries parameter for task submission; 
add information records related to tasks and execution EC; Flink engine 
supports downloading Yarn logs to EC log directory; front-end page Support 
watermark; upgrade some security vulnerability components, etc.; fix known bugs 
reported by the community
+
+The main functions are as follows:
+* Integrate prometheus to provide basic capabilities for linkis microservice 
monitoring
+* Task submission supports the parameter of the number of task retries
+* Flink engine supports downloading Yarn logs to EC log directory
+* Some dependency package upgrades and community-known bug fixes
+
+abbreviation:
+- COMMON: Linkis Common
+- EC: Engineconn
+- ECM: EngineConnManager
+- ECP: EngineConnPlugin
+- DMS: Data Source Manager Service
+- MDS: MetaData Manager Service
+- LM: Linkis Manager
+- PS: Linkis Public Service
+- PE: Linkis Public Enhancement
+- RPC: Linkis Common RPC
+- CG: Linkis Computation Governance
+---
+## New Feature
+* 
\[Common][[Linkis-1656]](https://github.com/apache/incubator-linkis/issues/1656)
 Integrate prometheus to provide basic capabilities for linkis microservice 
monitoring
+* 
\[EC-Flink][[Linkis-2241]](https://github.com/apache/incubator-linkis/pull/2241)
 Add Yarn Log Operator to support downloading Yarn logs to EC log directory
+* 
\[Web][[Linkis-2235]](https://github.com/apache/incubator-linkis/issues/2108) 
Front-end page supports watermark
+* 
\[Entrance][[Linkis-2164]](https://github.com/apache/incubator-linkis/pull/2164)
 Entrance supports the parameter of task retry times
+* \[EC][[Linkis-2163]](https://github.com/apache/incubator-linkis/pull/2163) 
Add task and execution EC records, EC information is recorded in the task's 
Metrics field
+
+## Enhancement
+* \[ECM][[Linkis-2243]](https://github.com/apache/incubator-linkis/pull/2243) 
Optimize the newly registered ECM service, optimize the service load selection 
logic, reduce the possible cause Impact of new service availability issues
+* 
\[PS-Jobhistory][[Linkis-2198]](https://github.com/apache/incubator-linkis/pull/2198)
 Optimize task code cache file name, increase time parameter, avoid conflicts 
in long tasks question
+* 
\[EC-Python][[Linkis-2175]](https://github.com/apache/incubator-linkis/pull/2175)
 Add py4j watchdog thread, monitor java process, prevent java process from 
exiting abnormally, python process not exiting
+* 
\[Common][[Linkis-2150]](https://github.com/apache/incubator-linkis/pull/2150) 
Both common and entry modules have custom variable substitution logic, and the 
optimization is aggregated into the common module deal with
+* 
\[EC-JDBC][[Linkis-2142]](https://github.com/apache/incubator-linkis/pull/2142) 
Fix the problem that the JDBC Engine console configuration cannot take effect 
immediately after modification (cache time adjustment is a configuration item)
+* 
\[Entrance][[Linkis-2160]](https://github.com/apache/incubator-linkis/pull/2160)
 The consumption queue for task submission supports configuring specific 
high-volume users
+* \[PE][[Linkis-2200]](https://github.com/apache/incubator-linkis/pull/2200) 
Tag code optimization, remove the persistence of tag key-value
+* \[EC][[Linkis-1749]](https://github.com/apache/incubator-linkis/issues/1749) 
When EC starts, it is possible to limit the port segment of the specified 
service through parameters
+* 
\[Common-Storage][[Linkis-2168]](https://github.com/apache/incubator-linkis/pull/2168)
 File type in FileSource supports variable configuration
+* 
\[Common-Storage][[Linkis-2161]](https://github.com/apache/incubator-linkis/pull/2161)
 Added support for automatic formatting parameters when exporting the result 
set to an excel file
+* 
\[Gateway][[Linkis-2249]](https://github.com/apache/incubator-linkis/pull/2249) 
Optimize the gateway's Parser logic code
+* \[Web][[Linkis-2248]](https://github.com/apache/incubator-linkis/pull/2248) 
User resource display page is sorted by user and creator
+* 
\[Web][[Linkis-2108]](https://github.com/apache/incubator-linkis/issues/2108) 
Optimize the front-end page layout, unify the basic style, and optimize the 
secondary menu display
+* 
\[Install][[Linkis-2319]](https://github.com/apache/incubator-linkis/pull/2319) 
Adjust the data source service deployment mode, the default is enabled; when 
installing, configure the initial login password
+* 
\[Install][[Linkis-2421]](https://github.com/apache/incubator-linkis/pull/2421) 
When installing and deploying, configure kerberos-related authentication 
information
+* \[EC][[Linkis-2159]](https://github.com/apache/incubator-linkis/pull/2159) 
EC log log supports scrolling by size and time
+* 
\[Common-Scheduler][[Linkis-2272]](https://github.com/apache/incubator-linkis/pull/2272)
 Optimized code format and added LoopArray unit test
+* 
\[PS-ContextService][[Linkis-2234]](https://github.com/apache/incubator-linkis/pull/2234)
 Added a method for batch cleaning context values ​​in contextservice
+
+## Bugs Fix
+* \[EC][[Linkis-2275]](https://github.com/apache/incubator-linkis/pull/2275) 
Fix the problem that the EC engine heartbeat report is too long and the log 
field is too long to cause storage failure in abnormal scenarios
+* \[Web][[Linkis-2239]](https://github.com/apache/incubator-linkis/pull/2239) 
Fix yarm queue resource idle/busy state usage ratio ring chart is not displayed 
correctly
+* 
\[PS-ContextService][[Linkis-2226]](https://github.com/apache/incubator-linkis/pull/2226)
 Fix FileReader and BufferedReader resources not released in final
+* 
\[Install][[Linkis-2159]](https://github.com/apache/incubator-linkis/pull/2159) 
The problem of shell script authorization +x permission failure occurs when 
compiling different systems
+* 
\[Entrance][[Linkis-2237]](https://github.com/apache/incubator-linkis/pull/2237)
 Refactor JobQueueLabel and JobRunningLabel, fix task queue label and task 
running label bug
+* 
\[Build][[Linkis-2354]](https://github.com/apache/incubator-linkis/pull/2354) 
Fix the ERROR level warning problem when compiling and packaging projects under 
WIN system
+* 
\[Gateway][[Linkis-2329]](https://github.com/apache/incubator-linkis/pull/2329) 
Fix the configuration problem of LDAP access
+* 
\[Entrance][[Linkis-2238]](https://github.com/apache/incubator-linkis/pull/2238)
 Optimize the result set path to be separated by date to solve the problem of 
too many subdirectories in a single folder The resustset path is in the same 
folder, such as "/tmp/linkis/hadoop/linkis/20220516_210525/IDE/40099", which 
may cause too many files in one folder
+* 
\[Entrance][[Linkis-2162]](https://github.com/apache/incubator-linkis/pull/2162)
 Optimize the result set path to be separated by date to solve the problem of 
too many subdirectories in a single folder
+* 
\[Common][[Linkis-2332]](https://github.com/apache/incubator-linkis/pull/2332) 
Close the SpringCloud default configuration center to reduce the interference 
of unnecessary log information
+* \[Web][[Linkis-2295]](https://github.com/apache/incubator-linkis/pull/2295) 
remove redundant code in web install script
+
+## Security related
+* 
\[PS-Jobhistory][[Linkis-2248]](https://github.com/apache/incubator-linkis/pull/2248)
 Added parameter verification to the task query list interface to prevent sql 
injection security issues
+* 
\[PS-PublicService][[Linkis-1949]](https://github.com/apache/incubator-linkis/pull/2235)
 /api/rest_j/v1/datasource/columns interface adds user permission check
+
+## Dependency changes
+* 
\[Common][[Linkis-2188]](https://github.com/apache/incubator-linkis/pull/2188) 
Upgrade poi 5.2.1 to poi 5.2.2, fix possible memory allocation problems
+* 
\[Common][[Linkis-2182]](https://github.com/apache/incubator-linkis/pull/2182) 
upgrade gson:2.8.5 to gson:2.8.9
+
+## Thanks
+The release of Apache Linkis(incubating) 1.1.3 is inseparable from the 
contributors of the Linkis community. Thanks to all the community contributors, 
including but not limited to the following Contributors (in no particular 
order): Alexkun, CCweixiao, Davidhua1996, QuintinTao, caseone, det101 , 
doroxinrui, huiyuanjjjjuice, husofskyzy, hzdhgf, jackxu2011, legendtkl, 
liuyou2, peacewong, peacewong, pjfanning, ruY9527, saLeox, seayi, wForget, 
wallezhang, yyuser5201314
\ No newline at end of file
diff --git a/docs/release.md b/docs/release.md
index 388ff9b32b..992d64ffdb 100644
--- a/docs/release.md
+++ b/docs/release.md
@@ -8,7 +8,7 @@ sidebar_position: 0.1
 - [EngineConn History Information Recording 
Features](/architecture/computation_governance_services/engine/engine_conn_history.md)
 - [EngineConn Metrics reporting 
feature](/architecture/computation_governance_services/engine/engine_conn_metrics.md)
 - [ContextService cleanup interface 
features](/architecture/public_enhancement_services/context_service/content_service_cleanup.md)
-
+- [Release-Notes](release-notes-1.1.3)
 
 ## Configuration Item
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/release-note-1.1.3.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/release-notes-1.1.3.md
similarity index 98%
rename from 
i18n/zh-CN/docusaurus-plugin-content-docs/current/release-note-1.1.3.md
rename to 
i18n/zh-CN/docusaurus-plugin-content-docs/current/release-notes-1.1.3.md
index 34e1ebf8bc..0066e4e33d 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/release-note-1.1.3.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/release-notes-1.1.3.md
@@ -1,6 +1,6 @@
 ---
 title: Release Notes 1.1.3-RC1
-sidebar_position: 1
+sidebar_position: 0.2
 --- 
 
 Apache Linkis(incubating) 1.1.3 包括所有 [Project 
Linkis-1.1.3](https://github.com/apache/incubator-linkis/projects/19)。
@@ -31,7 +31,7 @@ Apache Linkis(incubating) 1.1.3 包括所有 [Project 
Linkis-1.1.3](https://gith
 * 
\[Common][[Linkis-1656]](https://github.com/apache/incubator-linkis/issues/1656)
  集成prometheus,提供linkis微服务监控的基础能力
 * 
\[EC-Flink][[Linkis-2241]](https://github.com/apache/incubator-linkis/pull/2241)
 添加 Yarn Log Operator,支持将 Yarn 日志下载到 EC 日志目录
 * 
\[Web][[Linkis-2235]](https://github.com/apache/incubator-linkis/issues/2108) 
前端页面支持水印
-* 
\[Entrance][[Linkis-2164]](~~https://github.com/apache/incubator-linkis/pull/2164~~)
 Entrance 支持任务重试次数的参数 
+* 
\[Entrance][[Linkis-2164]](https://github.com/apache/incubator-linkis/pull/2164)
 Entrance 支持任务重试次数的参数 
 * \[EC][[Linkis-2163]](https://github.com/apache/incubator-linkis/pull/2163) 
增加任务与执行EC的记录,EC信息记录到任务的 Metrics字段中
 
 ## 增强点
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/release.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/release.md
index 0a52219df0..2c6257150d 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/release.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/release.md
@@ -7,7 +7,7 @@ sidebar_position: 0.1
 - [EngineConn 
历史信息记录特性](/architecture/computation_governance_services/engine/engine_conn_history.md)
 - [EngineConn Metrics 
上报特性](/architecture/computation_governance_services/engine/engine_conn_metrics.md)
 - [ContextService 
清理接口特性](/architecture/public_enhancement_services/context_service/content_service_cleanup.md)
-
+- [版本的Release-Notes](release-notes-1.1.3)
 
 ## 参数变化 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to