diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e9069e397e0..dd903bc9c8d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,11 +35,10 @@ jobs: run: | mike list -# - name: Mike Deploy -# run: | -# mike deploy 2.6.2 -p --rebase -# mike set-default 2.6.2 -p --rebase -# mike list + - name: Mike Deploy 2.6.2 + run: | + mike deploy 2.6.2 -p --rebase + mike list # - name: Deploy # uses: peaceiris/actions-gh-pages@v3 diff --git a/docs-2.0/20.appendix/releasenote.md b/docs-2.0/20.appendix/releasenote.md index b8a901d286a..5a06c6bebfe 100644 --- a/docs-2.0/20.appendix/releasenote.md +++ b/docs-2.0/20.appendix/releasenote.md @@ -2,7 +2,11 @@ ## Bug fix -Fixed the bug that the nebula connection will be interrupted if the YIELD clause in LOOKUP contains aggregate functions.[#3245](https://github.com/vesoft-inc/nebula/pull/3245) +- Fixed the bug that memory was not released when default value was used ​​when no value was specified in nGQL. [#3806](https://github.com/vesoft-inc/nebula/pull/3806) + +- Fixed the bug of reading memory stats under Cgroup v2. [#3792](https://github.com/vesoft-inc/nebula/pull/3792) + +- Fixed the bug that failed to create a full-text index for the same tag or edge internal id in different SPACE. [#3793](https://github.com/vesoft-inc/nebula/pull/3793) ## Legacy versions