Skip to content

Commit 73c1db5

Browse files
committed
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 (jitsi#1111) * 407a98d misc: working on latest
1 parent 487bcca commit 73c1db5

File tree

4 files changed

+37
-6
lines changed

4 files changed

+37
-6
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## stable-6433
2+
3+
Based on stable release 6433.
4+
5+
* 487bcca jvb: try to use the correct IP as the default server ID
6+
* 9e982fe examples: move to jitsi-contrib
7+
* 192a623 jvb: add ability to configure the shutdown API
8+
* 5dcf7b4 compose: changed REACTIONS env variable name in docker-compose file
9+
* d94f4b6 jvb: remove unneeded alias
10+
* 7cd71a2 jibri: default to recording in 720p
11+
* bee4b6a jibri: use new configuration file
12+
* 76a16a8 jvb: use modern config for ice4j
13+
* 18ac85b jibri: allow graceful shutdown of the container
14+
* 3c19ed6 jibri: uppdate Chrome to version 94
15+
* b858b37 base-java: update to Java 11
16+
* 2061b86 misc: enable features by default
17+
* 343062b misc: fix/ improve shebang compatibility
18+
* ff8c1c2 web: regenerate interface_config.js on every boot
19+
* bda1502 prosody: simplify code
20+
* cfd8d3c web: add config options for polls and reactions
21+
* 537fcd5 misc: add support for sentry logging
22+
* be1da0e misc: cleanup Dockerfiles
23+
* 09cf0a8 web: add env variables for configuring vp9
24+
* 3df32d9 web: persist crontabs for letsencrypt
25+
* f748484 jicofo: add enable-auto-login config option
26+
* 96419ba web: remove no longer needed code
27+
* 1835d65 web: recreate interface_config.js on container restart
28+
* b555d41 jicofo: fix boolean values in configuration file
29+
* 6be198c misc: remove quotation marks from TURN configuration (#1111)
30+
* 407a98d misc: working on latest
31+
132
## stable-6173
233

334
Based on stable release 6173.

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44
# Frontend
55
web:
6-
image: jitsi/web:latest
6+
image: jitsi/web:stable-6433
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -126,7 +126,7 @@ services:
126126

127127
# XMPP server
128128
prosody:
129-
image: jitsi/prosody:latest
129+
image: jitsi/prosody:stable-6433
130130
restart: ${RESTART_POLICY}
131131
expose:
132132
- '5222'
@@ -202,7 +202,7 @@ services:
202202

203203
# Focus component
204204
jicofo:
205-
image: jitsi/jicofo:latest
205+
image: jitsi/jicofo:stable-6433
206206
restart: ${RESTART_POLICY}
207207
volumes:
208208
- ${CONFIG}/jicofo:/config:Z
@@ -252,7 +252,7 @@ services:
252252

253253
# Video bridge
254254
jvb:
255-
image: jitsi/jvb:latest
255+
image: jitsi/jvb:stable-6433
256256
restart: ${RESTART_POLICY}
257257
ports:
258258
- '${JVB_PORT}:${JVB_PORT}/udp'

jibri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
jibri:
5-
image: jitsi/jibri:latest
5+
image: jitsi/jibri:stable-6433
66
restart: ${RESTART_POLICY}
77
volumes:
88
- ${CONFIG}/jibri:/config:Z

jigasi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44
# SIP gateway (audio)
55
jigasi:
6-
image: jitsi/jigasi:latest
6+
image: jitsi/jigasi:stable-6433
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'

0 commit comments

Comments
 (0)