Skip to content

Commit ad0b47e

Browse files
authored
Release 1.14.5 (#63)
1 parent c417829 commit ad0b47e

9 files changed

+18
-18
lines changed

docker-compose-cas-es.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- ENABLE_ES=true
3333
- ES_SEEDS=elasticsearch
3434
- ES_VERSION=v7
35-
image: temporalio/auto-setup:1.14.2
35+
image: temporalio/auto-setup:1.14.5
3636
networks:
3737
- temporal-network
3838
ports:
@@ -45,7 +45,7 @@ services:
4545
- temporal
4646
environment:
4747
- TEMPORAL_CLI_ADDRESS=temporal:7233
48-
image: temporalio/admin-tools:1.14.2
48+
image: temporalio/admin-tools:1.14.5
4949
networks:
5050
- temporal-network
5151
stdin_open: true

docker-compose-cas.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.14.2
17+
image: temporalio/auto-setup:1.14.5
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.14.2
30+
image: temporalio/admin-tools:1.14.5
3131
networks:
3232
- temporal-network
3333
stdin_open: true

docker-compose-cockroach-es.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
- ENABLE_ES=true
4545
- ES_SEEDS=elasticsearch
4646
- ES_VERSION=v7
47-
image: temporalio/auto-setup:1.14.2
47+
image: temporalio/auto-setup:1.14.5
4848
links:
4949
- cockroach:postgres
5050
networks:
@@ -59,7 +59,7 @@ services:
5959
- temporal
6060
environment:
6161
- TEMPORAL_CLI_ADDRESS=temporal:7233
62-
image: temporalio/admin-tools:1.14.2
62+
image: temporalio/admin-tools:1.14.5
6363
networks:
6464
- temporal-network
6565
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.14.2
29+
image: temporalio/auto-setup:1.14.5
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.14.2
44+
image: temporalio/admin-tools:1.14.5
4545
networks:
4646
- temporal-network
4747
stdin_open: true

docker-compose-mysql-es.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- ENABLE_ES=true
3838
- ES_SEEDS=elasticsearch
3939
- ES_VERSION=v7
40-
image: temporalio/auto-setup:1.14.2
40+
image: temporalio/auto-setup:1.14.5
4141
networks:
4242
- temporal-network
4343
ports:
@@ -50,7 +50,7 @@ services:
5050
- temporal
5151
environment:
5252
- TEMPORAL_CLI_ADDRESS=temporal:7233
53-
image: temporalio/admin-tools:1.14.2
53+
image: temporalio/admin-tools:1.14.5
5454
networks:
5555
- temporal-network
5656
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.14.2
23+
image: temporalio/auto-setup:1.14.5
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.14.2
36+
image: temporalio/admin-tools:1.14.5
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.14.2
24+
image: temporalio/auto-setup:1.14.5
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.14.2
37+
image: temporalio/admin-tools:1.14.5
3838
networks:
3939
- temporal-network
4040
stdin_open: true

docker-compose-ui-experimental.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
- ENABLE_ES=true
4040
- ES_SEEDS=elasticsearch
4141
- ES_VERSION=v7
42-
image: temporalio/auto-setup:1.14.2
42+
image: temporalio/auto-setup:1.14.5
4343
networks:
4444
- temporal-network
4545
ports:
@@ -52,7 +52,7 @@ services:
5252
- temporal
5353
environment:
5454
- TEMPORAL_CLI_ADDRESS=temporal:7233
55-
image: temporalio/admin-tools:1.14.2
55+
image: temporalio/admin-tools:1.14.5
5656
networks:
5757
- temporal-network
5858
stdin_open: true

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
- ENABLE_ES=true
4040
- ES_SEEDS=elasticsearch
4141
- ES_VERSION=v7
42-
image: temporalio/auto-setup:1.14.2
42+
image: temporalio/auto-setup:1.14.5
4343
networks:
4444
- temporal-network
4545
ports:
@@ -52,7 +52,7 @@ services:
5252
- temporal
5353
environment:
5454
- TEMPORAL_CLI_ADDRESS=temporal:7233
55-
image: temporalio/admin-tools:1.14.2
55+
image: temporalio/admin-tools:1.14.5
5656
networks:
5757
- temporal-network
5858
stdin_open: true

0 commit comments

Comments
 (0)