Skip to content

Commit f039344

Browse files
authored
Bump version to 1.9.2 (#28)
1 parent 16e8c6a commit f039344

6 files changed

+12
-12
lines changed

docker-compose-cas-es.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
- ENABLE_ES=true
2929
- ES_SEEDS=elasticsearch
3030
- ES_VERSION=v7
31-
image: temporalio/auto-setup:1.9.1
31+
image: temporalio/auto-setup:1.9.2
3232
networks:
3333
- temporal-network
3434
ports:
@@ -41,7 +41,7 @@ services:
4141
- temporal
4242
environment:
4343
- TEMPORAL_CLI_ADDRESS=temporal:7233
44-
image: temporalio/admin-tools:1.9.1
44+
image: temporalio/admin-tools:1.9.2
4545
networks:
4646
- temporal-network
4747
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.9.1
29+
image: temporalio/auto-setup:1.9.2
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.9.1
44+
image: temporalio/admin-tools:1.9.2
4545
networks:
4646
- temporal-network
4747
stdin_open: true

docker-compose-mysql-es.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
- ENABLE_ES=true
3434
- ES_SEEDS=elasticsearch
3535
- ES_VERSION=v7
36-
image: temporalio/auto-setup:1.9.1
36+
image: temporalio/auto-setup:1.9.2
3737
networks:
3838
- temporal-network
3939
ports:
@@ -46,7 +46,7 @@ services:
4646
- temporal
4747
environment:
4848
- TEMPORAL_CLI_ADDRESS=temporal:7233
49-
image: temporalio/admin-tools:1.9.1
49+
image: temporalio/admin-tools:1.9.2
5050
networks:
5151
- temporal-network
5252
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.9.1
23+
image: temporalio/auto-setup:1.9.2
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.9.1
36+
image: temporalio/admin-tools:1.9.2
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.9.1
24+
image: temporalio/auto-setup:1.9.2
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.9.1
37+
image: temporalio/admin-tools:1.9.2
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.9.1
17+
image: temporalio/auto-setup:1.9.2
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.9.1
30+
image: temporalio/admin-tools:1.9.2
3131
networks:
3232
- temporal-network
3333
stdin_open: true

0 commit comments

Comments
 (0)