Skip to content

Commit

Permalink
release v3.4.5 (#3077)
Browse files Browse the repository at this point in the history
* release v3.4.5

* Update nebula-ent-release-note.md
  • Loading branch information
abby-cyber authored Sep 20, 2024
1 parent 49713c2 commit e592d2c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
8 changes: 4 additions & 4 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.4.4
- v3.4.5

jobs:
deploy:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: mike
run: |
git fetch origin gh-pages --depth=1 # fix mike's CI update
mike deploy 3.4.4 -p --rebase
mike deploy 3.4.5 -p --rebase
mike list
- name: show git branch
Expand All @@ -37,7 +37,7 @@ jobs:
git checkout gh-pages
- name: Compress
run: |
tar -vczf nebula-docs.tar.gz 3.4.4 versions.json *.html
tar -vczf nebula-docs.tar.gz 3.4.5 versions.json *.html
- name: Transfer
# uses: garygrossgarten/github-action-scp@release
Expand All @@ -60,7 +60,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.4.4/pdf/NebulaGraph-CN.pdf /usr/web/nebula-docs/site/pdf/NebulaGraph-book.pdf
cp -f /usr/web/nebula-docs/3.4.5/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
6 changes: 4 additions & 2 deletions docs-2.0/20.appendix/release-notes/nebula-ent-release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## 缺陷修复

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

## 历史版本

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


8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docs_dir: docs-2.0
copyright: Copyright © 2023 NebulaGraph - 浙ICP备20010487号

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

# Configuration
theme:
Expand Down Expand Up @@ -110,7 +110,7 @@ plugins:
# modify when release:
- with-pdf:
copyright: 2023 vesoft Inc.
cover_subtitle: v3.4.4
cover_subtitle: v3.4.5
author: 陈梦阳,梁振亚,黄凤仙
cover: true
back_cover: true
Expand Down Expand Up @@ -149,13 +149,13 @@ extra:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/vesoft-inc/nebula-docs-cn'
nebula:
release: 3.4.4
release: 3.4.5
nightly: nightly
master: master
base20: 2.0
base200: 2.0.0
branch: release-3.4
tag: v3.4.4
tag: v3.4.5
studio:
base111b: 1.1.1-beta
base220: 2.2.1
Expand Down

0 comments on commit e592d2c

Please sign in to comment.