Skip to content

Commit

Permalink
Dev 1.6.0 final (#796)
Browse files Browse the repository at this point in the history
* update version

* 更新版本

* release 1.6.0

* release 1.6.0

* release 1.6.0

* remove 0.11.0 docs

* remove 0.11.0 docs
  • Loading branch information
peacewong authored Jul 5, 2024
1 parent 0f8c4b1 commit 33cf4c7
Show file tree
Hide file tree
Showing 1,159 changed files with 111,908 additions and 11,361 deletions.
12 changes: 6 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
editUrl: 'https://github.com/apache/linkis-website/edit/dev/',
versions: {
current: {
path: '1.6.0',
label: 'Next(1.6.0)'
path: '1.7.0',
label: 'Next(1.7.0)'
},
'1.5.0': {
'1.6.0': {
path: 'latest',
},
}
Expand Down Expand Up @@ -161,14 +161,14 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
label: 'Doc',
position: 'right',
items: [
{label: '1.6.0', to: '/docs/1.6.0/about/introduction'},
{label: '1.5.0', to: '/docs/latest/about/introduction'},
{label: '1.4.0', to: '/docs/1.4.0/about/introduction'},
{label: '1.3.2', to: '/docs/1.3.2/about/introduction'},
// {label: '1.3.1', to: '/docs/1.3.1/about/introduction'},
// {label: '1.3.0', to: '/docs/1.3.0/introduction'},
// {label: '1.2.0', to: '/docs/1.2.0/introduction'},
// {label: '1.1.1', to: '/docs/1.1.1/introduction'},
{label: 'Next(1.6.0)', to: '/docs/1.6.0/about/introduction'},
{label: 'Next(1.7.0)', to: '/docs/1.7.0/about/introduction'},
{label: 'All Version', to: '/versions'}
]
},
Expand Down Expand Up @@ -395,4 +395,4 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
// },
// ],
]
});
});
2 changes: 1 addition & 1 deletion download/release-notes-1.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Release Notes 1.6.0
sidebar_position: 88
---

Apache Linkis 1.6.0 includes all [Project Linkis-1.5.0](https://github.com/apache/linkis/projects/28)
Apache Linkis 1.6.0 includes all [Project Linkis-1.6.0](https://github.com/apache/linkis/projects/28)

Linkis 1.6.0 version mainly adds the following features: Spring family bucket upgraded to the latest security version, Orchestrator supports pluggable, result set storage supports switching to ORC and Parquet format storage, supports task board function, Flink supports UDF function, etc.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Release Notes 1.6.0
sidebar_position: 88
---

Apache Linkis 1.6.0 包括所有 [Project Linkis-1.5.0](https://github.com/apache/linkis/projects/28)
Apache Linkis 1.6.0 包括所有 [Project Linkis-1.6.0](https://github.com/apache/linkis/projects/28)

Linkis 1.6.0 版本,主要新增如下特性功能: Spring 全家桶升级为最新安全版本、Orchestrator支持可插拔、结果集存储支持切换为ORC和Parquet格式存储、支持任务看板功能、Flink支持UDF函数等

Expand Down
4 changes: 2 additions & 2 deletions i18n/zh-CN/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version.label": {
"message": "Next(1.6.0)",
"message": "Next(1.7.0)",
"description": "The label for version current"
},

Expand Down Expand Up @@ -160,4 +160,4 @@



}
}
78 changes: 0 additions & 78 deletions i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11.0.json

This file was deleted.

This file was deleted.

Loading

0 comments on commit 33cf4c7

Please sign in to comment.