Skip to content

v2.9.0

Compare
Choose a tag to compare
@feedmeapples feedmeapples released this 29 Nov 16:57
· 1129 commits to main since this release
bdba908

Changes

  • OIDC auth scopes are no longer pre-configured. Use TEMPORAL_AUTH_SCOPES Docker env variable or auth.providers[].scopes to set the auth scopes

Ex.

docker run \
    --network host \
    -e TEMPORAL_AUTH_SCOPES=openid,email,profile \
    -e TEMPORAL_ADDRESS=127.0.0.1:7233 \
    -e TEMPORAL_UI_PORT=8080 \
    -e TEMPORAL_AUTH_ENABLED=true \
    -e TEMPORAL_AUTH_PROVIDER_URL=https://accounts.google.com \
    -e TEMPORAL_AUTH_CLIENT_ID=xxx \
    -e TEMPORAL_AUTH_CLIENT_SECRET=yyy \
    -e TEMPORAL_AUTH_CALLBACK_URL=http://localhost:8080/auth/sso/callback \
    temporalio/ui:2.9.0

UI-Server

  • 2022-11-16 - 041ee99 - Add docker env to control OIDC auth scopes (#254)

UI

  • 2022-11-28 - 6db4be9b - Fix broken breakpoint UI on workflow detail page header (#960)
  • 2022-11-28 - 313a57b9 - Fix for invite user issue with email addition auto scrolling (#956)
  • 2022-11-28 - b4f08c96 - Fix Child Workflow Link, update Column Labels, fix Link href (#961)
  • 2022-11-21 - c0dccd14 - Add table for child workflows (#955)
  • 2022-11-18 - 0facbd04 - Add asterisk to schedule name (#950)
  • 2022-11-17 - f3167b05 - add ability to cancel workflows from workflow details page (#944)
  • 2022-11-16 - 671b6be8 - Welcome page icons (#946)
  • 2022-11-16 - decbf30f - Schedules UI v2 (#916)
  • 2022-11-10 - a0d8fe52 - Checkbox for whether to pass access token to codec (#941)
  • 2022-11-10 - d07b2fba - enable and production-ize bulk termination (#936)
  • 2022-11-10 - dbca77c5 - Add more configuration options to skeleton table (#933)