File tree 9 files changed +25
-25
lines changed
9 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const (
42
42
CLIVersion = "1.0.0"
43
43
44
44
// SupportedServerVersions is used by CLI and inter role communication.
45
- SupportedServerVersions = ">=0.31 .0 <2.0.0"
45
+ SupportedServerVersions = ">=1.0 .0 <2.0.0"
46
46
)
47
47
48
48
var (
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
13
13
- ALL
14
14
command : ["start", "--insecure"]
15
15
temporal :
16
- image : temporalio/auto-setup:${SERVER_TAG:-1.0.0-rc1 }
16
+ image : temporalio/auto-setup:${SERVER_TAG:-1.0.0}
17
17
ports :
18
18
- " 7233:7233"
19
19
volumes :
@@ -30,15 +30,15 @@ services:
30
30
links :
31
31
- cockroach:postgres
32
32
temporal-admin-tools :
33
- image : temporalio/admin-tools:${SERVER_TAG:-1.0.0-rc1 }
33
+ image : temporalio/admin-tools:${SERVER_TAG:-1.0.0}
34
34
stdin_open : true
35
35
tty : true
36
36
environment :
37
37
- " TEMPORAL_CLI_ADDRESS=temporal:7233"
38
38
depends_on :
39
39
- temporal
40
40
temporal-web :
41
- image : temporalio/web:${WEB_TAG:-1.0.0-rc1 }
41
+ image : temporalio/web:${WEB_TAG:-1.0.0}
42
42
environment :
43
43
- " TEMPORAL_GRPC_ENDPOINT=temporal:7233"
44
44
- " TEMPORAL_PERMIT_WRITE_API=true"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ services:
26
26
- discovery.type=single-node
27
27
- ES_JAVA_OPTS=-Xms100m -Xmx100m
28
28
temporal :
29
- image : temporalio/auto-setup:${SERVER_TAG:-1.0.0-rc1 }
29
+ image : temporalio/auto-setup:${SERVER_TAG:-1.0.0}
30
30
ports :
31
31
- " 7233:7233"
32
32
volumes :
@@ -42,15 +42,15 @@ services:
42
42
- kafka
43
43
- elasticsearch
44
44
temporal-admin-tools :
45
- image : temporalio/admin-tools:${SERVER_TAG:-1.0.0-rc1 }
45
+ image : temporalio/admin-tools:${SERVER_TAG:-1.0.0}
46
46
stdin_open : true
47
47
tty : true
48
48
environment :
49
49
- " TEMPORAL_CLI_ADDRESS=temporal:7233"
50
50
depends_on :
51
51
- temporal
52
52
temporal-web :
53
- image : temporalio/web:${WEB_TAG:-1.0.0-rc1 }
53
+ image : temporalio/web:${WEB_TAG:-1.0.0}
54
54
environment :
55
55
- " TEMPORAL_GRPC_ENDPOINT=temporal:7233"
56
56
- " TEMPORAL_PERMIT_WRITE_API=true"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
21
21
KAFKA_LISTENERS : PLAINTEXT://0.0.0.0:9092
22
22
KAFKA_ZOOKEEPER_CONNECT : zookeeper:2181
23
23
temporal :
24
- image : temporalio/auto-setup:${SERVER_TAG:-1.0.0-rc1 }
24
+ image : temporalio/auto-setup:${SERVER_TAG:-1.0.0}
25
25
ports :
26
26
- " 7233:7233"
27
27
volumes :
@@ -47,15 +47,15 @@ services:
47
47
- discovery.type=single-node
48
48
- ES_JAVA_OPTS=-Xms100m -Xmx100m
49
49
temporal-admin-tools :
50
- image : temporalio/admin-tools:${SERVER_TAG:-1.0.0-rc1 }
50
+ image : temporalio/admin-tools:${SERVER_TAG:-1.0.0}
51
51
stdin_open : true
52
52
tty : true
53
53
environment :
54
54
- " TEMPORAL_CLI_ADDRESS=temporal:7233"
55
55
depends_on :
56
56
- temporal
57
57
temporal-web :
58
- image : temporalio/web:${WEB_TAG:-1.0.0-rc1 }
58
+ image : temporalio/web:${WEB_TAG:-1.0.0}
59
59
environment :
60
60
- " TEMPORAL_GRPC_ENDPOINT=temporal:7233"
61
61
ports :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
7
7
environment :
8
8
- " MYSQL_ROOT_PASSWORD=root"
9
9
temporal :
10
- image : temporalio/auto-setup:${SERVER_TAG:-1.0.0-rc1 }
10
+ image : temporalio/auto-setup:${SERVER_TAG:-1.0.0}
11
11
ports :
12
12
- " 7233:7233"
13
13
volumes :
@@ -21,15 +21,15 @@ services:
21
21
depends_on :
22
22
- mysql
23
23
temporal-admin-tools :
24
- image : temporalio/admin-tools:${SERVER_TAG:-1.0.0-rc1 }
24
+ image : temporalio/admin-tools:${SERVER_TAG:-1.0.0}
25
25
stdin_open : true
26
26
tty : true
27
27
environment :
28
28
- " TEMPORAL_CLI_ADDRESS=temporal:7233"
29
29
depends_on :
30
30
- temporal
31
31
temporal-web :
32
- image : temporalio/web:${WEB_TAG:-1.0.0-rc1 }
32
+ image : temporalio/web:${WEB_TAG:-1.0.0}
33
33
environment :
34
34
- " TEMPORAL_GRPC_ENDPOINT=temporal:7233"
35
35
- " TEMPORAL_PERMIT_WRITE_API=true"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
ports :
9
9
- " 5432:5432"
10
10
temporal :
11
- image : temporalio/auto-setup:${SERVER_TAG:-1.0.0-rc1 }
11
+ image : temporalio/auto-setup:${SERVER_TAG:-1.0.0}
12
12
ports :
13
13
- " 7233:7233"
14
14
volumes :
@@ -23,15 +23,15 @@ services:
23
23
depends_on :
24
24
- postgres
25
25
temporal-admin-tools :
26
- image : temporalio/admin-tools:${SERVER_TAG:-1.0.0-rc1 }
26
+ image : temporalio/admin-tools:${SERVER_TAG:-1.0.0}
27
27
stdin_open : true
28
28
tty : true
29
29
environment :
30
30
- " TEMPORAL_CLI_ADDRESS=temporal:7233"
31
31
depends_on :
32
32
- temporal
33
33
temporal-web :
34
- image : temporalio/web:${WEB_TAG:-1.0.0-rc1 }
34
+ image : temporalio/web:${WEB_TAG:-1.0.0}
35
35
environment :
36
36
- " TEMPORAL_GRPC_ENDPOINT=temporal:7233"
37
37
- " TEMPORAL_PERMIT_WRITE_API=true"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
6
6
ports :
7
7
- " 9042:9042"
8
8
temporal :
9
- image : temporalio/auto-setup:${SERVER_TAG:-1.0.0-rc1 }
9
+ image : temporalio/auto-setup:${SERVER_TAG:-1.0.0}
10
10
ports :
11
11
- " 7233:7233"
12
12
volumes :
@@ -17,15 +17,15 @@ services:
17
17
depends_on :
18
18
- cassandra
19
19
temporal-admin-tools :
20
- image : temporalio/admin-tools:${SERVER_TAG:-1.0.0-rc1 }
20
+ image : temporalio/admin-tools:${SERVER_TAG:-1.0.0}
21
21
stdin_open : true
22
22
tty : true
23
23
environment :
24
24
- " TEMPORAL_CLI_ADDRESS=temporal:7233"
25
25
depends_on :
26
26
- temporal
27
27
temporal-web :
28
- image : temporalio/web:${WEB_TAG:-1.0.0-rc1 }
28
+ image : temporalio/web:${WEB_TAG:-1.0.0}
29
29
environment :
30
30
- " TEMPORAL_GRPC_ENDPOINT=temporal:7233"
31
31
- " TEMPORAL_PERMIT_WRITE_API=true"
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ require (
59
59
github.com/urfave/cli v1.22.4
60
60
github.com/valyala/fastjson v1.5.1
61
61
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
62
- go.temporal.io/api v1.0.0-rc1
63
- go.temporal.io/sdk v1.0.0-rc1
62
+ go.temporal.io/api v1.0.0
63
+ go.temporal.io/sdk v1.0.0
64
64
go.uber.org/atomic v1.6.0
65
65
go.uber.org/multierr v1.5.0
66
66
go.uber.org/zap v1.15.0
Original file line number Diff line number Diff line change @@ -355,10 +355,10 @@ go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
355
355
go.opencensus.io v0.22.2 /go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw =
356
356
go.opencensus.io v0.22.3 h1:8sGtKOrtQqkN1bp2AtX+misvLIlOmsEsNd+9NIcPEm8 =
357
357
go.opencensus.io v0.22.3 /go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw =
358
- go.temporal.io/api v1.0.0-rc1 h1:a5n4VAFp5Xi997frqiXIiic5uf8RBppBWt1ENeRSCnM =
359
- go.temporal.io/api v1.0.0-rc1 /go.mod h1:AgbKINgV3KR9SlTH8nQRsNadVbxVI+/LnZ1uFModMIA =
360
- go.temporal.io/sdk v1.0.0-rc1 h1:sawdwVqJm/ZGCPJF63kvvwetzRXnEjjXR8HEUayXIOE =
361
- go.temporal.io/sdk v1.0.0-rc1 /go.mod h1:93SKxpUfV4TMKz3hxRfGgGk5f9RpItJoZQVHLIn7hJ0 =
358
+ go.temporal.io/api v1.0.0 h1:mWtvS+5ENYvG4ZPZ/4/bxCj4j3gIF4D05C2GVrhLpjc =
359
+ go.temporal.io/api v1.0.0 /go.mod h1:AgbKINgV3KR9SlTH8nQRsNadVbxVI+/LnZ1uFModMIA =
360
+ go.temporal.io/sdk v1.0.0 h1:Cfrr/RkcoGu+B/vpOII1D7xv4rhRHa5eYQStnuASS7k =
361
+ go.temporal.io/sdk v1.0.0 /go.mod h1:mtuFg8AafvaXeAE3gwBjZZN05uwTGjzVf1qkXmq4hpM =
362
362
go.uber.org/atomic v1.5.0 /go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ =
363
363
go.uber.org/atomic v1.5.1 /go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ =
364
364
go.uber.org/atomic v1.6.0 h1:Ezj3JGmsOnG1MoRWQkPBsKLe9DwWD9QeXzTRzzldNVk =
You can’t perform that action at this time.
0 commit comments