Skip to content

Commit

Permalink
Update API and SDK to v0.28.0 (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin authored Jul 31, 2020
1 parent e5e1edf commit f4bb2df
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose-cockroach.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- ALL
command: ["start", "--insecure"]
temporal:
image: temporalio/server:${SERVER_TAG:-0.27.0}
image: temporalio/server:${SERVER_TAG:-0.28.0}
ports:
- "7233:7233"
environment:
Expand All @@ -29,15 +29,15 @@ services:
links:
- cockroach:postgres
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.27.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.28.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.27.0}
image: temporalio/web:${WEB_TAG:-0.28.0}
environment:
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
ports:
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- discovery.type=single-node
- ES_JAVA_OPTS=-Xms100m -Xmx100m
temporal:
image: temporalio/server:${SERVER_TAG:-0.27.0}
image: temporalio/server:${SERVER_TAG:-0.28.0}
ports:
- "7233:7233"
environment:
Expand All @@ -41,15 +41,15 @@ services:
- kafka
- elasticsearch
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.27.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.28.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.27.0}
image: temporalio/web:${WEB_TAG:-0.28.0}
environment:
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
ports:
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
environment:
- "MYSQL_ROOT_PASSWORD=root"
temporal:
image: temporalio/server:${SERVER_TAG:-0.27.0}
image: temporalio/server:${SERVER_TAG:-0.28.0}
ports:
- "7233:7233"
environment:
Expand All @@ -20,15 +20,15 @@ services:
depends_on:
- mysql
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.27.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.28.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.27.0}
image: temporalio/web:${WEB_TAG:-0.28.0}
environment:
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
ports:
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
ports:
- "5432:5432"
temporal:
image: temporalio/server:${SERVER_TAG:-0.27.0}
image: temporalio/server:${SERVER_TAG:-0.28.0}
ports:
- "7233:7233"
environment:
Expand All @@ -22,15 +22,15 @@ services:
depends_on:
- postgres
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.27.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.28.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.27.0}
image: temporalio/web:${WEB_TAG:-0.28.0}
environment:
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
ports:
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
ports:
- "9042:9042"
temporal:
image: temporalio/server:${SERVER_TAG:-0.27.0}
image: temporalio/server:${SERVER_TAG:-0.28.0}
ports:
- "7233:7233"
environment:
Expand All @@ -16,15 +16,15 @@ services:
depends_on:
- cassandra
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.27.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.28.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.27.0}
image: temporalio/web:${WEB_TAG:-0.28.0}
environment:
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
ports:
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ require (
github.com/urfave/cli v1.22.4
github.com/valyala/fastjson v1.5.1
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
go.temporal.io/api v0.27.1-0.20200731022330-e71936ec49e2
go.temporal.io/sdk v0.27.1-0.20200731022914-4dfdb125c775
go.temporal.io/api v0.28.0
go.temporal.io/sdk v0.28.0
go.uber.org/atomic v1.6.0
go.uber.org/multierr v1.5.0
go.uber.org/zap v1.15.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,10 @@ go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
go.opencensus.io v0.22.3 h1:8sGtKOrtQqkN1bp2AtX+misvLIlOmsEsNd+9NIcPEm8=
go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
go.temporal.io/api v0.27.1-0.20200731022330-e71936ec49e2 h1:OscLl2nkyt/jRUpW6F4eF1fXA1GVI3fL7oQh8KsIunQ=
go.temporal.io/api v0.27.1-0.20200731022330-e71936ec49e2/go.mod h1:hx4XmqGhaHIycLqCMl4bXiNLlmQgCwohnjkcevNnjS8=
go.temporal.io/sdk v0.27.1-0.20200731022914-4dfdb125c775 h1:Us97azfLd0/NKwP6Bg+mSw/FqFsTFrJJMoeGtyvcHOc=
go.temporal.io/sdk v0.27.1-0.20200731022914-4dfdb125c775/go.mod h1:isgDAQ2yrDgELO+jiG5GRxZrzfGwhSC26pA03+DIun4=
go.temporal.io/api v0.28.0 h1:Bi+XVn6BlWADL637BPMhVIwqj7gKNy0KEUjrvMgJ9Bk=
go.temporal.io/api v0.28.0/go.mod h1:hx4XmqGhaHIycLqCMl4bXiNLlmQgCwohnjkcevNnjS8=
go.temporal.io/sdk v0.28.0 h1:CkRWSubjEFKIOf21MnTulsw3wARuUUSjyU+SzTgto2o=
go.temporal.io/sdk v0.28.0/go.mod h1:nTO0FDxefPBSe8jYJaSUBtvNTiXHx+Ft5LIs2vyuQWo=
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=
go.uber.org/atomic v1.5.1/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=
go.uber.org/atomic v1.6.0 h1:Ezj3JGmsOnG1MoRWQkPBsKLe9DwWD9QeXzTRzzldNVk=
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
const (
// Version is the controlled version string. It should be updated every time
// before we release a new version.
Version = "0.27.0"
Version = "0.28.0"
)

// SetFactory is used to set the ClientFactory global
Expand Down

0 comments on commit f4bb2df

Please sign in to comment.