File tree 8 files changed +22
-22
lines changed
8 files changed +22
-22
lines changed 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/server:${SERVER_TAG:-0.26 .0}
16
+ image : temporalio/server:${SERVER_TAG:-0.27 .0}
17
17
ports :
18
18
- " 7233:7233"
19
19
environment :
@@ -29,15 +29,15 @@ services:
29
29
links :
30
30
- cockroach:postgres
31
31
temporal-admin-tools :
32
- image : temporalio/admin-tools:${SERVER_TAG:-0.26 .0}
32
+ image : temporalio/admin-tools:${SERVER_TAG:-0.27 .0}
33
33
stdin_open : true
34
34
tty : true
35
35
environment :
36
36
- " TEMPORAL_CLI_ADDRESS=temporal:7233"
37
37
depends_on :
38
38
- temporal
39
39
temporal-web :
40
- image : temporalio/web:${WEB_TAG:-0.26 .0}
40
+ image : temporalio/web:${WEB_TAG:-0.27 .0}
41
41
environment :
42
42
- " TEMPORAL_GRPC_ENDPOINT=temporal:7233"
43
43
ports :
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/server:${SERVER_TAG:-0.26 .0}
29
+ image : temporalio/server:${SERVER_TAG:-0.27 .0}
30
30
ports :
31
31
- " 7233:7233"
32
32
environment :
@@ -41,15 +41,15 @@ services:
41
41
- kafka
42
42
- elasticsearch
43
43
temporal-admin-tools :
44
- image : temporalio/admin-tools:${SERVER_TAG:-0.26 .0}
44
+ image : temporalio/admin-tools:${SERVER_TAG:-0.27 .0}
45
45
stdin_open : true
46
46
tty : true
47
47
environment :
48
48
- " TEMPORAL_CLI_ADDRESS=temporal:7233"
49
49
depends_on :
50
50
- temporal
51
51
temporal-web :
52
- image : temporalio/web:${WEB_TAG:-0.26 .0}
52
+ image : temporalio/web:${WEB_TAG:-0.27 .0}
53
53
environment :
54
54
- " TEMPORAL_GRPC_ENDPOINT=temporal:7233"
55
55
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/server:${SERVER_TAG:-0.26 .0}
10
+ image : temporalio/server:${SERVER_TAG:-0.27 .0}
11
11
ports :
12
12
- " 7233:7233"
13
13
environment :
@@ -20,15 +20,15 @@ services:
20
20
depends_on :
21
21
- mysql
22
22
temporal-admin-tools :
23
- image : temporalio/admin-tools:${SERVER_TAG:-0.26 .0}
23
+ image : temporalio/admin-tools:${SERVER_TAG:-0.27 .0}
24
24
stdin_open : true
25
25
tty : true
26
26
environment :
27
27
- " TEMPORAL_CLI_ADDRESS=temporal:7233"
28
28
depends_on :
29
29
- temporal
30
30
temporal-web :
31
- image : temporalio/web:${WEB_TAG:-0.26 .0}
31
+ image : temporalio/web:${WEB_TAG:-0.27 .0}
32
32
environment :
33
33
- " TEMPORAL_GRPC_ENDPOINT=temporal:7233"
34
34
ports :
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/server:${SERVER_TAG:-0.26 .0}
11
+ image : temporalio/server:${SERVER_TAG:-0.27 .0}
12
12
ports :
13
13
- " 7233:7233"
14
14
environment :
@@ -22,15 +22,15 @@ services:
22
22
depends_on :
23
23
- postgres
24
24
temporal-admin-tools :
25
- image : temporalio/admin-tools:${SERVER_TAG:-0.26 .0}
25
+ image : temporalio/admin-tools:${SERVER_TAG:-0.27 .0}
26
26
stdin_open : true
27
27
tty : true
28
28
environment :
29
29
- " TEMPORAL_CLI_ADDRESS=temporal:7233"
30
30
depends_on :
31
31
- temporal
32
32
temporal-web :
33
- image : temporalio/web:${WEB_TAG:-0.26 .0}
33
+ image : temporalio/web:${WEB_TAG:-0.27 .0}
34
34
environment :
35
35
- " TEMPORAL_GRPC_ENDPOINT=temporal:7233"
36
36
ports :
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/server:${SERVER_TAG:-0.26 .0}
9
+ image : temporalio/server:${SERVER_TAG:-0.27 .0}
10
10
ports :
11
11
- " 7233:7233"
12
12
environment :
@@ -16,15 +16,15 @@ services:
16
16
depends_on :
17
17
- cassandra
18
18
temporal-admin-tools :
19
- image : temporalio/admin-tools:${SERVER_TAG:-0.26 .0}
19
+ image : temporalio/admin-tools:${SERVER_TAG:-0.27 .0}
20
20
stdin_open : true
21
21
tty : true
22
22
environment :
23
23
- " TEMPORAL_CLI_ADDRESS=temporal:7233"
24
24
depends_on :
25
25
- temporal
26
26
temporal-web :
27
- image : temporalio/web:${WEB_TAG:-0.26 .0}
27
+ image : temporalio/web:${WEB_TAG:-0.27 .0}
28
28
environment :
29
29
- " TEMPORAL_GRPC_ENDPOINT=temporal:7233"
30
30
ports :
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 v0.26.1-0.20200714004414-a2b31a0f7797
63
- go.temporal.io/sdk v0.26.1-0.20200714051239-9b7db6c0fe19
62
+ go.temporal.io/api v0.27.0
63
+ go.temporal.io/sdk v0.27.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 @@ -353,10 +353,10 @@ go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
353
353
go.opencensus.io v0.22.2 /go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw =
354
354
go.opencensus.io v0.22.3 h1:8sGtKOrtQqkN1bp2AtX+misvLIlOmsEsNd+9NIcPEm8 =
355
355
go.opencensus.io v0.22.3 /go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw =
356
- go.temporal.io/api v0.26.1-0.20200714004414-a2b31a0f7797 h1:0PnYP7/kN7CpEeo0RawyL1UN+9png+kFM0heBQGEC4Q =
357
- go.temporal.io/api v0.26.1-0.20200714004414-a2b31a0f7797 /go.mod h1:8CY+wo1SfHhGVZslLY5FAAhIA4TWtJJBmRPXObKPjvM =
358
- go.temporal.io/sdk v0.26.1-0.20200714051239-9b7db6c0fe19 h1:Mkw1bq7DpUzGixiJDn7IMlyEwKrA7XefM5e1hLdJIyA =
359
- go.temporal.io/sdk v0.26.1-0.20200714051239-9b7db6c0fe19 /go.mod h1:acbrog+vaoQynjBs262eFp0ezLSPnvT36p4izf4xfcQ =
356
+ go.temporal.io/api v0.27.0 h1:rKleFvZES4k4j8uCfohLlKL2BBdQgb/syfvrbhkkoz4 =
357
+ go.temporal.io/api v0.27.0 /go.mod h1:8CY+wo1SfHhGVZslLY5FAAhIA4TWtJJBmRPXObKPjvM =
358
+ go.temporal.io/sdk v0.27.0 h1:14mSr76PiINPPXaAXsRDoEUOsRFceyQxXFBirNDOXtM =
359
+ go.temporal.io/sdk v0.27.0 /go.mod h1:drjAzEMmKex7+yE476Wdg/wjhKpOlMPRKfgo+ON/jPQ =
360
360
go.uber.org/atomic v1.5.0 /go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ =
361
361
go.uber.org/atomic v1.5.1 /go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ =
362
362
go.uber.org/atomic v1.6.0 h1:Ezj3JGmsOnG1MoRWQkPBsKLe9DwWD9QeXzTRzzldNVk =
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import (
31
31
const (
32
32
// Version is the controlled version string. It should be updated every time
33
33
// before we release a new version.
34
- Version = "0.26 .0"
34
+ Version = "0.27 .0"
35
35
)
36
36
37
37
// SetFactory is used to set the ClientFactory global
You can’t perform that action at this time.
0 commit comments