Skip to content

Commit ca1106b

Browse files
authored
Bump server/admin-tools to 1.31.0, UI to 2.49.1 (#148)
Bump default Temporal versions in `compose/.env` to align with the v1.31.0 OSS server release. | Variable | Before | After | |---|---|---| | `TEMPORAL_VERSION` | 1.30.1 | **1.31.0** | | `TEMPORAL_ADMINTOOLS_VERSION` | 1.30.1 | **1.31.0** | | `TEMPORAL_UI_VERSION` | 2.34.0 | **2.49.1** | These match the freshly promoted Docker images: - `temporalio/server:1.31.0` (https://github.com/temporalio/temporal/releases/tag/v1.31.0) - `temporalio/admin-tools:1.31.0` (built with embedded CLI v1.7.0) - `temporalio/ui:2.49.1` (current UI Server Latest)
1 parent b7bc4c5 commit ca1106b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

compose/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ COMPOSE_PROJECT_NAME=temporal
22
CASSANDRA_VERSION=3.11.9
33
ELASTICSEARCH_VERSION=7.17.27
44
MYSQL_VERSION=8
5-
TEMPORAL_VERSION=1.30.1
6-
TEMPORAL_ADMINTOOLS_VERSION=1.30.1
7-
TEMPORAL_UI_VERSION=2.34.0
5+
TEMPORAL_VERSION=1.31.0
6+
TEMPORAL_ADMINTOOLS_VERSION=1.31.0
7+
TEMPORAL_UI_VERSION=2.49.1
88
POSTGRESQL_VERSION=16
99
POSTGRES_PASSWORD=temporal
1010
POSTGRES_USER=temporal

0 commit comments

Comments
 (0)