Commit 7148ce2 1 parent 636dde0 commit 7148ce2 Copy full SHA for 7148ce2
File tree 3 files changed +9
-10
lines changed
docs-2.0/20.appendix/release-notes
3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Publish docs via GitHub Pages
2
2
on :
3
3
push :
4
4
branches :
5
- - v3.4.5
5
+ - v3.4.6
6
6
7
7
jobs :
8
8
deploy :
27
27
- name : mike
28
28
run : |
29
29
git fetch origin gh-pages --depth=1 # fix mike's CI update
30
- mike deploy 3.4.5 -p --rebase
30
+ mike deploy 3.4.6 -p --rebase
31
31
mike list
32
32
33
33
- name : show git branch
37
37
git checkout gh-pages
38
38
- name : Compress
39
39
run : |
40
- tar -vczf nebula-docs.tar.gz 3.4.5 versions.json *.html
40
+ tar -vczf nebula-docs.tar.gz 3.4.6 versions.json *.html
41
41
42
42
- name : Transfer
43
43
# uses: garygrossgarten/github-action-scp@release
60
60
mkdir -p /usr/web/nebula-docs/
61
61
tar -xzf /usr/web/nebula-docs.tar.gz -C /usr/web/nebula-docs/
62
62
mkdir -p /usr/web/nebula-docs/site/pdf/
63
- cp -f /usr/web/nebula-docs/3.4.5 /pdf/NebulaGraph-CN.pdf /usr/web/nebula-docs/site/pdf/NebulaGraph-book.pdf
63
+ cp -f /usr/web/nebula-docs/3.4.6 /pdf/NebulaGraph-CN.pdf /usr/web/nebula-docs/site/pdf/NebulaGraph-book.pdf
64
64
65
65
# pip3 install --upgrade pip
66
66
# pip3 install -r /usr/web/nebula-docs/requirement.txt
Original file line number Diff line number Diff line change 2
2
3
3
## 缺陷修复
4
4
5
- - 禁用使用 curl 修改参数` enable_authorize ` 。
6
- - 增强` SUBMIT JOB DOWNLOAD ` 语句的参数合法性校验,提升安全性。
5
+ - 修复在重启 graphd 进程时对 leader 异常处理的问题。
7
6
8
7
## 历史版本
9
8
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ docs_dir: docs-2.0
8
8
copyright : Copyright © 2023 NebulaGraph - 浙ICP备20010487号
9
9
10
10
# modify when release:
11
- edit_uri : ' https://github.com/vesoft-inc/nebula-docs-cn/edit/v3.4.5 /docs-2.0/'
11
+ edit_uri : ' https://github.com/vesoft-inc/nebula-docs-cn/edit/v3.4.6 /docs-2.0/'
12
12
13
13
# Configuration
14
14
theme :
@@ -110,7 +110,7 @@ plugins:
110
110
# modify when release:
111
111
- with-pdf :
112
112
copyright : 2023 vesoft Inc.
113
- cover_subtitle : v3.4.5
113
+ cover_subtitle : v3.4.6
114
114
author : 陈梦阳,梁振亚,黄凤仙
115
115
cover : true
116
116
back_cover : true
@@ -149,13 +149,13 @@ extra:
149
149
- icon : ' fontawesome/brands/github'
150
150
link : ' https://github.com/vesoft-inc/nebula-docs-cn'
151
151
nebula :
152
- release : 3.4.5
152
+ release : 3.4.6
153
153
nightly : nightly
154
154
master : master
155
155
base20 : 2.0
156
156
base200 : 2.0.0
157
157
branch : release-3.4
158
- tag : v3.4.5
158
+ tag : v3.4.6
159
159
studio :
160
160
base111b : 1.1.1-beta
161
161
base220 : 2.2.1
You can’t perform that action at this time.
0 commit comments