Skip to content

Commit

Permalink
Update release pointers to v0.29.0 (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Markaryan authored Aug 24, 2020
1 parent 2a4449c commit b31dfcc
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 35 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.28.0}
image: temporalio/server:${SERVER_TAG:-0.29.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -31,15 +31,15 @@ services:
links:
- cockroach:postgres
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.28.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.29.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.28.1}
image: temporalio/web:${WEB_TAG:-0.29.0}
environment:
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
- "TEMPORAL_PERMIT_WRITE_API=true"
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.28.0}
image: temporalio/server:${SERVER_TAG:-0.29.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -43,15 +43,15 @@ services:
- kafka
- elasticsearch
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.28.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.29.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.28.1}
image: temporalio/web:${WEB_TAG:-0.29.0}
environment:
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
- "TEMPORAL_PERMIT_WRITE_API=true"
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose-mysql-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
KAFKA_LISTENERS: PLAINTEXT://0.0.0.0:9092
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
temporal:
image: temporalio/server:${SERVER_TAG:-0.27.0}
image: temporalio/server:${SERVER_TAG:-0.29.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -48,15 +48,15 @@ services:
- discovery.type=single-node
- ES_JAVA_OPTS=-Xms100m -Xmx100m
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.27.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.29.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.29.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.28.0}
image: temporalio/server:${SERVER_TAG:-0.29.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -22,15 +22,15 @@ services:
depends_on:
- mysql
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.28.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.29.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.28.1}
image: temporalio/web:${WEB_TAG:-0.29.0}
environment:
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
- "TEMPORAL_PERMIT_WRITE_API=true"
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.28.0}
image: temporalio/server:${SERVER_TAG:-0.29.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -24,15 +24,15 @@ services:
depends_on:
- postgres
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.28.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.29.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.28.1}
image: temporalio/web:${WEB_TAG:-0.29.0}
environment:
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
- "TEMPORAL_PERMIT_WRITE_API=true"
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.28.0}
image: temporalio/server:${SERVER_TAG:-0.29.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -18,15 +18,15 @@ services:
depends_on:
- cassandra
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.28.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.29.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.28.1}
image: temporalio/web:${WEB_TAG:-0.29.0}
environment:
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
- "TEMPORAL_PERMIT_WRITE_API=true"
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.28.1-0.20200817234501-1906e4d1fd45
go.temporal.io/sdk v0.28.0
go.temporal.io/api v0.29.0
go.temporal.io/sdk v0.29.0
go.uber.org/atomic v1.6.0
go.uber.org/multierr v1.5.0
go.uber.org/zap v1.15.0
Expand Down
16 changes: 4 additions & 12 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -355,12 +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.28.0 h1:Bi+XVn6BlWADL637BPMhVIwqj7gKNy0KEUjrvMgJ9Bk=
go.temporal.io/api v0.28.0/go.mod h1:hx4XmqGhaHIycLqCMl4bXiNLlmQgCwohnjkcevNnjS8=
go.temporal.io/api v0.28.1-0.20200817234501-1906e4d1fd45 h1:A7r7YjyWlBxF2Vt8/IBQqaaPcP4OrMX34EKyW/e2wcw=
go.temporal.io/api v0.28.1-0.20200817234501-1906e4d1fd45/go.mod h1:T4wSRkBz2jiLD2nTHnyMG+dSvTbIL1UGYpr9KLMPFRk=
go.temporal.io/sdk v0.28.0 h1:CkRWSubjEFKIOf21MnTulsw3wARuUUSjyU+SzTgto2o=
go.temporal.io/sdk v0.28.0/go.mod h1:nTO0FDxefPBSe8jYJaSUBtvNTiXHx+Ft5LIs2vyuQWo=
go.temporal.io/api v0.29.0 h1:fizDfXcasp8wU0iQu35/bzac9TBgcPOvztZnmq2DLUw=
go.temporal.io/api v0.29.0/go.mod h1:T4wSRkBz2jiLD2nTHnyMG+dSvTbIL1UGYpr9KLMPFRk=
go.temporal.io/sdk v0.29.0 h1:04oG+fGeYDpMnmJTVAFNeWYacKRPAHl0QqnH1JTD1vA=
go.temporal.io/sdk v0.29.0/go.mod h1:mFDw6qKHsAbFXuM0yr0VZPcI73ux+OonH0OP4ZgCNRs=
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 Expand Up @@ -439,8 +437,6 @@ golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
golang.org/x/net v0.0.0-20200707034311-ab3426394381 h1:VXak5I6aEWmAXeQjA+QSZzlgNrpq9mjcfDemuexIKsU=
golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc h1:zK/HqS5bZxDptfPJNq8v7vJfXtkU7r9TLIoSr1bXaP4=
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
Expand Down Expand Up @@ -486,8 +482,6 @@ golang.org/x/sys v0.0.0-20200501052902-10377860bb8e/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1 h1:sIky/MyNRSHTrdxfsiUSS4WIAMvInbeXljJz+jDjeYE=
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200817155316-9781c653f443 h1:X18bCaipMcoJGm27Nv7zr4XYPKGUy92GtqboKC2Hxaw=
golang.org/x/sys v0.0.0-20200817155316-9781c653f443/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
Expand Down Expand Up @@ -605,8 +599,6 @@ google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380/go.mod h1:55QSHmfG
google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1myG/8QRHRsmBRE1LrgQY60beZKjly0O1fX9U=
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
google.golang.org/genproto v0.0.0-20200603110839-e855014d5736/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA=
google.golang.org/genproto v0.0.0-20200731012542-8145dea6a485 h1:wTk5DQB3+1darAz4Ldomo0r5bUOCKX7gilxQ4sb2kno=
google.golang.org/genproto v0.0.0-20200731012542-8145dea6a485/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/genproto v0.0.0-20200815001618-f69a88009b70 h1:wboULUXGF3c5qdUnKp+6gLAccE6PRpa/czkYvQ4UXv8=
google.golang.org/genproto v0.0.0-20200815001618-f69a88009b70/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/grpc v1.12.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
"markerRecordedEventAttributes": {
"markerName": "SideEffect",
"details": {
"side-effect-id": {"payloads": [{"metadata":{"encoding":"anNvbi9wbGFpbg=="},"data":"Ng=="}]},
"data": {"payloads": [{"metadata":{"encoding":"anNvbi9wbGFpbg=="},"data":"Ng=="}]}
"side-effect-id": {"payloads": [{"metadata":{"encoding":"anNvbi9wbGFpbg=="},"data":"MQ=="}]},
"data": {"payloads": [{"metadata":{"encoding":"anNvbi9wbGFpbg=="},"data":"MQ=="}]}
},
"workflowTaskCompletedEventId": 5
}
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.28.0"
Version = "0.29.0"
)

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

0 comments on commit b31dfcc

Please sign in to comment.