Skip to content

Commit 6398044

Browse files
authored
Update to release 1.7.0 (#10)
1 parent 402139e commit 6398044

6 files changed

+12
-12
lines changed

docker-compose-cas-es.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
- ES_SEEDS=elasticsearch
4444
- ES_VERSION=v7
4545
- KAFKA_SEEDS=kafka
46-
image: temporalio/auto-setup:1.6.4
46+
image: temporalio/auto-setup:1.7.0
4747
networks:
4848
- temporal-network
4949
ports:
@@ -56,7 +56,7 @@ services:
5656
- temporal
5757
environment:
5858
- TEMPORAL_CLI_ADDRESS=temporal:7233
59-
image: temporalio/admin-tools:1.6.4
59+
image: temporalio/admin-tools:1.7.0
6060
networks:
6161
- temporal-network
6262
stdin_open: true

docker-compose-cockroach.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
- POSTGRES_PWD=
2727
- POSTGRES_SEEDS=postgres
2828
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
29-
image: temporalio/auto-setup:1.6.4
29+
image: temporalio/auto-setup:1.7.0
3030
links:
3131
- cockroach:postgres
3232
networks:
@@ -41,7 +41,7 @@ services:
4141
- temporal
4242
environment:
4343
- TEMPORAL_CLI_ADDRESS=temporal:7233
44-
image: temporalio/admin-tools:1.6.4
44+
image: temporalio/admin-tools:1.7.0
4545
networks:
4646
- temporal-network
4747
stdin_open: true

docker-compose-mysql-es.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ services:
4848
- ES_SEEDS=elasticsearch
4949
- ES_VERSION=v7
5050
- KAFKA_SEEDS=kafka
51-
image: temporalio/auto-setup:1.6.4
51+
image: temporalio/auto-setup:1.7.0
5252
networks:
5353
- temporal-network
5454
ports:
@@ -61,7 +61,7 @@ services:
6161
- temporal
6262
environment:
6363
- TEMPORAL_CLI_ADDRESS=temporal:7233
64-
image: temporalio/admin-tools:1.6.4
64+
image: temporalio/admin-tools:1.7.0
6565
networks:
6666
- temporal-network
6767
stdin_open: true

docker-compose-mysql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- MYSQL_PWD=root
2121
- MYSQL_SEEDS=mysql
2222
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
23-
image: temporalio/auto-setup:1.6.4
23+
image: temporalio/auto-setup:1.7.0
2424
networks:
2525
- temporal-network
2626
ports:
@@ -33,7 +33,7 @@ services:
3333
- temporal
3434
environment:
3535
- TEMPORAL_CLI_ADDRESS=temporal:7233
36-
image: temporalio/admin-tools:1.6.4
36+
image: temporalio/admin-tools:1.7.0
3737
networks:
3838
- temporal-network
3939
stdin_open: true

docker-compose-postgres.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- POSTGRES_PWD=temporal
2222
- POSTGRES_SEEDS=postgresql
2323
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
24-
image: temporalio/auto-setup:1.6.4
24+
image: temporalio/auto-setup:1.7.0
2525
networks:
2626
- temporal-network
2727
ports:
@@ -34,7 +34,7 @@ services:
3434
- temporal
3535
environment:
3636
- TEMPORAL_CLI_ADDRESS=temporal:7233
37-
image: temporalio/admin-tools:1.6.4
37+
image: temporalio/admin-tools:1.7.0
3838
networks:
3939
- temporal-network
4040
stdin_open: true

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
environment:
1515
- CASSANDRA_SEEDS=cassandra
1616
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
17-
image: temporalio/auto-setup:1.6.4
17+
image: temporalio/auto-setup:1.7.0
1818
networks:
1919
- temporal-network
2020
ports:
@@ -27,7 +27,7 @@ services:
2727
- temporal
2828
environment:
2929
- TEMPORAL_CLI_ADDRESS=temporal:7233
30-
image: temporalio/admin-tools:1.6.4
30+
image: temporalio/admin-tools:1.7.0
3131
networks:
3232
- temporal-network
3333
stdin_open: true

0 commit comments

Comments
 (0)