Skip to content

Commit 878083c

Browse files
authored
0.4.11: lift nebulagraph to 3.6.0 #30
0.4.11: lift nebulagraph to 3.6.0
2 parents 07c6fac + 08fe060 commit 878083c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docker-compose.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
- "com.vesoft.scope=core"
55
- "com.vesoft.role=meta"
66
container_name: nebulagraph_metad0
7-
image: vesoft/nebula-metad:v3.5.0
7+
image: vesoft/nebula-metad:v3.6.0
88
environment:
99
USER: root
1010
command:
@@ -39,7 +39,7 @@ services:
3939
- "com.vesoft.scope=core"
4040
- "com.vesoft.role=meta"
4141
container_name: nebulagraph_metad1
42-
image: vesoft/nebula-metad:v3.5.0
42+
image: vesoft/nebula-metad:v3.6.0
4343
environment:
4444
USER: root
4545
command:
@@ -74,7 +74,7 @@ services:
7474
- "com.vesoft.scope=core"
7575
- "com.vesoft.role=meta"
7676
container_name: nebulagraph_metad2
77-
image: vesoft/nebula-metad:v3.5.0
77+
image: vesoft/nebula-metad:v3.6.0
7878
environment:
7979
USER: root
8080
command:
@@ -109,7 +109,7 @@ services:
109109
- "com.vesoft.scope=core"
110110
- "com.vesoft.role=storage"
111111
container_name: nebulagraph_storaged0
112-
image: vesoft/nebula-storaged:v3.5.0
112+
image: vesoft/nebula-storaged:v3.6.0
113113
environment:
114114
USER: root
115115
command:
@@ -148,7 +148,7 @@ services:
148148
- "com.vesoft.scope=core"
149149
- "com.vesoft.role=storage"
150150
container_name: nebulagraph_storaged1
151-
image: vesoft/nebula-storaged:v3.5.0
151+
image: vesoft/nebula-storaged:v3.6.0
152152
environment:
153153
USER: root
154154
command:
@@ -187,7 +187,7 @@ services:
187187
- "com.vesoft.scope=core"
188188
- "com.vesoft.role=storage"
189189
container_name: nebulagraph_storaged2
190-
image: vesoft/nebula-storaged:v3.5.0
190+
image: vesoft/nebula-storaged:v3.6.0
191191
environment:
192192
USER: root
193193
command:
@@ -226,7 +226,7 @@ services:
226226
- "com.vesoft.scope=core"
227227
- "com.vesoft.role=graph"
228228
container_name: nebulagraph_graphd
229-
image: vesoft/nebula-graphd:v3.5.0
229+
image: vesoft/nebula-graphd:v3.6.0
230230
environment:
231231
USER: root
232232
command:
@@ -263,7 +263,7 @@ services:
263263
- "com.vesoft.scope=core"
264264
- "com.vesoft.role=graph"
265265
container_name: nebulagraph_graphd1
266-
image: vesoft/nebula-graphd:v3.5.0
266+
image: vesoft/nebula-graphd:v3.6.0
267267
environment:
268268
USER: root
269269
command:
@@ -300,7 +300,7 @@ services:
300300
- "com.vesoft.scope=core"
301301
- "com.vesoft.role=graph"
302302
container_name: nebulagraph_graphd2
303-
image: vesoft/nebula-graphd:v3.5.0
303+
image: vesoft/nebula-graphd:v3.6.0
304304
environment:
305305
USER: root
306306
command:

ui/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export function App() {
8686
<Box sx={{ alignItems: 'left', flexDirection: 'column', height: 20, fontSize: 10, justifyContent: 'center'}}>
8787
<Typography variant="body2" color={(theme) => theme.palette.text.primary} sx={{ my: 2, mr: 6 }}>
8888
<span style={{marginRight: 10}}></span>
89-
NebulaGraph for Docker Desktop Extension 0.4.10, NebulaGraph: v3.5.0, NebulaGraph Studio: v3.7.0
89+
NebulaGraph for Docker Desktop Extension 0.4.11, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
9090
</Typography>
9191
</Box>
9292

0 commit comments

Comments
 (0)