Skip to content

Commit

Permalink
release v3.4.6 (#3078)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Sep 20, 2024
1 parent 636dde0 commit 7148ce2
Show file tree
Hide file tree
Showing 3 changed files with 9 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.5
- v3.4.6

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.5 -p --rebase
mike deploy 3.4.6 -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.5 versions.json *.html
tar -vczf nebula-docs.tar.gz 3.4.6 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.5/pdf/NebulaGraph-CN.pdf /usr/web/nebula-docs/site/pdf/NebulaGraph-book.pdf
cp -f /usr/web/nebula-docs/3.4.6/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
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

## 缺陷修复

- 禁用使用 curl 修改参数`enable_authorize`
- 增强`SUBMIT JOB DOWNLOAD`语句的参数合法性校验,提升安全性。
- 修复在重启 graphd 进程时对 leader 异常处理的问题。

## 历史版本

Expand Down
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.5/docs-2.0/'
edit_uri: 'https://github.com/vesoft-inc/nebula-docs-cn/edit/v3.4.6/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.5
cover_subtitle: v3.4.6
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.5
release: 3.4.6
nightly: nightly
master: master
base20: 2.0
base200: 2.0.0
branch: release-3.4
tag: v3.4.5
tag: v3.4.6
studio:
base111b: 1.1.1-beta
base220: 2.2.1
Expand Down

0 comments on commit 7148ce2

Please sign in to comment.