From ed56062a994deaf3be11400d5dbc0f391a98183e Mon Sep 17 00:00:00 2001 From: Laura Whitaker Date: Tue, 17 Feb 2026 14:45:11 -0700 Subject: [PATCH 1/2] Remove references to TEMPORAL_BANNER_TEXT --- docs/references/web-ui-environment-variables.mdx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/references/web-ui-environment-variables.mdx b/docs/references/web-ui-environment-variables.mdx index ce99138be6..302cd425ed 100644 --- a/docs/references/web-ui-environment-variables.mdx +++ b/docs/references/web-ui-environment-variables.mdx @@ -26,7 +26,6 @@ docker run\ -e TEMPORAL_UI_PORT=8080\ -e TEMPORAL_UI_PUBLIC_PATH=path/to/webui\ -e TEMPORAL_UI_ENABLED=true\ --e TEMPORAL_BANNER_TEXT="Some banner text"\ -e TEMPORAL_CLOUD_UI=false\ -e TEMPORAL_DEFAULT_NAMESPACE=default\ -e TEMPORAL_FEEDBACK_URL=https://feedback.here\ @@ -55,8 +54,8 @@ temporalio/ui: ``` The environment variables are defined in the -[UI server configuration template file](https://github.com/temporalio/ui-server/blob/main/config/docker.yaml) -and described in more detail below. +[UI server configuration template file](https://github.com/temporalio/ui-server/blob/main/config/docker.yaml) and +described in more detail below. ## `TEMPORAL_ADDRESS` @@ -83,10 +82,6 @@ Enables or disables the [browser UI](/references/web-ui-configuration#enableui) Enabling the browser UI allows the Server to be accessed from your web browser. If disabled, the server cannot be viewed on the web, but the UI server APIs remain available for use. -## `TEMPORAL_BANNER_TEXT` - -Provides banner text to display on the Web UI. - ## `TEMPORAL_CLOUD_UI` If enabled, use the alternate UI from Temporal Cloud. @@ -231,8 +226,8 @@ Specifies whether to include credentials along with requests to the Codec Server ## `TEMPORAL_FORWARD_HEADERS` -Forward-specified HTTP headers to direct from HTTP API requests to the Temporal gRPC backend. This is a -comma-delimited list of the HTTP headers to be forwarded. +Forward-specified HTTP headers to direct from HTTP API requests to the Temporal gRPC backend. This is a comma-delimited +list of the HTTP headers to be forwarded. ## `TEMPORAL_HIDE_LOGS` From 207c79339ce8227a6a8e36a55044ee2f56ecebc3 Mon Sep 17 00:00:00 2001 From: Laura Whitaker Date: Tue, 17 Feb 2026 14:45:52 -0700 Subject: [PATCH 2/2] Remove references to TEMPORAL_NOTIFY_ON_NEW_VERSION --- docs/references/web-ui-environment-variables.mdx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/references/web-ui-environment-variables.mdx b/docs/references/web-ui-environment-variables.mdx index 302cd425ed..c98b260310 100644 --- a/docs/references/web-ui-environment-variables.mdx +++ b/docs/references/web-ui-environment-variables.mdx @@ -29,7 +29,6 @@ docker run\ -e TEMPORAL_CLOUD_UI=false\ -e TEMPORAL_DEFAULT_NAMESPACE=default\ -e TEMPORAL_FEEDBACK_URL=https://feedback.here\ --e TEMPORAL_NOTIFY_ON_NEW_VERSION=true\ -e TEMPORAL_CONFIG_REFRESH_INTERVAL=0s\ -e TEMPORAL_SHOW_TEMPORAL_SYSTEM_NAMESPACE=false\ -e TEMPORAL_DISABLE_WRITE_ACTIONS=false\ @@ -96,10 +95,6 @@ The URL that users are directed to when they click the Feedback button in the UI If not specified, this variable defaults to the UI's GitHub Issue page. -## `TEMPORAL_NOTIFY_ON_NEW_VERSION` - -Enables or disables notifications that appear in the UI whenever a newer version of the Temporal Cluster is available. - ## `TEMPORAL_CONFIG_REFRESH_INTERVAL` Determines how often the UI Server reads the configuration file for new values.