Skip to content

Commit 303d3a5

Browse files
authored
Tag Web v1.5.0 (#2)
1 parent d1797fd commit 303d3a5

7 files changed

+7
-7
lines changed

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ $ make release SERVER_TAG=<current_release_server_tag> WEB_TAG=<current_release_
1010
For example:
1111

1212
```bash
13-
$ make release SERVER_TAG=1.5.1 WEB_TAG=1.4.1
13+
$ make release SERVER_TAG=1.5.1 WEB_TAG=1.5.0
1414
```

docker-compose-cas-es.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ services:
6868
environment:
6969
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
7070
- TEMPORAL_PERMIT_WRITE_API=true
71-
image: temporalio/web:1.4.1
71+
image: temporalio/web:1.5.0
7272
ports:
7373
- 8088:8088
7474
networks:

docker-compose-cockroach.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
environment:
5454
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
5555
- TEMPORAL_PERMIT_WRITE_API=true
56-
image: temporalio/web:1.4.1
56+
image: temporalio/web:1.5.0
5757
ports:
5858
- 8088:8088
5959
networks:

docker-compose-mysql-es.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ services:
7272
- temporal
7373
environment:
7474
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
75-
image: temporalio/web:1.4.1
75+
image: temporalio/web:1.5.0
7676
ports:
7777
- 8088:8088
7878
networks:

docker-compose-mysql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ services:
4545
environment:
4646
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
4747
- TEMPORAL_PERMIT_WRITE_API=true
48-
image: temporalio/web:1.4.1
48+
image: temporalio/web:1.5.0
4949
ports:
5050
- 8088:8088
5151
networks:

docker-compose-postgres.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
environment:
4747
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
4848
- TEMPORAL_PERMIT_WRITE_API=true
49-
image: temporalio/web:1.4.1
49+
image: temporalio/web:1.5.0
5050
ports:
5151
- 8088:8088
5252
networks:

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
environment:
4040
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
4141
- TEMPORAL_PERMIT_WRITE_API=true
42-
image: temporalio/web:1.4.1
42+
image: temporalio/web:1.5.0
4343
networks:
4444
- temporal-network
4545
ports:

0 commit comments

Comments
 (0)