Skip to content

Commit

Permalink
Nebula Graph 3.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: wey-gu <[email protected]>
  • Loading branch information
wey-gu committed May 13, 2022
1 parent 124a930 commit ff1c42e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion databuilder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ elasticsearch>=6.2.0,<8.0
elasticsearch-dsl==7.4.0
neo4j-driver>=1.7.2,<2.0
requests>=2.25.0,<3.0
nebula3-python>=3.0.0,<4.0
nebula3-python>=3.1.0,<4.0

freezegun>=1.1.0
atomicwrites>=1.1.5
Expand Down
18 changes: 9 additions & 9 deletions docker-amundsen-nebula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:

metad0:
# Will use switch to a versioned image tag when nebula releases 3.1.0 in upcoming weeks
image: vesoft/nebula-metad@sha256:30b421feff7845fdd15dea4a97e89ce9beeb243cf984b63609c64cd754137cf3
image: vesoft/nebula-metad:v3.1.0
environment:
USER: root
command:
Expand All @@ -94,7 +94,7 @@ services:
- SYS_PTRACE

metad1:
image: vesoft/nebula-metad@sha256:30b421feff7845fdd15dea4a97e89ce9beeb243cf984b63609c64cd754137cf3
image: vesoft/nebula-metad:v3.1.0
environment:
USER: root
command:
Expand All @@ -121,7 +121,7 @@ services:
- SYS_PTRACE

metad2:
image: vesoft/nebula-metad@sha256:30b421feff7845fdd15dea4a97e89ce9beeb243cf984b63609c64cd754137cf3
image: vesoft/nebula-metad:v3.1.0
environment:
USER: root
command:
Expand All @@ -148,7 +148,7 @@ services:
- SYS_PTRACE

storaged0:
image: vesoft/nebula-storaged@sha256:7792ff1c7d5357b45ec3f711b1ad50ab8ccb1239388bd56fbbdbab17e48dcb87
image: vesoft/nebula-storaged:v3.1.0
environment:
USER: root
command:
Expand Down Expand Up @@ -179,7 +179,7 @@ services:
- SYS_PTRACE

storaged1:
image: vesoft/nebula-storaged@sha256:7792ff1c7d5357b45ec3f711b1ad50ab8ccb1239388bd56fbbdbab17e48dcb87
image: vesoft/nebula-storaged:v3.1.0
environment:
USER: root
command:
Expand Down Expand Up @@ -210,7 +210,7 @@ services:
- SYS_PTRACE

storaged2:
image: vesoft/nebula-storaged@sha256:7792ff1c7d5357b45ec3f711b1ad50ab8ccb1239388bd56fbbdbab17e48dcb87
image: vesoft/nebula-storaged:v3.1.0
environment:
USER: root
command:
Expand Down Expand Up @@ -241,7 +241,7 @@ services:
- SYS_PTRACE

graphd:
image: vesoft/nebula-graphd@sha256:161785cd1078d83e7ab6bddf6c430f1c4d32bbe2add586997f7a65e30e730a4e
image: vesoft/nebula-graphd:v3.1.0
environment:
USER: root
command:
Expand Down Expand Up @@ -271,7 +271,7 @@ services:
- SYS_PTRACE

graphd1:
image: vesoft/nebula-graphd@sha256:161785cd1078d83e7ab6bddf6c430f1c4d32bbe2add586997f7a65e30e730a4e
image: vesoft/nebula-graphd:v3.1.0
environment:
USER: root
command:
Expand Down Expand Up @@ -301,7 +301,7 @@ services:
- SYS_PTRACE

graphd2:
image: vesoft/nebula-graphd@sha256:161785cd1078d83e7ab6bddf6c430f1c4d32bbe2add586997f7a65e30e730a4e
image: vesoft/nebula-graphd:v3.1.0
environment:
USER: root
command:
Expand Down
2 changes: 1 addition & 1 deletion metadata/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ neotime==1.7.1
apache_atlas==0.0.11
beaker>=1.10.0
overrides==2.5
nebula3-python>=3.0.0
nebula3-python>=3.1.0,<4.0
2 changes: 1 addition & 1 deletion metadata/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'gremlinpython==3.4.3',
'gremlinpython==3.4.3'
]
nebula = ['nebula3-python>=3.0.0']
nebula = ['nebula3-python>=3.1.0,<4.0']
all_deps = requirements + requirements_common + requirements_dev + oidc + atlas + rds + gremlin + nebula

setup(
Expand Down

0 comments on commit ff1c42e

Please sign in to comment.