Skip to content

Commit

Permalink
Switching to v0.27.0, in preparation for v0.27.0 release (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Markaryan authored Jul 15, 2020
1 parent 0eafe04 commit cdb2bff
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.26.0}
image: temporalio/server:${SERVER_TAG:-0.27.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.26.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.27.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.26.0}
image: temporalio/web:${WEB_TAG:-0.27.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.26.0}
image: temporalio/server:${SERVER_TAG:-0.27.0}
ports:
- "7233:7233"
environment:
Expand All @@ -41,15 +41,15 @@ services:
- kafka
- elasticsearch
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.26.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.27.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.26.0}
image: temporalio/web:${WEB_TAG:-0.27.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.26.0}
image: temporalio/server:${SERVER_TAG:-0.27.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.26.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.27.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.26.0}
image: temporalio/web:${WEB_TAG:-0.27.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.26.0}
image: temporalio/server:${SERVER_TAG:-0.27.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.26.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.27.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.26.0}
image: temporalio/web:${WEB_TAG:-0.27.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.26.0}
image: temporalio/server:${SERVER_TAG:-0.27.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.26.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.27.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.26.0}
image: temporalio/web:${WEB_TAG:-0.27.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.26.1-0.20200714004414-a2b31a0f7797
go.temporal.io/sdk v0.26.1-0.20200714051239-9b7db6c0fe19
go.temporal.io/api v0.27.0
go.temporal.io/sdk v0.27.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 @@ -353,10 +353,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.26.1-0.20200714004414-a2b31a0f7797 h1:0PnYP7/kN7CpEeo0RawyL1UN+9png+kFM0heBQGEC4Q=
go.temporal.io/api v0.26.1-0.20200714004414-a2b31a0f7797/go.mod h1:8CY+wo1SfHhGVZslLY5FAAhIA4TWtJJBmRPXObKPjvM=
go.temporal.io/sdk v0.26.1-0.20200714051239-9b7db6c0fe19 h1:Mkw1bq7DpUzGixiJDn7IMlyEwKrA7XefM5e1hLdJIyA=
go.temporal.io/sdk v0.26.1-0.20200714051239-9b7db6c0fe19/go.mod h1:acbrog+vaoQynjBs262eFp0ezLSPnvT36p4izf4xfcQ=
go.temporal.io/api v0.27.0 h1:rKleFvZES4k4j8uCfohLlKL2BBdQgb/syfvrbhkkoz4=
go.temporal.io/api v0.27.0/go.mod h1:8CY+wo1SfHhGVZslLY5FAAhIA4TWtJJBmRPXObKPjvM=
go.temporal.io/sdk v0.27.0 h1:14mSr76PiINPPXaAXsRDoEUOsRFceyQxXFBirNDOXtM=
go.temporal.io/sdk v0.27.0/go.mod h1:drjAzEMmKex7+yE476Wdg/wjhKpOlMPRKfgo+ON/jPQ=
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.26.0"
Version = "0.27.0"
)

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

0 comments on commit cdb2bff

Please sign in to comment.