Skip to content

Commit 5ecc2c7

Browse files
aiceflowerkinsanitiescasionone
authored
prepare for release 1.8.0 (#812)
Co-authored-by: aiceflower <[email protected]> Co-authored-by: Casion <[email protected]>
1 parent a1b93ff commit 5ecc2c7

File tree

971 files changed

+112079
-2929
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

971 files changed

+112079
-2929
lines changed

docusaurus.config.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
4141
editUrl: 'https://github.com/apache/linkis-website/edit/dev/',
4242
versions: {
4343
current: {
44-
path: '1.8.0',
45-
label: 'Next(1.8.0)'
44+
path: '1.9.0',
45+
label: 'Next(1.9.0)'
4646
},
47-
'1.7.0': {
47+
'1.8.0': {
4848
path: 'latest',
4949
},
5050
}
@@ -161,15 +161,16 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
161161
label: 'Doc',
162162
position: 'right',
163163
items: [
164-
{label: '1.7.0', to: '/docs/latest/about/introduction'},
164+
{label: '1.8.0', to: '/docs/latest/about/introduction'},
165+
{label: '1.7.0', to: '/docs/1.7.0/about/introduction'},
165166
{label: '1.6.0', to: '/docs/1.6.0/about/introduction'},
166167
{label: '1.5.0', to: '/docs/1.5.0/about/introduction'},
167168
{label: '1.4.0', to: '/docs/1.4.0/about/introduction'},
168169
// {label: '1.3.1', to: '/docs/1.3.1/about/introduction'},
169170
// {label: '1.3.0', to: '/docs/1.3.0/introduction'},
170171
// {label: '1.2.0', to: '/docs/1.2.0/introduction'},
171172
// {label: '1.1.1', to: '/docs/1.1.1/introduction'},
172-
{label: 'Next(1.8.0)', to: '/docs/1.8.0/about/introduction'},
173+
{label: 'Next(1.9.0)', to: '/docs/1.9.0/about/introduction'},
173174
{label: 'All Version', to: '/versions'}
174175
]
175176
},
@@ -359,7 +360,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
359360
createRedirects(existingPath) {
360361
if (existingPath.includes('/latest')) {
361362
return [
362-
existingPath.replace('/latest', '/1.7.0'),
363+
existingPath.replace('/latest', '/1.8.0'),
363364
];
364365
}
365366
return undefined; // Return a false value: no redirect created

download/release-notes-1.8.0.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Release Notes 1.8.0
3+
sidebar_position: 86
4+
---
5+
6+
Apache Linkis 1.8.0 release introduces the following new features: Linkis task pre-diagnosis and post-diagnosis support, data source display with Ranger support, Azure object storage support, data source management for Oracle and PostgreSQL, Token expiration policy optimization, OAuth2 authentication support, and fixes for several security issues.
7+
8+
Main features include:
9+
10+
- Task pre-diagnosis and bad job interception support, and task post-diagnosis reports
11+
- Data source display with Ranger support
12+
- Azure object storage support
13+
- Data source management support for Oracle and PostgreSQL
14+
- Token expiration policy optimization
15+
- Added UDF log viewing section in task management interface
16+
- Added OAuth2 authentication support
17+
- Fixed security vulnerability in JDBC-based MySQL connections
18+
- Fixed security vulnerability where log files could potentially expose Hive configuration passwords in extreme cases
19+
- Fixed insecure Token configuration issue in containerized configuration files
20+
21+
Abbreviations:
22+
23+
- COMMON: Linkis Common
24+
- ENTRANCE: Linkis Entrance
25+
- EC: Engineconn
26+
- ECM: EngineConnManager
27+
- ECP: EngineConnPlugin
28+
- DMS: Data Source Manager Service
29+
- MDS: MetaData Manager Service
30+
- LM: Linkis Manager
31+
- PS: Linkis Public Service
32+
- PE: Linkis Public Enhancement
33+
- RPC: Linkis Common RPC
34+
- CG: Linkis Computation Governance
35+
- DEPLOY: Linkis Deployment
36+
- WEB: Linkis Web
37+
- GATEWAY: Linkis Gateway
38+
- EP: Engine Plugin
39+
- ORCHESTRATOR: Linkis Orchestrator
40+
- CLIENT: Linkis Client
41+
42+
## New Features
43+
44+
- Task pre-diagnosis and bad job interception support, and task post-diagnosis reports
45+
- Data source display with Ranger support
46+
- Azure object storage support
47+
- Added UDF log viewing section in task management interface
48+
- Added OAuth2 authentication support
49+
50+
## Enhancements
51+
52+
- Data source management support for Oracle and PostgreSQL
53+
- Token expiration policy optimization
54+
55+
## Bug Fixes
56+
57+
- Fixed security vulnerability in JDBC-based MySQL connections
58+
- Fixed security vulnerability where log files could potentially expose Hive configuration passwords in extreme cases
59+
- Fixed insecure Token configuration issue in containerized configuration files
60+
61+
## Acknowledgements
62+
63+
The release of Apache Linkis 1.8.0 would not have been possible without the contributors to the Linkis community. Thank you to all community contributors.

i18n/zh-CN/docusaurus-plugin-content-docs-download/current/main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 0
44
---
55
## 下载链接
66

7-
使用以下链接,下载Linkis,最新版本为1.7.0
7+
使用以下链接,下载Linkis,最新版本为1.8.0
88

99
| 版本 | 发布时间 | 源码 | 项目安装包 | 管理台安装包 | Release Notes |
1010
|-------|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: Release Notes 1.8.0
3+
sidebar_position: 86
4+
---
5+
6+
Apache Linkis 1.8.0 版本,主要新增如下特性功能: Linkis任务支持事前和事后诊断、数据源展示支持Ranger,支持Azure对象存储、数据源管理支持Oracle和PostgreSQL、Token过期策略优化,支持OAuth2身份认证、修复了一些安全问题等
7+
8+
主要功能如下:
9+
10+
- 任务事前诊断和bad job拦截支持和任务事后诊断报告
11+
- 数据源展示支持Ranger
12+
- 支持Azure对象存储
13+
- 数据源管理支持 Oracle 和 PostgreSQL
14+
- Token 过期策略优化
15+
- 在任务管理界面增加产看 UDF 日志栏
16+
- 新增 OAuth2 身份认证支持
17+
- 修复使用JDBC方式连接mysql安全漏洞
18+
- 修复极端情况下日志文件可能暴露hive配置密码安全漏洞
19+
- 修复容器化配置文件中使用不安全Token配置问题
20+
21+
缩写:
22+
- COMMON: Linkis Common
23+
- ENTRANCE: Linkis Entrance
24+
- EC: Engineconn
25+
- ECM: EngineConnManager
26+
- ECP: EngineConnPlugin
27+
- DMS: Data Source Manager Service
28+
- MDS: MetaData Manager Service
29+
- LM: Linkis Manager
30+
- PS: Linkis Public Service
31+
- PE: Linkis Public Enhancement
32+
- RPC: Linkis Common RPC
33+
- CG: Linkis Computation Governance
34+
- DEPLOY: Linkis Deployment
35+
- WEB: Linkis Web
36+
- GATEWAY: Linkis Gateway
37+
- EP: Engine Plugin
38+
- ORCHESTRATOR: Linkis Orchestrator
39+
- CLIENT: Linkis Client
40+
41+
## 新特性
42+
43+
- 任务事前诊断和bad job拦截支持和任务事后诊断报告
44+
- 数据源展示支持Ranger
45+
- 支持Azure对象存储
46+
- 在任务管理界面增加产看 UDF 日志栏
47+
- 新增 OAuth2 身份认证支持
48+
49+
## 增强点
50+
51+
- 数据源管理支持 Oracle 和 PostgreSQL
52+
- Token 过期策略优化
53+
54+
## 修复功能
55+
56+
- 修复使用JDBC方式连接mysql安全漏洞
57+
- 修复极端情况下日志文件可能暴露hive配置密码安全漏洞
58+
- 修复容器化配置文件中使用不安全Token配置问题
59+
60+
## 致谢
61+
Apache Linkis 1.8.0 的发布离不开 Linkis 社区的贡献者,感谢所有的社区贡献者

i18n/zh-CN/docusaurus-plugin-content-docs/current.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version.label": {
3-
"message": "Next(1.8.0)",
3+
"message": "Next(1.9.0)",
44
"description": "The label for version current"
55
},
66

Lines changed: 163 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,163 @@
1+
{
2+
"version.label": {
3+
"message": "1.8.0",
4+
"description": "The label for version current"
5+
},
6+
7+
"sidebar.tutorialSidebar.category.About Linkis": {
8+
"message": "关于 Linkis"
9+
},
10+
11+
"sidebar.tutorialSidebar.category.Quick Experience": {
12+
"message": "快速体验",
13+
"description": "The label for category Quick in sidebar tutorialSidebar"
14+
},
15+
"sidebar.tutorialSidebar.category.Deployment": {
16+
"message": "部署指南",
17+
"description": "The label for category advanced Deployment in sidebar tutorialSidebar"
18+
},
19+
"sidebar.tutorialSidebar.category.User Guide": {
20+
"message": "使用指南",
21+
"description": "The label for category User Guide in sidebar tutorialSidebar"
22+
},
23+
"sidebar.tutorialSidebar.category.Engine Usage": {
24+
"message": "引擎使用",
25+
"description": "The label for category Engine Usage in sidebar tutorialSidebar"
26+
},
27+
"sidebar.tutorialSidebar.category.Tuning And Troubleshooting": {
28+
"message": "调优排障",
29+
"description": "The label for category Tuning And Troubleshooting in sidebar tutorialSidebar"
30+
},
31+
"sidebar.tutorialSidebar.category.Error Guide": {
32+
"message": "错误码",
33+
"description": "The label for category Error Guide in sidebar tutorialSidebar"
34+
},
35+
"sidebar.tutorialSidebar.category.API Docs": {
36+
"message": "API文档",
37+
"description": "The label for category API Docs in sidebar tutorialSidebar"
38+
},
39+
"sidebar.tutorialSidebar.category.Table Structure": {
40+
"message": "表结构",
41+
"description": "The label for category Table Structure in sidebar tutorialSidebar"
42+
},
43+
44+
"sidebar.tutorialSidebar.category.Architecture": {
45+
"message": "架构设计",
46+
"description": "The label for category Architecture in sidebar tutorialSidebar"
47+
},
48+
"sidebar.tutorialSidebar.category.Commons": {
49+
"message": "公共依赖模块",
50+
"description": "The label for category Commons in sidebar tutorialSidebar"
51+
},
52+
"sidebar.tutorialSidebar.category.Computation Governance Services": {
53+
"message": "计算治理模块",
54+
"description": "The label for category Computation Governance Services in sidebar tutorialSidebar"
55+
},
56+
"sidebar.tutorialSidebar.category.Engine": {
57+
"message": "引擎服务",
58+
"description": "The label for category Engine Services in sidebar tutorialSidebar"
59+
},
60+
"sidebar.tutorialSidebar.category.Linkis Manager": {
61+
"message": "Manager架构",
62+
"description": "The label for category Linkis Manager in sidebar tutorialSidebar"
63+
},
64+
"sidebar.tutorialSidebar.category.Public Enhancement Services": {
65+
"message": "公共增强模块",
66+
"description": "The label for category Public Enhancement Services in sidebar tutorialSidebar"
67+
},
68+
"sidebar.tutorialSidebar.category.Context Service": {
69+
"message": "上下文服务",
70+
"description": "The label for category Public Enhancement Services in sidebar tutorialSidebar"
71+
},
72+
73+
"sidebar.tutorialSidebar.category.Microservice Governance Services": {
74+
"message": "微服务实例模块",
75+
"description": "The label for category Microservice Governance Services in sidebar tutorialSidebar"
76+
},
77+
"sidebar.tutorialSidebar.category.Orchestrator": {
78+
"message": "编排器架构",
79+
"description": "The label for category Orchestrator Services in sidebar tutorialSidebar"
80+
},
81+
82+
"sidebar.tutorialSidebar.category.Upgrade Guide": {
83+
"message": "升级指南",
84+
"description": "The label for category Upgrade Guide in sidebar tutorialSidebar"
85+
},
86+
87+
"sidebar.tutorialSidebar.category.Development": {
88+
"message": "开发指南",
89+
"description": "The label for category Development Doc in sidebar tutorialSidebar"
90+
},
91+
"sidebar.tutorialSidebar.category.Development Specification": {
92+
"message": "开发规范",
93+
"description": "The label for category Development Specification in sidebar tutorialSidebar"
94+
},
95+
96+
"sidebar.tutorialSidebar.category.Components": {
97+
"message": "组件介绍",
98+
"description": "The label for category Components in sidebar tutorialSidebar"
99+
},
100+
101+
"sidebar.tutorialSidebar.category.Engine Plugin Management Service": {
102+
"message": "引擎插件管理服务",
103+
"description": "Engine Plugin Management Service"
104+
},
105+
"sidebar.tutorialSidebar.category.Computing Governance Portal Service": {
106+
"message": "计算治理入口服务",
107+
"description": "Computing Governance Portal Service"
108+
},
109+
"sidebar.tutorialSidebar.category.Computing Governance Management Services": {
110+
"message": "计算治理管理服务",
111+
"description": "Computing Governance Management Services"
112+
},
113+
"sidebar.tutorialSidebar.category.Public Service": {
114+
"message": "公共服务",
115+
"description": "Public Service"
116+
},
117+
"sidebar.tutorialSidebar.category.Quick Start": {
118+
"message": "快速上手",
119+
"description": "quick start"
120+
},
121+
"sidebar.tutorialSidebar.category.Integrated": {
122+
"message": "集成",
123+
"description": "integrated"
124+
},
125+
"sidebar.tutorialSidebar.category.Console Manual": {
126+
"message": "管理台的使用",
127+
"description": "console manual"
128+
},
129+
"sidebar.tutorialSidebar.category.Security Authentication": {
130+
"message": "安全认证"
131+
},
132+
"sidebar.tutorialSidebar.category.Service Architecture": {
133+
"message": "微服务架构",
134+
"description": "linkis service architecture"
135+
},
136+
"sidebar.tutorialSidebar.category.Feature": {
137+
"message": "关键特性架构",
138+
"description": "key feature architechture"
139+
},
140+
"sidebar.tutorialSidebar.category.Control Panel": {
141+
"message": "管理台的使用",
142+
"description": "control panel usage"
143+
},
144+
"sidebar.tutorialSidebar.category.Advice Configuration": {
145+
"message": "建议配置",
146+
"description": "Linkis advice configuration"
147+
},
148+
"sidebar.tutorialSidebar.category.LinkisManger Services": {
149+
"message": "LinkisManger 服务",
150+
"description": "LinkisManger Services"
151+
},
152+
"sidebar.tutorialSidebar.category.Entrance Services": {
153+
"message": "Entrance 服务",
154+
"description": "Entrance Services"
155+
},
156+
"sidebar.tutorialSidebar.category.Version Feature": {
157+
"message": "版本特性",
158+
"description": "Version Feature"
159+
}
160+
161+
162+
163+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "关于 Linkis",
3+
"position": 1.0
4+
}

0 commit comments

Comments
 (0)