From baf4b7eca879c168f26ae3b97399f61512f42cb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 2 May 2023 09:24:13 +0200 Subject: [PATCH] release: stable-8615 * 57e3bb3 jibri: bump Chrome version * a0a3410 fix: Allows jicofo entering rooms without requiring a password. * 1c27da8 prosody: fix ranges redux (#1538) * 9fc8ffa prosody: fix ranges definition (#1537) * 39de818 prosody: enable rate limits (#1536) * 3568542 prosody: add timestamps to the log * edb5e76 workflow: tag jibri and jigasi images with version (#1522) * 5d1d80d jvb: fix missing dot in env (#1521) * 0b1b45d base: use FQIN in base/Dockerfile FROM statement * 29f0cb2 actions: tag images with detected versions (#1518) * 7c50cb7 web: support loading pwa-worker.js from subdir (#1517) * 3af59c6 web: fix bosh for subdomains * 2fdc643 jicofo: use bool instead of string for codec flags (#1507) * bdcae29 jicofo: fix syntax error on opus end brace (#1506) * e5d4213 jicofo: additional conference options (#1504) * 6034e09 jicofo: support opus red audio codec (#1503) * ef7ef9c jicofo: disable cert verification for jvb xmpp (#1501) * a8fe1aa jicofo: fix template error in jvb xmpp server (#1500) * 7d1bf8e jicofo: flag to use presence for bridge health checks (#1499) * 1a4f9bd jicofo: fix broken rest template (#1498) * 76f886f jicofo: add bridge region support and local region (#1497) * 9c2f742 jicofo: fix rest bind in container (#1496) * ed095bc misc: support alternate xmpp server for jvb (#1495) * e1c1f1b jicofo: enable rest interface (#1494) * ca0b92e web: allow custom colibri websocket port (#1491) * fe5dea3 misc: working on unstable --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ docker-compose.yml | 8 ++++---- jibri.yml | 2 +- jigasi.yml | 2 +- 4 files changed, 37 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5719f9f..1b6dc6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +## stable-8615 + +Based on stable release 8615. + +* 57e3bb3 jibri: bump Chrome version +* a0a3410 fix: Allows jicofo entering rooms without requiring a password. +* 1c27da8 prosody: fix ranges redux (#1538) +* 9fc8ffa prosody: fix ranges definition (#1537) +* 39de818 prosody: enable rate limits (#1536) +* 3568542 prosody: add timestamps to the log +* edb5e76 workflow: tag jibri and jigasi images with version (#1522) +* 5d1d80d jvb: fix missing dot in env (#1521) +* 0b1b45d base: use FQIN in base/Dockerfile FROM statement +* 29f0cb2 actions: tag images with detected versions (#1518) +* 7c50cb7 web: support loading pwa-worker.js from subdir (#1517) +* 3af59c6 web: fix bosh for subdomains +* 2fdc643 jicofo: use bool instead of string for codec flags (#1507) +* bdcae29 jicofo: fix syntax error on opus end brace (#1506) +* e5d4213 jicofo: additional conference options (#1504) +* 6034e09 jicofo: support opus red audio codec (#1503) +* ef7ef9c jicofo: disable cert verification for jvb xmpp (#1501) +* a8fe1aa jicofo: fix template error in jvb xmpp server (#1500) +* 7d1bf8e jicofo: flag to use presence for bridge health checks (#1499) +* 1a4f9bd jicofo: fix broken rest template (#1498) +* 76f886f jicofo: add bridge region support and local region (#1497) +* 9c2f742 jicofo: fix rest bind in container (#1496) +* ed095bc misc: support alternate xmpp server for jvb (#1495) +* e1c1f1b jicofo: enable rest interface (#1494) +* ca0b92e web: allow custom colibri websocket port (#1491) +* fe5dea3 misc: working on unstable + ## stable-8319 Based on stable release 8319. diff --git a/docker-compose.yml b/docker-compose.yml index 1acaa54..2a30e92 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: '3.5' services: # Frontend web: - image: jitsi/web:${JITSI_IMAGE_VERSION:-unstable} + image: jitsi/web:${JITSI_IMAGE_VERSION:-stable-8615} restart: ${RESTART_POLICY:-unless-stopped} ports: - '${HTTP_PORT}:80' @@ -157,7 +157,7 @@ services: # XMPP server prosody: - image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable} + image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-8615} restart: ${RESTART_POLICY:-unless-stopped} expose: - '${XMPP_PORT:-5222}' @@ -259,7 +259,7 @@ services: # Focus component jicofo: - image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable} + image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-8615} restart: ${RESTART_POLICY:-unless-stopped} ports: - '127.0.0.1:8888:8888' @@ -325,7 +325,7 @@ services: # Video bridge jvb: - image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable} + image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-8615} restart: ${RESTART_POLICY:-unless-stopped} ports: - '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp' diff --git a/jibri.yml b/jibri.yml index 9eb9a79..d59af23 100644 --- a/jibri.yml +++ b/jibri.yml @@ -2,7 +2,7 @@ version: '3.5' services: jibri: - image: jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable} + image: jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-8615} restart: ${RESTART_POLICY:-unless-stopped} volumes: - ${CONFIG}/jibri:/config:Z diff --git a/jigasi.yml b/jigasi.yml index dbbbcbe..38f63f7 100644 --- a/jigasi.yml +++ b/jigasi.yml @@ -3,7 +3,7 @@ version: '3.5' services: # SIP gateway (audio) jigasi: - image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable} + image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-8615} restart: ${RESTART_POLICY:-unless-stopped} ports: - '${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp'