Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add V3.0.0 release #186

Merged
merged 2 commits into from
Feb 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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 **[v2.6.0](https://github.com/vesoft-inc/nebula-go/tree/release-v2.6.0)**
Official Nebula Go client which communicates with the server using [fbthrift](https://github.com/facebook/fbthrift/). Currently the latest stable release is **[v3.0.0](https://github.com/vesoft-inc/nebula-go/tree/release-v3.0.0)**

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.
Expand All @@ -15,6 +15,7 @@ To Use the console with a stable release of Nebula Graph, please check the branc
| **[v2.0.0-ga](https://github.com/vesoft-inc/nebula-go/tree/v2.0.0-ga)** | 2.0.0-ga, 2.0.1 |
| **[v2.5.1](https://github.com/vesoft-inc/nebula-go/tree/v2.5.1)** | 2.5.0 |
| **[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 |
| **[master](https://github.com/vesoft-inc/nebula-go/tree/master)** | 3.x-nightly |


Expand All @@ -28,7 +29,10 @@ Please be careful not to modify the files in the nebula directory, these codes w
$ go get -u -v github.com/vesoft-inc/nebula-go/v3@master
```
You can specify the version of Nebula-go by substituting `<tag>` in `$ go get -u -v github.com/vesoft-inc/nebula-go@<tag>`.
For example: `$ go get -u -v github.com/vesoft-inc/nebula-go/v2@v2.6.0`
For example:

for v3: `$ go get -u -v github.com/vesoft-inc/nebula-go/v3@v3.0.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:
> ```
Expand All @@ -47,5 +51,3 @@ For example: `$ go get -u -v github.com/vesoft-inc/nebula-go/v2@v2.6.0`
## Licensing

**Nebula GO** is under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license, so you can freely download, modify, and deploy the source code to meet your needs. You can also freely deploy **Nebula GO** as a back-end service to support your SaaS deployment.

In order to prevent cloud providers monetizing from the project without contributing back, we added [Commons Clause 1.0](https://commonsclause.com/) to the project. As mentioned above, we fully commit to the open source community. We would love to hear your thoughts on the licensing model and are willing to make it more suitable for the community.
18 changes: 9 additions & 9 deletions nebula-docker-compose/docker-compose-ssl.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad0:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -44,7 +44,7 @@ services:
- SYS_PTRACE

metad1:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -87,7 +87,7 @@ services:
- SYS_PTRACE

metad2:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -130,7 +130,7 @@ services:
- SYS_PTRACE

storaged0:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -177,7 +177,7 @@ services:
- SYS_PTRACE

storaged1:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -224,7 +224,7 @@ services:
- SYS_PTRACE

storaged2:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -271,7 +271,7 @@ services:
- SYS_PTRACE

graphd:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -317,7 +317,7 @@ services:
- SYS_PTRACE

graphd1:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -363,7 +363,7 @@ services:
- SYS_PTRACE

graphd2:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3
environment:
USER: root
TZ: "${TZ}"
Expand Down