From ff95bcdf8371fbc10b5f4230fd4c0f46a450cfc8 Mon Sep 17 00:00:00 2001 From: Yimin Chen Date: Thu, 19 Aug 2021 09:01:23 -0700 Subject: [PATCH] Release v1.11.4 (#42) --- docker-compose-cas-es.yml | 5 ++--- docker-compose-cas.yml | 4 ++-- docker-compose-cockroach-es.yml | 5 ++--- docker-compose-cockroach.yml | 4 ++-- docker-compose-mysql-es.yml | 23 +++++++++++------------ docker-compose-mysql.yml | 4 ++-- docker-compose-postgres.yml | 4 ++-- docker-compose.yml | 25 ++++++++++++------------- 8 files changed, 35 insertions(+), 39 deletions(-) diff --git a/docker-compose-cas-es.yml b/docker-compose-cas-es.yml index 49e82cb..406dc8b 100644 --- a/docker-compose-cas-es.yml +++ b/docker-compose-cas-es.yml @@ -10,7 +10,6 @@ services: elasticsearch: container_name: temporal-elasticsearch environment: - # Set storage limit to low number. - cluster.routing.allocation.disk.threshold_enabled=true - cluster.routing.allocation.disk.watermark.low=512mb - cluster.routing.allocation.disk.watermark.high=256mb @@ -33,7 +32,7 @@ services: - ENABLE_ES=true - ES_SEEDS=elasticsearch - ES_VERSION=v7 - image: temporalio/auto-setup:1.11.3 + image: temporalio/auto-setup:1.11.4 networks: - temporal-network ports: @@ -46,7 +45,7 @@ services: - temporal environment: - TEMPORAL_CLI_ADDRESS=temporal:7233 - image: temporalio/admin-tools:1.11.3 + image: temporalio/admin-tools:1.11.4 networks: - temporal-network stdin_open: true diff --git a/docker-compose-cas.yml b/docker-compose-cas.yml index e588599..45cfa74 100644 --- a/docker-compose-cas.yml +++ b/docker-compose-cas.yml @@ -14,7 +14,7 @@ services: environment: - CASSANDRA_SEEDS=cassandra - DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml - image: temporalio/auto-setup:1.11.3 + image: temporalio/auto-setup:1.11.4 networks: - temporal-network ports: @@ -27,7 +27,7 @@ services: - temporal environment: - TEMPORAL_CLI_ADDRESS=temporal:7233 - image: temporalio/admin-tools:1.11.3 + image: temporalio/admin-tools:1.11.4 networks: - temporal-network stdin_open: true diff --git a/docker-compose-cockroach-es.yml b/docker-compose-cockroach-es.yml index c9db729..dc46194 100644 --- a/docker-compose-cockroach-es.yml +++ b/docker-compose-cockroach-es.yml @@ -18,7 +18,6 @@ services: elasticsearch: container_name: temporal-elasticsearch environment: - # Set storage limit to low number. - cluster.routing.allocation.disk.threshold_enabled=true - cluster.routing.allocation.disk.watermark.low=512mb - cluster.routing.allocation.disk.watermark.high=256mb @@ -45,7 +44,7 @@ services: - ENABLE_ES=true - ES_SEEDS=elasticsearch - ES_VERSION=v7 - image: temporalio/auto-setup:1.11.3 + image: temporalio/auto-setup:1.11.4 links: - cockroach:postgres networks: @@ -60,7 +59,7 @@ services: - temporal environment: - TEMPORAL_CLI_ADDRESS=temporal:7233 - image: temporalio/admin-tools:1.11.3 + image: temporalio/admin-tools:1.11.4 networks: - temporal-network stdin_open: true diff --git a/docker-compose-cockroach.yml b/docker-compose-cockroach.yml index 2a71f7e..edcf49e 100644 --- a/docker-compose-cockroach.yml +++ b/docker-compose-cockroach.yml @@ -26,7 +26,7 @@ services: - POSTGRES_PWD= - POSTGRES_SEEDS=postgres - DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml - image: temporalio/auto-setup:1.11.3 + image: temporalio/auto-setup:1.11.4 links: - cockroach:postgres networks: @@ -41,7 +41,7 @@ services: - temporal environment: - TEMPORAL_CLI_ADDRESS=temporal:7233 - image: temporalio/admin-tools:1.11.3 + image: temporalio/admin-tools:1.11.4 networks: - temporal-network stdin_open: true diff --git a/docker-compose-mysql-es.yml b/docker-compose-mysql-es.yml index 962766a..639d1e5 100644 --- a/docker-compose-mysql-es.yml +++ b/docker-compose-mysql-es.yml @@ -1,18 +1,8 @@ version: "3.5" services: - mysql: - container_name: temporal-mysql - environment: - - MYSQL_ROOT_PASSWORD=root - image: mysql:5.7 - networks: - - temporal-network - ports: - - 3306:3306 elasticsearch: container_name: temporal-elasticsearch environment: - # Set storage limit to low number. - cluster.routing.allocation.disk.threshold_enabled=true - cluster.routing.allocation.disk.watermark.low=512mb - cluster.routing.allocation.disk.watermark.high=256mb @@ -24,6 +14,15 @@ services: - temporal-network ports: - 9200:9200 + mysql: + container_name: temporal-mysql + environment: + - MYSQL_ROOT_PASSWORD=root + image: mysql:5.7 + networks: + - temporal-network + ports: + - 3306:3306 temporal: container_name: temporal depends_on: @@ -38,7 +37,7 @@ services: - ENABLE_ES=true - ES_SEEDS=elasticsearch - ES_VERSION=v7 - image: temporalio/auto-setup:1.11.3 + image: temporalio/auto-setup:1.11.4 networks: - temporal-network ports: @@ -51,7 +50,7 @@ services: - temporal environment: - TEMPORAL_CLI_ADDRESS=temporal:7233 - image: temporalio/admin-tools:1.11.3 + image: temporalio/admin-tools:1.11.4 networks: - temporal-network stdin_open: true diff --git a/docker-compose-mysql.yml b/docker-compose-mysql.yml index f092f29..1f62f21 100644 --- a/docker-compose-mysql.yml +++ b/docker-compose-mysql.yml @@ -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.3 + image: temporalio/auto-setup:1.11.4 networks: - temporal-network ports: @@ -33,7 +33,7 @@ services: - temporal environment: - TEMPORAL_CLI_ADDRESS=temporal:7233 - image: temporalio/admin-tools:1.11.3 + image: temporalio/admin-tools:1.11.4 networks: - temporal-network stdin_open: true diff --git a/docker-compose-postgres.yml b/docker-compose-postgres.yml index e313784..d4e1996 100644 --- a/docker-compose-postgres.yml +++ b/docker-compose-postgres.yml @@ -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.3 + image: temporalio/auto-setup:1.11.4 networks: - temporal-network ports: @@ -34,7 +34,7 @@ services: - temporal environment: - TEMPORAL_CLI_ADDRESS=temporal:7233 - image: temporalio/admin-tools:1.11.3 + image: temporalio/admin-tools:1.11.4 networks: - temporal-network stdin_open: true diff --git a/docker-compose.yml b/docker-compose.yml index 237c749..6acd803 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,19 +1,8 @@ version: "3.5" services: - postgresql: - container_name: temporal-postgresql - environment: - POSTGRES_PASSWORD: temporal - POSTGRES_USER: temporal - image: postgres:9.6 - networks: - - temporal-network - ports: - - 5432:5432 elasticsearch: container_name: temporal-elasticsearch environment: - # Set storage limit to low number. - cluster.routing.allocation.disk.threshold_enabled=true - cluster.routing.allocation.disk.watermark.low=512mb - cluster.routing.allocation.disk.watermark.high=256mb @@ -25,6 +14,16 @@ services: - temporal-network ports: - 9200:9200 + postgresql: + container_name: temporal-postgresql + environment: + POSTGRES_PASSWORD: temporal + POSTGRES_USER: temporal + image: postgres:9.6 + networks: + - temporal-network + ports: + - 5432:5432 temporal: container_name: temporal depends_on: @@ -40,7 +39,7 @@ services: - ENABLE_ES=true - ES_SEEDS=elasticsearch - ES_VERSION=v7 - image: temporalio/auto-setup:1.11.3 + image: temporalio/auto-setup:1.11.4 networks: - temporal-network ports: @@ -53,7 +52,7 @@ services: - temporal environment: - TEMPORAL_CLI_ADDRESS=temporal:7233 - image: temporalio/admin-tools:1.11.3 + image: temporalio/admin-tools:1.11.4 networks: - temporal-network stdin_open: true