Skip to content

Commit 56fdfd9

Browse files
authored
Bump version to 1.6.2 (#6)
1 parent 48b38d5 commit 56fdfd9

7 files changed

+13
-13
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
release: update-tag
22

33
update-tag:
4-
go run tools/tag-tool.go -server-tag=$(SERVER_TAG) -web-tag=$(WEB_TAG)
4+
cd tools && go run tag-tool.go -root=.. -server-tag=$(SERVER_TAG) -web-tag=$(WEB_TAG)

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.1
46+
image: temporalio/auto-setup:1.6.2
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.1
59+
image: temporalio/admin-tools:1.6.2
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.1
29+
image: temporalio/auto-setup:1.6.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.6.1
44+
image: temporalio/admin-tools:1.6.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
@@ -48,7 +48,7 @@ services:
4848
- ES_SEEDS=elasticsearch
4949
- ES_VERSION=v7
5050
- KAFKA_SEEDS=kafka
51-
image: temporalio/auto-setup:1.6.1
51+
image: temporalio/auto-setup:1.6.2
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.1
64+
image: temporalio/admin-tools:1.6.2
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.1
23+
image: temporalio/auto-setup:1.6.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.6.1
36+
image: temporalio/admin-tools:1.6.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.6.1
24+
image: temporalio/auto-setup:1.6.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.6.1
37+
image: temporalio/admin-tools:1.6.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.6.1
17+
image: temporalio/auto-setup:1.6.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.6.1
30+
image: temporalio/admin-tools:1.6.2
3131
networks:
3232
- temporal-network
3333
stdin_open: true

0 commit comments

Comments
 (0)