diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c79d88af..567eaae9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,9 +1,9 @@ name: test on: push: - branches: [ master ] + branches: [ master, 'release-**' ] pull_request: - branches: [ master ] + branches: [ master, 'release-**' ] schedule: - cron: "0 6 * * *" diff --git a/README.md b/README.md index ffac0ac4..f90335d2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ **IMPORTANT: Code of Nebula go client has been transferred from [nebula-clients](https://github.com/vesoft-inc/nebula-clients) to this repository(nebula-go), and new releases in the future will be published in this repository. Please update your go.mod and imports correspondingly.** -Official Nebula Go client which communicates with the server using [fbthrift](https://github.com/facebook/fbthrift/). Currently the latest stable release is **[v3.1.0](https://github.com/vesoft-inc/nebula-go/tree/release-v3.1)** +Official Nebula Go client which communicates with the server using [fbthrift](https://github.com/facebook/fbthrift/). Currently the latest stable release is **[v3.2.0](https://github.com/vesoft-inc/nebula-go/tree/release-v3.2)** The code in **master branch** will be updated to accommodate the nightly changes made in Nebula Graph. To Use the console with a stable release of Nebula Graph, please check the branches and use the corresponding version. @@ -19,6 +19,7 @@ To Use the console with a stable release of Nebula Graph, please check the branc | **[v2.6.0](https://github.com/vesoft-inc/nebula-go/tree/v2.6.0)** | 2.6.0 | | **[v3.0.0](https://github.com/vesoft-inc/nebula-go/tree/v3.0.0)** | 3.0.0 | | **[v3.1.x](https://github.com/vesoft-inc/nebula-go/tree/v3.1.0)** | 3.1.x | +| **[v3.2.x](https://github.com/vesoft-inc/nebula-go/tree/v3.2.0)** | 3.1.x-3.2.x | | **[master](https://github.com/vesoft-inc/nebula-go/tree/master)** | 3.x-nightly | Please be careful not to modify the files in the nebula directory, these codes were all generated by fbthrift. @@ -34,7 +35,8 @@ $ go get -u -v github.com/vesoft-inc/nebula-go/v3@master You can specify the version of Nebula-go by substituting `` in `$ go get -u -v github.com/vesoft-inc/nebula-go@`. For example: - for v3: `$ go get -u -v github.com/vesoft-inc/nebula-go/v3@v3.1.0` + for v3: `$ go get -u -v github.com/vesoft-inc/nebula-go/v3@v3.2.0` + for v2: `$ go get -u -v github.com/vesoft-inc/nebula-go/v2@v2.6.0` **Note**: You will get a message like this if you don't specify a tag: diff --git a/nebula-docker-compose/docker-compose.yaml b/nebula-docker-compose/docker-compose.yaml index 99dcf7e6..53b3fcb9 100644 --- a/nebula-docker-compose/docker-compose.yaml +++ b/nebula-docker-compose/docker-compose.yaml @@ -1,7 +1,7 @@ version: '3.4' services: metad0: - image: vesoft/nebula-metad:nightly + image: vesoft/nebula-metad:v3.2.0 environment: USER: root TZ: "${TZ}" @@ -44,7 +44,7 @@ services: - SYS_PTRACE metad1: - image: vesoft/nebula-metad:nightly + image: vesoft/nebula-metad:v3.2.0 environment: USER: root TZ: "${TZ}" @@ -87,7 +87,7 @@ services: - SYS_PTRACE metad2: - image: vesoft/nebula-metad:nightly + image: vesoft/nebula-metad:v3.2.0 environment: USER: root TZ: "${TZ}" @@ -130,7 +130,7 @@ services: - SYS_PTRACE storaged0: - image: vesoft/nebula-storaged:nightly + image: vesoft/nebula-storaged:v3.2.0 environment: USER: root TZ: "${TZ}" @@ -177,7 +177,7 @@ services: - SYS_PTRACE storaged1: - image: vesoft/nebula-storaged:nightly + image: vesoft/nebula-storaged:v3.2.0 environment: USER: root TZ: "${TZ}" @@ -224,7 +224,7 @@ services: - SYS_PTRACE storaged2: - image: vesoft/nebula-storaged:nightly + image: vesoft/nebula-storaged:v3.2.0 environment: USER: root TZ: "${TZ}" @@ -271,7 +271,7 @@ services: - SYS_PTRACE graphd: - image: vesoft/nebula-graphd:nightly + image: vesoft/nebula-graphd:v3.2.0 environment: USER: root TZ: "${TZ}" @@ -318,7 +318,7 @@ services: - SYS_PTRACE graphd1: - image: vesoft/nebula-graphd:nightly + image: vesoft/nebula-graphd:v3.2.0 environment: USER: root TZ: "${TZ}" @@ -365,7 +365,7 @@ services: - SYS_PTRACE graphd2: - image: vesoft/nebula-graphd:nightly + image: vesoft/nebula-graphd:v3.2.0 environment: USER: root TZ: "${TZ}" @@ -414,7 +414,7 @@ services: - SYS_PTRACE console: - image: vesoft/nebula-console:nightly + image: vesoft/nebula-console:v3.0.0 entrypoint: "" command: - sh