Skip to content

Commit aab40ee

Browse files
committed
release: stable-6726-2
* ae3e7e7 jvb: make MUC_NICKNAME configurable * 0be9c8f web: allow configuring buttons in toolbar and pre-join screen * d9d12f0 jvb: fix resolving XMPP server aliases * 81dc384 jigasi: allow jigasi guest participants * a8a596b jicofo: configure trusted-domains for Jibri if ENABLE_RECORDING is set * d250ad7 misc: working on latest
1 parent ae3e7e7 commit aab40ee

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## stable-6726-2
2+
3+
Based on stable release 6726-2.
4+
5+
* ae3e7e7 jvb: make MUC_NICKNAME configurable
6+
* 0be9c8f web: allow configuring buttons in toolbar and pre-join screen
7+
* d9d12f0 jvb: fix resolving XMPP server aliases
8+
* 81dc384 jigasi: allow jigasi guest participants
9+
* a8a596b jicofo: configure trusted-domains for Jibri if ENABLE_RECORDING is set
10+
* d250ad7 misc: working on latest
11+
112
## stable-6726-1
213

314
Based on stable release 6726-1.

docker-compose.yml

+4-4
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-6726-2
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -129,7 +129,7 @@ services:
129129

130130
# XMPP server
131131
prosody:
132-
image: jitsi/prosody:latest
132+
image: jitsi/prosody:stable-6726-2
133133
restart: ${RESTART_POLICY}
134134
expose:
135135
- '5222'
@@ -206,7 +206,7 @@ services:
206206

207207
# Focus component
208208
jicofo:
209-
image: jitsi/jicofo:latest
209+
image: jitsi/jicofo:stable-6726-2
210210
restart: ${RESTART_POLICY}
211211
volumes:
212212
- ${CONFIG}/jicofo:/config:Z
@@ -257,7 +257,7 @@ services:
257257

258258
# Video bridge
259259
jvb:
260-
image: jitsi/jvb:latest
260+
image: jitsi/jvb:stable-6726-2
261261
restart: ${RESTART_POLICY}
262262
ports:
263263
- '${JVB_PORT}:${JVB_PORT}/udp'

jibri.yml

+1-1
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-6726-2
66
restart: ${RESTART_POLICY}
77
volumes:
88
- ${CONFIG}/jibri:/config:Z

jigasi.yml

+1-1
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-6726-2
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)