Skip to content

Commit

Permalink
add new branch 3.0.2 (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Mar 29, 2022
1 parent 786df1e commit 9cad0e5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 20 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish docs via GitHub Pages
on:
push:
branches:
- v3.0.1
- v3.0.2

jobs:
deploy:
Expand Down Expand Up @@ -35,19 +35,19 @@ jobs:
- name: mike list delete
run: |
mike list
- name: Mike Deploy 3.0.1
- name: Mike Deploy 3.0.2
run: |
#mike delete v3.0.1 -p
mike deploy 3.0.1 -p --rebase
mike set-default 3.0.1 -p --rebase
#mike delete v3.0.2 -p
mike deploy 3.0.2 -p --rebase
mike set-default 3.0.2 -p --rebase
mike list
- name: show git branch
run: |
git branch
git checkout gh-pages
- name: Compress
run: |
tar -vczf nebula-docs.tar.gz 3.0.1 versions.json *.html
tar -vczf nebula-docs.tar.gz 3.0.2 versions.json *.html
- name: Transfer
# uses: garygrossgarten/github-action-scp@release
Expand All @@ -71,7 +71,7 @@ jobs:
mkdir -p /usr/web/nebula-docs/
tar -xzf /usr/web/nebula-docs.tar.gz -C /usr/web/nebula-docs/
mkdir -p /usr/web/nebula-docs/site/pdf/
cp -f /usr/web/nebula-docs/3.0.1/pdf/NebulaGraph-CN.pdf /usr/web/nebula-docs/site/pdf/NebulaGraph-book.pdf
cp -f /usr/web/nebula-docs/3.0.2/pdf/NebulaGraph-CN.pdf /usr/web/nebula-docs/site/pdf/NebulaGraph-book.pdf
# pip3 install --upgrade pip
# pip3 install -r /usr/web/nebula-docs/requirement.txt
Expand Down
8 changes: 2 additions & 6 deletions docs-2.0/20.appendix/releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@

## Bug fix

- 修复`ADD HOSTS`后 Storage 服务可能需要等待较长时间才能在线(`ONLINE`)的缺陷。 [#3950](https://github.com/vesoft-inc/nebula/pull/3950)
- 支持在 ARM 架构上使用 Docker 镜像运行 Nebula Graph。[#3939](https://github.com/vesoft-inc/nebula/pull/3939/)

- 修复了早于 v2.6 版本的客户端连接 Nebula Graph 时,Graph 服务会崩溃的缺陷。 [#3942](https://github.com/vesoft-inc/nebula/pull/3942)

- 修复了如果图空间中没有 Tag 会导致升级时升级工具崩溃的缺陷。 [#3920](https://github.com/vesoft-inc/nebula/pull/3920)

- 修复了`MATCH <node>, <node>, <path>`时,Graph 服务会崩溃的缺陷。 [#3915](https://github.com/vesoft-inc/nebula/pull/3915)
- 优化了版本配套的服务端连接客户端的处理,避免客户端连接可能会失效问题。[#4075](https://github.com/vesoft-inc/nebula/pull/3942)

## 历史版本

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,7 @@ Nebula Graph 是针对 NVMe SSD 进行设计和实现的,所有默认参数都
!!! enterpriseonly

Nebula Graph {{ nebula.release }} 仅企业版支持在 ARM 架构(包括 Apple Mac M1 或者华为鲲鹏)上运行。访问官网获取[商业支持](https://nebula-graph.com.cn/pricing/)。

!!! note

从 Nebula Graph 3.0.2 开始,社区用户可以在 ARM macOS 的 Docker Desktop 上或者 ARM Linux Server 上运行容器化的 Nebula Graph。
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@

3. 执行如下命令启动 Nebula Graph 服务。

<!-- 支持ARM架构docker image后再发布
从 {{nebula.release}} 开始,Nebula Graph 在 Docker Hub 上的 Docker 支持 ARM64 架构。用户可以在 ARM macOS 的 Docker Desktop 上或者 ARM Linux Server 上运行容器化的 Nebula Graph。
-->
从 3.0.2 开始,Nebula Graph 在 Docker Hub 上的 Docker 支持 ARM64 架构。用户可以在 ARM macOS 的 Docker Desktop 上或者 ARM Linux Server 上运行容器化的 Nebula Graph。


!!! Note

Expand Down
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ site_name: Nebula Graph Database 手册
site_description: Documentation for Nebula Graph Database
site_author: Nebula Graph
site_url: https://docs.nebula-graph.com.cn/
edit_uri: 'edit/v3.0.1/docs-2.0/'
edit_uri: 'edit/v3.0.2/docs-2.0/'
docs_dir: docs-2.0

# repository
Expand Down Expand Up @@ -43,12 +43,12 @@ extra:
provider: google
property: UA-60523578-15
nebula:
release: 3.0.1
release: 3.0.2
nightly: nightly
master: master
base20: 2.0
base200: 2.0.0
branch: v3.0.1
branch: v3.0.2
version:
method: mike
social:
Expand Down Expand Up @@ -566,7 +566,7 @@ plugins:

- with-pdf:
copyright: 2022 vesoft Inc.
cover_subtitle: v3.0.1
cover_subtitle: v3.0.2
author: 吴敏,周瑶,梁振亚,杨怡璇,黄凤仙
cover: true
back_cover: true
Expand Down

0 comments on commit 9cad0e5

Please sign in to comment.