Skip to content

Commit

Permalink
Prepare release (#39)
Browse files Browse the repository at this point in the history
* delete jmeter run shell

* release v1.0.0

* change nebula version
  • Loading branch information
HarrisChu authored Aug 20, 2021
1 parent aac1fc9 commit 661f871
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ The main features:
## Dependency

| Nebula Bench | Nebua | Nebula Importer | K6 Plugin | ldbc_snb_datagen | Nebula-go |
|:-----------------:|:-------------:|:---------------:|:------------:|:-------------------:|:--------------:|
| v0.2 | v2.0.1 | v2.0.0-ga | v0.0.6 | v0.3.3 | v2.0.0-ga |
| master | v2.0.1 | v2.0.0-ga | v0.0.6 | v0.3.3 | v2.0.0-ga |
| v1.0.0 | v2.5.0 | v2.5.0 | v0.0.7 | v0.3.3 | v2.5.0 |
| master | v2.5.0 | v2.5.0 | v0.0.7 | v0.3.3 | v2.5.0 |

## How to use

Expand Down
3 changes: 2 additions & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
| Nebula Bench | Nebua | Nebula Importer | K6 Plugin | ldbc_snb_datagen | Nebula-go |
|:-----------------:|:-------------:|:---------------:|:------------:|:-------------------:|:--------------:|
| v0.2 | v2.0.1 | v2.0.0-ga | v0.0.6 | v0.3.3 | v2.0.0-ga |
| master | v2.0.1 | v2.0.0-ga | v0.0.6 | v0.3.3 | v2.0.0-ga |
| v1.0.0 | v2.5.0 | v2.5.0 | v0.0.7 | v0.3.3 | v2.5.0 |
| master | v2.5.0 | v2.5.0 | v0.0.7 | v0.3.3 | v2.5.0 |

## 使用说明

Expand Down
18 changes: 9 additions & 9 deletions e2e/nebula/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad0:
image: vesoft/nebula-metad:v2.0.1
image: vesoft/nebula-metad:v2.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -35,7 +35,7 @@ services:
- SYS_PTRACE

metad1:
image: vesoft/nebula-metad:v2.0.1
image: vesoft/nebula-metad:v2.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
- SYS_PTRACE

metad2:
image: vesoft/nebula-metad:v2.0.1
image: vesoft/nebula-metad:v2.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
- SYS_PTRACE

storaged0:
image: vesoft/nebula-storaged:v2.0.1
image: vesoft/nebula-storaged:v2.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -141,7 +141,7 @@ services:
- SYS_PTRACE

storaged1:
image: vesoft/nebula-storaged:v2.0.1
image: vesoft/nebula-storaged:v2.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -179,7 +179,7 @@ services:
- SYS_PTRACE

storaged2:
image: vesoft/nebula-storaged:v2.0.1
image: vesoft/nebula-storaged:v2.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -217,7 +217,7 @@ services:
- SYS_PTRACE

graphd:
image: vesoft/nebula-graphd:v2.0.1
image: vesoft/nebula-graphd:v2.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -253,7 +253,7 @@ services:
- SYS_PTRACE

graphd1:
image: vesoft/nebula-graphd:v2.0.1
image: vesoft/nebula-graphd:v2.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -289,7 +289,7 @@ services:
- SYS_PTRACE

graphd2:
image: vesoft/nebula-graphd:v2.0.1
image: vesoft/nebula-graphd:v2.5.0
environment:
USER: root
TZ: "${TZ}"
Expand Down
4 changes: 2 additions & 2 deletions scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ HADOOP_VERSION=3.2.1

scaleFactor=${scaleFactor:-1}

NEBULA_IMPORTER_VERSION=${NEBULA_IMPORTER_VERSION:-v2.0.0-ga}
NEBULA_XK6_VERSION=${NEBULA_XK6_VERSION:-v0.0.6}
NEBULA_IMPORTER_VERSION=${NEBULA_IMPORTER_VERSION:-v2.5.0}
NEBULA_XK6_VERSION=${NEBULA_XK6_VERSION:-v0.0.7}

GOLANG_VERSION=${GOLANG_VERSION:-1.16.6}

0 comments on commit 661f871

Please sign in to comment.