Skip to content

Commit e592d2c

Browse files
authored
release v3.4.5 (#3077)
* release v3.4.5 * Update nebula-ent-release-note.md
1 parent 49713c2 commit e592d2c

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.github/workflows/deploy.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish docs via GitHub Pages
22
on:
33
push:
44
branches:
5-
- v3.4.4
5+
- v3.4.5
66

77
jobs:
88
deploy:
@@ -27,7 +27,7 @@ jobs:
2727
- name: mike
2828
run: |
2929
git fetch origin gh-pages --depth=1 # fix mike's CI update
30-
mike deploy 3.4.4 -p --rebase
30+
mike deploy 3.4.5 -p --rebase
3131
mike list
3232
3333
- name: show git branch
@@ -37,7 +37,7 @@ jobs:
3737
git checkout gh-pages
3838
- name: Compress
3939
run: |
40-
tar -vczf nebula-docs.tar.gz 3.4.4 versions.json *.html
40+
tar -vczf nebula-docs.tar.gz 3.4.5 versions.json *.html
4141
4242
- name: Transfer
4343
# uses: garygrossgarten/github-action-scp@release
@@ -60,7 +60,7 @@ jobs:
6060
mkdir -p /usr/web/nebula-docs/
6161
tar -xzf /usr/web/nebula-docs.tar.gz -C /usr/web/nebula-docs/
6262
mkdir -p /usr/web/nebula-docs/site/pdf/
63-
cp -f /usr/web/nebula-docs/3.4.4/pdf/NebulaGraph-CN.pdf /usr/web/nebula-docs/site/pdf/NebulaGraph-book.pdf
63+
cp -f /usr/web/nebula-docs/3.4.5/pdf/NebulaGraph-CN.pdf /usr/web/nebula-docs/site/pdf/NebulaGraph-book.pdf
6464
6565
# pip3 install --upgrade pip
6666
# pip3 install -r /usr/web/nebula-docs/requirement.txt

docs-2.0/20.appendix/release-notes/nebula-ent-release-note.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## 缺陷修复
44

5-
- 修复`max_job_size > 1`导致的崩溃问题
6-
- 修复当`explain`语句中包含多个变量的语句时导致的 OOM 问题
5+
- 禁用使用 curl 修改参数`enable_authorize`
6+
- 增强`SUBMIT JOB DOWNLOAD`语句的参数合法性校验,提升安全性
77

88
## 历史版本
99

1010
[历史版本](https://www.nebula-graph.com.cn/tags/%E5%8F%91%E7%89%88%E8%AF%B4%E6%98%8E)
11+
12+

mkdocs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ docs_dir: docs-2.0
88
copyright: Copyright © 2023 NebulaGraph - 浙ICP备20010487号
99

1010
# modify when release:
11-
edit_uri: 'https://github.com/vesoft-inc/nebula-docs-cn/edit/v3.4.4/docs-2.0/'
11+
edit_uri: 'https://github.com/vesoft-inc/nebula-docs-cn/edit/v3.4.5/docs-2.0/'
1212

1313
# Configuration
1414
theme:
@@ -110,7 +110,7 @@ plugins:
110110
# modify when release:
111111
- with-pdf:
112112
copyright: 2023 vesoft Inc.
113-
cover_subtitle: v3.4.4
113+
cover_subtitle: v3.4.5
114114
author: 陈梦阳,梁振亚,黄凤仙
115115
cover: true
116116
back_cover: true
@@ -149,13 +149,13 @@ extra:
149149
- icon: 'fontawesome/brands/github'
150150
link: 'https://github.com/vesoft-inc/nebula-docs-cn'
151151
nebula:
152-
release: 3.4.4
152+
release: 3.4.5
153153
nightly: nightly
154154
master: master
155155
base20: 2.0
156156
base200: 2.0.0
157157
branch: release-3.4
158-
tag: v3.4.4
158+
tag: v3.4.5
159159
studio:
160160
base111b: 1.1.1-beta
161161
base220: 2.2.1

0 commit comments

Comments
 (0)