From 73c1db5f2b14623712ccdd7288799f24278ceb19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 21 Oct 2021 15:20:10 +0200 Subject: [PATCH] release: stable-6433 * 487bcca jvb: try to use the correct IP as the default server ID * 9e982fe examples: move to jitsi-contrib * 192a623 jvb: add ability to configure the shutdown API * 5dcf7b4 compose: changed REACTIONS env variable name in docker-compose file * d94f4b6 jvb: remove unneeded alias * 7cd71a2 jibri: default to recording in 720p * bee4b6a jibri: use new configuration file * 76a16a8 jvb: use modern config for ice4j * 18ac85b jibri: allow graceful shutdown of the container * 3c19ed6 jibri: uppdate Chrome to version 94 * b858b37 base-java: update to Java 11 * 2061b86 misc: enable features by default * 343062b misc: fix/ improve shebang compatibility * ff8c1c2 web: regenerate interface_config.js on every boot * bda1502 prosody: simplify code * cfd8d3c web: add config options for polls and reactions * 537fcd5 misc: add support for sentry logging * be1da0e misc: cleanup Dockerfiles * 09cf0a8 web: add env variables for configuring vp9 * 3df32d9 web: persist crontabs for letsencrypt * f748484 jicofo: add enable-auto-login config option * 96419ba web: remove no longer needed code * 1835d65 web: recreate interface_config.js on container restart * b555d41 jicofo: fix boolean values in configuration file * 6be198c misc: remove quotation marks from TURN configuration (#1111) * 407a98d misc: working on latest --- 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 f1808c6..62feefe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +## stable-6433 + +Based on stable release 6433. + +* 487bcca jvb: try to use the correct IP as the default server ID +* 9e982fe examples: move to jitsi-contrib +* 192a623 jvb: add ability to configure the shutdown API +* 5dcf7b4 compose: changed REACTIONS env variable name in docker-compose file +* d94f4b6 jvb: remove unneeded alias +* 7cd71a2 jibri: default to recording in 720p +* bee4b6a jibri: use new configuration file +* 76a16a8 jvb: use modern config for ice4j +* 18ac85b jibri: allow graceful shutdown of the container +* 3c19ed6 jibri: uppdate Chrome to version 94 +* b858b37 base-java: update to Java 11 +* 2061b86 misc: enable features by default +* 343062b misc: fix/ improve shebang compatibility +* ff8c1c2 web: regenerate interface_config.js on every boot +* bda1502 prosody: simplify code +* cfd8d3c web: add config options for polls and reactions +* 537fcd5 misc: add support for sentry logging +* be1da0e misc: cleanup Dockerfiles +* 09cf0a8 web: add env variables for configuring vp9 +* 3df32d9 web: persist crontabs for letsencrypt +* f748484 jicofo: add enable-auto-login config option +* 96419ba web: remove no longer needed code +* 1835d65 web: recreate interface_config.js on container restart +* b555d41 jicofo: fix boolean values in configuration file +* 6be198c misc: remove quotation marks from TURN configuration (#1111) +* 407a98d misc: working on latest + ## stable-6173 Based on stable release 6173. diff --git a/docker-compose.yml b/docker-compose.yml index 27a5c06..db3b064 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: '3' services: # Frontend web: - image: jitsi/web:latest + image: jitsi/web:stable-6433 restart: ${RESTART_POLICY} ports: - '${HTTP_PORT}:80' @@ -126,7 +126,7 @@ services: # XMPP server prosody: - image: jitsi/prosody:latest + image: jitsi/prosody:stable-6433 restart: ${RESTART_POLICY} expose: - '5222' @@ -202,7 +202,7 @@ services: # Focus component jicofo: - image: jitsi/jicofo:latest + image: jitsi/jicofo:stable-6433 restart: ${RESTART_POLICY} volumes: - ${CONFIG}/jicofo:/config:Z @@ -252,7 +252,7 @@ services: # Video bridge jvb: - image: jitsi/jvb:latest + image: jitsi/jvb:stable-6433 restart: ${RESTART_POLICY} ports: - '${JVB_PORT}:${JVB_PORT}/udp' diff --git a/jibri.yml b/jibri.yml index be29ab8..624ba0d 100644 --- a/jibri.yml +++ b/jibri.yml @@ -2,7 +2,7 @@ version: '3' services: jibri: - image: jitsi/jibri:latest + image: jitsi/jibri:stable-6433 restart: ${RESTART_POLICY} volumes: - ${CONFIG}/jibri:/config:Z diff --git a/jigasi.yml b/jigasi.yml index a0d409b..c35aa97 100644 --- a/jigasi.yml +++ b/jigasi.yml @@ -3,7 +3,7 @@ version: '3' services: # SIP gateway (audio) jigasi: - image: jitsi/jigasi:latest + image: jitsi/jigasi:stable-6433 restart: ${RESTART_POLICY} ports: - '${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'