Release v1.11.3 (#40)

This commit is contained in:
wxing1292
2021-08-06 12:00:38 -07:00
committed by GitHub
parent 6f62fdbe46
commit 5d7d242682
7 changed files with 14 additions and 14 deletions

View File

@@ -28,7 +28,7 @@ services:
- ENABLE_ES=true
- ES_SEEDS=elasticsearch
- ES_VERSION=v7
image: temporalio/auto-setup:1.11.2
image: temporalio/auto-setup:1.11.3
networks:
- temporal-network
ports:
@@ -41,7 +41,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.11.2
image: temporalio/admin-tools:1.11.3
networks:
- temporal-network
stdin_open: true

View File

@@ -40,7 +40,7 @@ services:
- ENABLE_ES=true
- ES_SEEDS=elasticsearch
- ES_VERSION=v7
image: temporalio/auto-setup:1.11.2
image: temporalio/auto-setup:1.11.3
links:
- cockroach:postgres
networks:
@@ -55,7 +55,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.11.2
image: temporalio/admin-tools:1.11.3
networks:
- temporal-network
stdin_open: true

View File

@@ -26,7 +26,7 @@ services:
- POSTGRES_PWD=
- POSTGRES_SEEDS=postgres
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
image: temporalio/auto-setup:1.11.2
image: temporalio/auto-setup:1.11.3
links:
- cockroach:postgres
networks:
@@ -41,7 +41,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.11.2
image: temporalio/admin-tools:1.11.3
networks:
- temporal-network
stdin_open: true

View File

@@ -33,7 +33,7 @@ services:
- ENABLE_ES=true
- ES_SEEDS=elasticsearch
- ES_VERSION=v7
image: temporalio/auto-setup:1.11.2
image: temporalio/auto-setup:1.11.3
networks:
- temporal-network
ports:
@@ -46,7 +46,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.11.2
image: temporalio/admin-tools:1.11.3
networks:
- temporal-network
stdin_open: true

View File

@@ -20,7 +20,7 @@ services:
- MYSQL_PWD=root
- MYSQL_SEEDS=mysql
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
image: temporalio/auto-setup:1.11.2
image: temporalio/auto-setup:1.11.3
networks:
- temporal-network
ports:
@@ -33,7 +33,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.11.2
image: temporalio/admin-tools:1.11.3
networks:
- temporal-network
stdin_open: true

View File

@@ -21,7 +21,7 @@ services:
- POSTGRES_PWD=temporal
- POSTGRES_SEEDS=postgresql
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
image: temporalio/auto-setup:1.11.2
image: temporalio/auto-setup:1.11.3
networks:
- temporal-network
ports:
@@ -34,7 +34,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.11.2
image: temporalio/admin-tools:1.11.3
networks:
- temporal-network
stdin_open: true

View File

@@ -14,7 +14,7 @@ services:
environment:
- CASSANDRA_SEEDS=cassandra
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
image: temporalio/auto-setup:1.11.2
image: temporalio/auto-setup:1.11.3
networks:
- temporal-network
ports:
@@ -27,7 +27,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.11.2
image: temporalio/admin-tools:1.11.3
networks:
- temporal-network
stdin_open: true