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

V3.0.0 release #199

Merged
merged 2 commits into from
Feb 15, 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
16 changes: 8 additions & 8 deletions .github/workflows/deploy_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install setuptools wheel twine
pip install .
pip install -r requirements/dev.txt
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install setuptools wheel twine
pip install .
pip install -r requirements/dev.txt
- name: Test with pytest
run: |
docker-compose -f docker-compose.yaml up -d
Expand Down
20 changes: 10 additions & 10 deletions tests/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 @@ -42,7 +42,7 @@ services:
- SYS_PTRACE

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

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

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

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

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

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

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

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

console:
image: vesoft/nebula-console:nightly
image: vesoft/nebula-console:v3
entrypoint: ""
command:
- sh
Expand Down
20 changes: 10 additions & 10 deletions tests/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:nightly
image: vesoft/nebula-metad:v3
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- SYS_PTRACE

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

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

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

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

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

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

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

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

console:
image: vesoft/nebula-console:nightly
image: vesoft/nebula-console:v3
entrypoint: ""
command:
- sh
Expand Down