提交 753108f7 编写于 作者: wu-sheng's avatar wu-sheng

Website update for 7.0.0 release.

上级 614a1430
......@@ -27,6 +27,7 @@ module.exports = {
nav: [
{ text: "Home", link: "/" },
{ text: "Docs", items: [
{ text: '7.0.0', link: "https://github.com/apache/skywalking/tree/v7.0.0/docs"},
{ text: '6.6.0', link: "https://github.com/apache/skywalking/tree/v6.6.0/docs"},
{ text: '6.5.0', link: "https://github.com/apache/skywalking/tree/v6.5.0/docs"},
{ text: 'Nginx LUA 0.1.0', link: "https://github.com/apache/skywalking-nginx-lua/tree/v0.1.0"},
......@@ -74,6 +75,7 @@ module.exports = {
{ text: "主页", link: "/zh/" },
{ text: "文档",
items: [
{ text: '7.0.0', link: "https://github.com/apache/skywalking/tree/v7.0.0/docs"},
{ text: '6.6.0', link: "https://github.com/apache/skywalking/tree/v6.6.0/docs"},
{ text: '6.5.0', link: "https://github.com/apache/skywalking/tree/v6.5.0/docs"},
{ text: 'Nginx LUA 0.1.0', link: "https://github.com/apache/skywalking-nginx-lua/tree/v0.1.0"},
......
......@@ -27,8 +27,11 @@ user:
news:
title: Events & News
content:
- header: SkyWalking APM 7.0.0 is released
content: JDK 1.8 is required in the java agent. Support profiling code level performance.
time: Mar. 20th, 2020
- header: SkyWalking CLI 0.2.0 is released
content: New commands and enhancements are included
content: New commands and enhancements are included.
time: Mar. 20th, 2020
- header: SkyWalking Chart 1.1.0 for SkyWalking 6.6.0 Release
content: Support deploy SkyWalking 6.6.0 and Elasticsearch 7.
......@@ -36,6 +39,3 @@ news:
- header: SkyWalking Nginx LUA 0.1.0 release
content: Support tracing and collect metrics from Nginx server.
time: Mar. 10th, 2020
- header: Welcome Ming Wen as new committer
content: Based on his continuous contributions, Ming Wen (a.k.a [moonming](https://github.com/moonming)) has been voted as a new committer.
time: Mar. 9th, 2020
......@@ -9,6 +9,10 @@ Use the links below to download the Apache SkyWalking from one of our mirrors.
### SkyWalking APM
| Date | Version| | Downloads |
|:---:|:--:|:--:|:--:|
| Mar. 22nd, 2020 | 7.0.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/7.0.0/apache-skywalking-apm-7.0.0-src.tgz) [[asc]](https://downloads.apache.org/skywalking/7.0.0/apache-skywalking-apm-7.0.0-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/7.0.0/apache-skywalking-apm-7.0.0-src.tgz.sha512)|
| | | Binary Distribution | [[tar]](https://www.apache.org/dyn/closer.cgi/skywalking/7.0.0/apache-skywalking-apm-7.0.0.tar.gz) [[asc]](https://downloads.apache.org/skywalking/7.0.0/apache-skywalking-apm-7.0.0.tar.gz.asc) [[sha512]](https://downloads.apache.org/skywalking/7.0.0/apache-skywalking-apm-7.0.0.tar.gz.sha512)|
| | | Binary Distribution for ElasticSearch 7 | [[tar]](https://www.apache.org/dyn/closer.cgi/skywalking/7.0.0/apache-skywalking-apm-es7-7.0.0.tar.gz) [[asc]](https://downloads.apache.org/skywalking/7.0.0/apache-skywalking-apm-es7-7.0.0.tar.gz.asc) [[sha512]](https://downloads.apache.org/skywalking/7.0.0/apache-skywalking-apm-es7-7.0.0.tar.gz.sha512)|
| | | Documentation| [Documentation](https://github.com/apache/skywalking/blob/v7.0.0/docs/README.md) |
| Dec. 27th, 2019 | 6.6.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/6.6.0/apache-skywalking-apm-6.6.0-src.tgz) [[asc]](https://downloads.apache.org/skywalking/6.6.0/apache-skywalking-apm-6.6.0-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/6.6.0/apache-skywalking-apm-6.6.0-src.tgz.sha512)|
| | | Binary Distribution (Windows)| [[zip]](https://www.apache.org/dyn/closer.cgi/skywalking/6.6.0/apache-skywalking-apm-6.6.0.zip) [[asc]](https://downloads.apache.org/skywalking/6.6.0/apache-skywalking-apm-6.6.0.zip.asc) [[sha512]](https://downloads.apache.org/skywalking/6.6.0/apache-skywalking-apm-6.6.0.zip.sha512)|
| | | Binary Distribution for ElasticSearch 7 (Windows)| [[zip]](https://www.apache.org/dyn/closer.cgi/skywalking/6.6.0/apache-skywalking-apm-es7-6.6.0.zip) [[asc]](https://downloads.apache.org/skywalking/6.6.0/apache-skywalking-apm-es7-6.6.0.zip.asc) [[sha512]](https://downloads.apache.org/skywalking/6.6.0/apache-skywalking-apm-es7-6.6.0.zip.sha512)|
......@@ -56,7 +60,7 @@ SkyWalking Nginx LUA agent requires SkyWalking APM 7.0+.
## Changelog
You can also read the [changelogs](https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md) for all versions.
You can also read the [changelogs](https://github.com/apache/skywalking/blob/master/CHANGES.md) for all versions.
<br/>
......
# SkyWalking Events
## Release Apache SkyWalking APM 7.0.0
SkyWalking APM 7.0.0 is release. Go to [downloads](/downloads) page to find release tars.
- Upgrade JDK minimal JDK requirement to JDK8
- Support profiling code level performance
- Don't support SkyWalking v5 agent in-wire and out-wire protocol. V6 is required.
## Release Apache SkyWalking CLI 0.2.0
###### Mar. 20th, 2019
###### Mar. 20th, 2020
SkyWalking CLI 0.2.0 is released. Go to [downloads](/downloads) page to find release tars.
- Support visualization of heat map
- Support top N entities, `swctl metrics top 5 --name service_sla`
......
......@@ -28,15 +28,15 @@ user:
news:
title: 事件 & 新闻
content:
- header: SkyWalking APM 7.0.0 发布
content: 探针升级到JDK1.8,支持代码级性能剖析
time: 2020 年 3 月 22 日
- header: SkyWalking CLI 0.2.0 发布
content: 本版本包含许多新命令和优化
time: Mar. 20th, 2020
time: 2020 年 3 月 20 日
- header: SkyWalking Chart 1.1.0 发布(SkyWalking 6.6.0)
content: 支持部署 SkyWalking 6.6.0, Elasticsearch 7
time: 2020 年 3 月 16 日
- header: SkyWalking Nginx Lua探针0.1.0发布
content: 支持基于Nginx的分布式追踪和指标收集
time: 2020 年 3 月 10 日
- header: 欢迎温铭成为新的committer
content: 根据他长期的项目贡献,他被投票选举为项目的 committer
time: 2020 年 3 月 9 日
......@@ -8,6 +8,10 @@
### SkyWalking APM
| 日期 | 版本| | 下载 |
|:---:|:--:|:--:|:--:|
| Mar. 22nd, 2020 | 7.0.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/7.0.0/apache-skywalking-apm-7.0.0-src.tgz) [[asc]](https://downloads.apache.org/skywalking/7.0.0/apache-skywalking-apm-7.0.0-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/7.0.0/apache-skywalking-apm-7.0.0-src.tgz.sha512)|
| | | Binary Distribution | [[tar]](https://www.apache.org/dyn/closer.cgi/skywalking/7.0.0/apache-skywalking-apm-7.0.0.tar.gz) [[asc]](https://downloads.apache.org/skywalking/7.0.0/apache-skywalking-apm-7.0.0.tar.gz.asc) [[sha512]](https://downloads.apache.org/skywalking/7.0.0/apache-skywalking-apm-7.0.0.tar.gz.sha512)|
| | | Binary Distribution for ElasticSearch 7 | [[tar]](https://www.apache.org/dyn/closer.cgi/skywalking/7.0.0/apache-skywalking-apm-es7-7.0.0.tar.gz) [[asc]](https://downloads.apache.org/skywalking/7.0.0/apache-skywalking-apm-es7-7.0.0.tar.gz.asc) [[sha512]](https://downloads.apache.org/skywalking/7.0.0/apache-skywalking-apm-es7-7.0.0.tar.gz.sha512)|
| | | Documentation| [Documentation](https://github.com/apache/skywalking/blob/v7.0.0/docs/README.md) |
| Dec. 27th, 2019 | 6.6.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/6.6.0/apache-skywalking-apm-6.6.0-src.tgz) [[asc]](https://downloads.apache.org/skywalking/6.6.0/apache-skywalking-apm-6.6.0-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/6.6.0/apache-skywalking-apm-6.6.0-src.tgz.sha512)|
| | | Binary Distribution (Windows)| [[zip]](https://www.apache.org/dyn/closer.cgi/skywalking/6.6.0/apache-skywalking-apm-6.6.0.zip) [[asc]](https://downloads.apache.org/skywalking/6.6.0/apache-skywalking-apm-6.6.0.zip.asc) [[sha512]](https://downloads.apache.org/skywalking/6.6.0/apache-skywalking-apm-6.6.0.zip.sha512)|
| | | Binary Distribution for ElasticSearch 7 (Windows)| [[zip]](https://www.apache.org/dyn/closer.cgi/skywalking/6.6.0/apache-skywalking-apm-es7-6.6.0.zip) [[asc]](https://downloads.apache.org/skywalking/6.6.0/apache-skywalking-apm-es7-6.6.0.zip.asc) [[sha512]](https://downloads.apache.org/skywalking/6.6.0/apache-skywalking-apm-es7-6.6.0.zip.sha512)|
......@@ -54,7 +58,7 @@ SkyWalking Nginx LUA agent 要求 SkyWalking APM 7.0以上版本
- SkyWalking UI, https://hub.docker.com/r/apache/skywalking-ui
## 变更说明
所有版本的[变更说明](https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md).
所有版本的[变更说明](https://github.com/apache/skywalking/blob/master/CHANGES.md).
# 验证版本
使用PGP或SHA签名验证下载文件的完整性至关重要。可以使用GPG或PGP验证PGP签名。请下载KEYS以及发布的asc签名文件。建议从主发布目录而不是镜像中获取这些文件。
......
# SkyWalking 事件概要
## Release Apache SkyWalking CLI 0.1.0
###### Dec. 10th, 2019
## Release Apache SkyWalking APM 7.0.0
###### Mar. 22nd, 2020
SkyWalking APM 7.0.0 发布. 请到[下载页面](/downloads)查找发行版本.
- 升级探针最低JDK要求到JDK1.8
- 支持代码级性能剖析
- 不再兼容支持v5探针协议,只支持v6协议
## Release Apache SkyWalking CLI 0.2.0
###### Mar. 20th, 2020
SkyWalking CLI 0.1.0 发布. 请到[下载页面](/downloads)查找发行版本.
1. 支持热力图可视化.
1. 支持 top n 命令展示 top n 个实体.
1. 支持热力图 metrics.
1. 支持多线性 metrics
1. 自动使用后端时区(如果支持)
## SkyWalking Chart 1.1.0 发布(SkyWalking 6.6.0)
###### Mar. 16th, 2020
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册