Skip to content

Commit

Permalink
Release 0.30.0 (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin authored Sep 17, 2020
1 parent a09867d commit 7ae32e5
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion api/adminservice/v1/request_response.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/archiver/v1/message.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/cli/v1/message.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/historyservice/v1/request_response.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/matchingservice/v1/request_response.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/persistenceblobs/v1/message.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/replication/v1/message.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 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.29.0}
image: temporalio/server:${SERVER_TAG:-0.30.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -31,7 +31,7 @@ services:
links:
- cockroach:postgres
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.29.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.30.0}
stdin_open: true
tty: true
environment:
Expand Down
4 changes: 2 additions & 2 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.29.0}
image: temporalio/server:${SERVER_TAG:-0.30.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -43,7 +43,7 @@ services:
- kafka
- elasticsearch
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.29.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.30.0}
stdin_open: true
tty: true
environment:
Expand Down
4 changes: 2 additions & 2 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.29.0}
image: temporalio/server:${SERVER_TAG:-0.30.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -48,7 +48,7 @@ services:
- discovery.type=single-node
- ES_JAVA_OPTS=-Xms100m -Xmx100m
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.29.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.30.0}
stdin_open: true
tty: true
environment:
Expand Down
4 changes: 2 additions & 2 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.29.0}
image: temporalio/server:${SERVER_TAG:-0.30.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -22,7 +22,7 @@ services:
depends_on:
- mysql
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.29.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.30.0}
stdin_open: true
tty: true
environment:
Expand Down
4 changes: 2 additions & 2 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.29.0}
image: temporalio/server:${SERVER_TAG:-0.30.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -24,7 +24,7 @@ services:
depends_on:
- postgres
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.29.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.30.0}
stdin_open: true
tty: true
environment:
Expand Down
4 changes: 2 additions & 2 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.29.0}
image: temporalio/server:${SERVER_TAG:-0.30.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -18,7 +18,7 @@ services:
depends_on:
- cassandra
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-0.29.0}
image: temporalio/admin-tools:${SERVER_TAG:-0.30.0}
stdin_open: true
tty: true
environment:
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ 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.29.0
go.temporal.io/sdk v0.29.0
go.temporal.io/api v0.30.0
go.temporal.io/sdk v0.30.0
go.uber.org/atomic v1.6.0
go.uber.org/multierr v1.5.0
go.uber.org/zap v1.15.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
golang.org/x/tools v0.0.0-20200609164405-eb789aa7ce50 // indirect
google.golang.org/api v0.26.0
google.golang.org/grpc v1.31.0
google.golang.org/grpc v1.31.1
google.golang.org/grpc/examples v0.0.0-20200625174016-7a808837ae92
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05
gopkg.in/yaml.v2 v2.3.0
Expand Down
24 changes: 12 additions & 12 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.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.temporal.io/api v0.30.0 h1:N/nZVkn9TpqpYMsvhQ/3uVXr5xYGDsi0qxMcjGYWIYI=
go.temporal.io/api v0.30.0/go.mod h1:GiSuP5N3W5gQIN2A5ELDMwxOeHpEuJ5mUVsI0KflOwM=
go.temporal.io/sdk v0.30.0 h1:2aYgbQvnWTDV6Kzy8UqJVxdlL/k5AEzT+ksQFiQ9yq0=
go.temporal.io/sdk v0.30.0/go.mod h1:G4iJDpNMpkxdFwGd1Q+5FjKpRkrMthV/Jb2P4n6t6H4=
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 @@ -437,8 +437,8 @@ 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-20200813134508-3edf25e44fcc h1:zK/HqS5bZxDptfPJNq8v7vJfXtkU7r9TLIoSr1bXaP4=
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
golang.org/x/net v0.0.0-20200822124328-c89045814202 h1:VvcQYSHwXgi7W+TpUR6A9g6Up98WAHf3f/ulnJ62IyA=
golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
Expand Down Expand Up @@ -482,8 +482,8 @@ 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-20200817155316-9781c653f443 h1:X18bCaipMcoJGm27Nv7zr4XYPKGUy92GtqboKC2Hxaw=
golang.org/x/sys v0.0.0-20200817155316-9781c653f443/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a h1:i47hUS795cOydZI4AwJQCKXOr4BvxzvikwDoDtHhP2Y=
golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
Expand Down Expand Up @@ -599,8 +599,8 @@ 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-20200815001618-f69a88009b70 h1:wboULUXGF3c5qdUnKp+6gLAccE6PRpa/czkYvQ4UXv8=
google.golang.org/genproto v0.0.0-20200815001618-f69a88009b70/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/genproto v0.0.0-20200831141814-d751682dd103 h1:z46CEPU+LlO0kGGwrH8h5epkkJhRZbAHYWOWD9JhLPI=
google.golang.org/genproto v0.0.0-20200831141814-d751682dd103/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
google.golang.org/grpc v1.12.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
Expand All @@ -614,8 +614,8 @@ google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKa
google.golang.org/grpc v1.29.1 h1:EC2SB8S04d2r73uptxphDSUG+kTKVgjRPF+N3xpxRB4=
google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk=
google.golang.org/grpc v1.30.0-dev.1/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
google.golang.org/grpc v1.31.0 h1:T7P4R73V3SSDPhH7WW7ATbfViLtmamH0DKrP3f9AuDI=
google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
google.golang.org/grpc v1.31.1 h1:SfXqXS5hkufcdZ/mHtYCh53P2b+92WQq/DZcKLgsFRs=
google.golang.org/grpc v1.31.1/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
google.golang.org/grpc/examples v0.0.0-20200625174016-7a808837ae92 h1:zJsIxBOIY4bVTZS2uOJ35AcnayXX3alhJEsejLWezh0=
google.golang.org/grpc/examples v0.0.0-20200625174016-7a808837ae92/go.mod h1:wwLo5XaKQhinfnT+PqwJ17u2NXm7cllRQ4fKKyB22+w=
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
Expand Down
2 changes: 1 addition & 1 deletion proto/api
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.29.0"
Version = "0.30.0"
)

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

0 comments on commit 7ae32e5

Please sign in to comment.