Skip to content

Commit 59a8c16

Browse files
committed
release: stable-7648
* 12941f5 web: turn on multi-stream by default * 1d4b265 web: add new flag for multi-stream * 4264f25 prosody: make enable_domain_verification configurable * 2a7db7c jigasi: fix Sentry test * 2d106d8 jigasi: adjust log formatter * 6c9e305 jigasi: temporarily disable G722 * 9edecf2 misc: working on unstable
1 parent 12941f5 commit 59a8c16

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## stable-7648
2+
3+
Based on stable release 7648.
4+
5+
* 12941f5 web: turn on multi-stream by default
6+
* 1d4b265 web: add new flag for multi-stream
7+
* 4264f25 prosody: make enable_domain_verification configurable
8+
* 2a7db7c jigasi: fix Sentry test
9+
* 2d106d8 jigasi: adjust log formatter
10+
* 6c9e305 jigasi: temporarily disable G722
11+
* 9edecf2 misc: working on unstable
12+
113
## stable-7577-2
214

315
Based on stable release 7577-2.

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.5'
33
services:
44
# Frontend
55
web:
6-
image: jitsi/web:${JITSI_IMAGE_VERSION:-unstable}
6+
image: jitsi/web:${JITSI_IMAGE_VERSION:-stable-7648}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -147,7 +147,7 @@ services:
147147

148148
# XMPP server
149149
prosody:
150-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
150+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-7648}
151151
restart: ${RESTART_POLICY:-unless-stopped}
152152
expose:
153153
- '${XMPP_PORT:-5222}'
@@ -234,7 +234,7 @@ services:
234234

235235
# Focus component
236236
jicofo:
237-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
237+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-7648}
238238
restart: ${RESTART_POLICY:-unless-stopped}
239239
volumes:
240240
- ${CONFIG}/jicofo:/config:Z
@@ -284,7 +284,7 @@ services:
284284

285285
# Video bridge
286286
jvb:
287-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
287+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-7648}
288288
restart: ${RESTART_POLICY:-unless-stopped}
289289
ports:
290290
- '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'

jibri.yml

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

33
services:
44
jibri:
5-
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable}
5+
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-7648}
66
restart: ${RESTART_POLICY:-unless-stopped}
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.5'
33
services:
44
# SIP gateway (audio)
55
jigasi:
6-
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
6+
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-7648}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp'

0 commit comments

Comments
 (0)