Skip to content

Commit

Permalink
Preparing for v1.1.0 release (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitarb authored Oct 14, 2020
1 parent 5a28408 commit 726047b
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions common/headers/versionChecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const (
ClientNameJavaSDK = "temporal-java"
ClientNameCLI = "temporal-cli"

ServerVersion = "1.0.0"
CLIVersion = "1.0.0"
ServerVersion = "1.1.0"
CLIVersion = "1.1.0"

// SupportedServerVersions is used by CLI and inter role communication.
SupportedServerVersions = ">=1.0.0 <2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion docker/dependencies/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
networks:
- temporal-dependencies-network
temporal-web:
image: temporalio/web:1.0.0
image: temporalio/web:1.1.0
container_name: temporal-web

networks:
Expand Down
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/auto-setup:${SERVER_TAG:-1.0.0}
image: temporalio/auto-setup:${SERVER_TAG:-1.1.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -30,15 +30,15 @@ services:
links:
- cockroach:postgres
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-1.0.0}
image: temporalio/admin-tools:${SERVER_TAG:-1.1.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-1.0.0}
image: temporalio/web:${WEB_TAG:-1.1.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/auto-setup:${SERVER_TAG:-1.0.0}
image: temporalio/auto-setup:${SERVER_TAG:-1.1.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -42,15 +42,15 @@ services:
- kafka
- elasticsearch
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-1.0.0}
image: temporalio/admin-tools:${SERVER_TAG:-1.1.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-1.0.0}
image: temporalio/web:${WEB_TAG:-1.1.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/auto-setup:${SERVER_TAG:-1.0.0}
image: temporalio/auto-setup:${SERVER_TAG:-1.1.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -47,15 +47,15 @@ services:
- discovery.type=single-node
- ES_JAVA_OPTS=-Xms100m -Xmx100m
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-1.0.0}
image: temporalio/admin-tools:${SERVER_TAG:-1.1.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-1.0.0}
image: temporalio/web:${WEB_TAG:-1.1.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/auto-setup:${SERVER_TAG:-1.0.0}
image: temporalio/auto-setup:${SERVER_TAG:-1.1.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -22,15 +22,15 @@ services:
depends_on:
- mysql
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-1.0.0}
image: temporalio/admin-tools:${SERVER_TAG:-1.1.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-1.0.0}
image: temporalio/web:${WEB_TAG:-1.1.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:
POSTGRES_USER: temporal
POSTGRES_PASSWORD: temporal
temporal:
image: temporalio/auto-setup:${SERVER_TAG:-1.0.0}
image: temporalio/auto-setup:${SERVER_TAG:-1.1.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -23,15 +23,15 @@ services:
depends_on:
- postgresql
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-1.0.0}
image: temporalio/admin-tools:${SERVER_TAG:-1.1.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-1.0.0}
image: temporalio/web:${WEB_TAG:-1.1.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/auto-setup:${SERVER_TAG:-1.0.0}
image: temporalio/auto-setup:${SERVER_TAG:-1.1.0}
ports:
- "7233:7233"
volumes:
Expand All @@ -17,15 +17,15 @@ services:
depends_on:
- cassandra
temporal-admin-tools:
image: temporalio/admin-tools:${SERVER_TAG:-1.0.0}
image: temporalio/admin-tools:${SERVER_TAG:-1.1.0}
stdin_open: true
tty: true
environment:
- "TEMPORAL_CLI_ADDRESS=temporal:7233"
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-1.0.0}
image: temporalio/web:${WEB_TAG:-1.1.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 v1.0.1-0.20201013063958-a477d9f6dfd4
go.temporal.io/sdk v1.0.0
go.temporal.io/api v1.1.0
go.temporal.io/sdk v1.1.0
go.temporal.io/version v0.0.0-20201010013230-09a97e02aa8c
go.uber.org/atomic v1.6.0
go.uber.org/multierr v1.5.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,10 @@ 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 v1.0.0 h1:mWtvS+5ENYvG4ZPZ/4/bxCj4j3gIF4D05C2GVrhLpjc=
go.temporal.io/api v1.0.0/go.mod h1:AgbKINgV3KR9SlTH8nQRsNadVbxVI+/LnZ1uFModMIA=
go.temporal.io/api v1.0.1-0.20201013063958-a477d9f6dfd4 h1:FLMqc1PleZMC4w0dszBjqiMiEX1J2ABDy61mtZ3YQYk=
go.temporal.io/api v1.0.1-0.20201013063958-a477d9f6dfd4/go.mod h1:iC0GL7+DEU1PSE0S3F7tHrWaPE82TERBHiQCfIR09eY=
go.temporal.io/sdk v1.0.0 h1:Cfrr/RkcoGu+B/vpOII1D7xv4rhRHa5eYQStnuASS7k=
go.temporal.io/sdk v1.0.0/go.mod h1:mtuFg8AafvaXeAE3gwBjZZN05uwTGjzVf1qkXmq4hpM=
go.temporal.io/api v1.1.0 h1:mFr8h2e5UW7NyL7pdkZJltbCPo+NPGSQ08SssXGBXs0=
go.temporal.io/api v1.1.0/go.mod h1:iC0GL7+DEU1PSE0S3F7tHrWaPE82TERBHiQCfIR09eY=
go.temporal.io/sdk v1.1.0 h1:qhrjW0Z2cxN1DVpAX0D+krnmoFOS4bQJ4aCrp231HV8=
go.temporal.io/sdk v1.1.0/go.mod h1:3MLsVXjrvQ9z4XaxRie5OOJdiZ/Fu2v3fDCVcAqssEs=
go.temporal.io/version v0.0.0-20201010013230-09a97e02aa8c h1:oLaXIv8CWLGEmzXNtWvb/WfK1jwzXhElygcLm35001c=
go.temporal.io/version v0.0.0-20201010013230-09a97e02aa8c/go.mod h1:UA9S8/1LaKYae6TyD9NaPMJTZb911JcbqghI2CBSP78=
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=
Expand Down

0 comments on commit 726047b

Please sign in to comment.