From 21194daaf2d1ec13fbd8560193e1bfd37f1f61a8 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sat, 18 Jul 2026 07:11:00 +0300 Subject: [PATCH] Upgrade livekit-server role (v1.13.3-2 -> v1.13.3-3) LiveKit Server configuration validation now requires an explicit choice between an RTC port range and a multiplexed UDP port, instead of silently rendering the default udp_port alongside a user-defined port range (which LiveKit ignores). See the CHANGELOG entry for details. Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/5344 Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 11 +++++++++++ requirements.yml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bdb388ff..105ba4cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 2026-07-18 + +## LiveKit Server port configuration must be unambiguous now + +This only affects you if you have configured a LiveKit Server RTC port range (`livekit_server_config_rtc_port_range_start` and `livekit_server_config_rtc_port_range_end`). + +LiveKit only uses one of the two port configuration mechanisms: when a port range is defined, the multiplexed UDP port (`livekit_server_config_rtc_udp_port`) is ignored entirely. Previously, the role would silently render its default UDP port (7882) into the configuration alongside your port range, misleadingly suggesting that both are in effect. + +The role now asks you to make the choice explicit: if you define a port range, unset the UDP port by adding `livekit_server_config_rtc_udp_port: ''` to your `vars.yml` file. A validation error will guide you, if your configuration is affected. + + # 2026-07-17 ## prometheus-nginxlog-exporter metric names have changed diff --git a/requirements.yml b/requirements.yml index a4a9996ed..9ba245a7a 100644 --- a/requirements.yml +++ b/requirements.yml @@ -42,7 +42,7 @@ version: v11031-0 name: jitsi - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-livekit-server.git - version: v1.13.3-2 + version: v1.13.3-3 name: livekit_server - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-ntfy.git version: v2.26.0-0