From cc84a7cca25a59359b64c90231552ca34a1cecf8 Mon Sep 17 00:00:00 2001 From: Vladyslav Simonenko Date: Fri, 11 Sep 2026 18:25:05 -0700 Subject: [PATCH] Bump server/admin-tools to 1.32.0, UI to 2.54.1 Point the Docker Compose samples at the newly released OSS v1.32.0 images and the matching UI server version, which is also what CLI v1.9.0 embeds and what the 1.32.0 Helm chart uses. Co-Authored-By: Claude Opus 5 --- compose/.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/.env b/compose/.env index 7e1edd8..71494b3 100644 --- a/compose/.env +++ b/compose/.env @@ -2,9 +2,9 @@ COMPOSE_PROJECT_NAME=temporal CASSANDRA_VERSION=3.11.9 ELASTICSEARCH_VERSION=7.17.27 MYSQL_VERSION=8 -TEMPORAL_VERSION=1.31.0 -TEMPORAL_ADMINTOOLS_VERSION=1.31.0 -TEMPORAL_UI_VERSION=2.49.1 +TEMPORAL_VERSION=1.32.0 +TEMPORAL_ADMINTOOLS_VERSION=1.32.0 +TEMPORAL_UI_VERSION=2.54.1 POSTGRESQL_VERSION=16 POSTGRES_PASSWORD=temporal POSTGRES_USER=temporal