Skip to content

Commit 7d0eee4

Browse files
committed
release: stable-8252
* 076dbf7 jibri: fix downloading new (>= 109) ChromeDriver * 8f40804 jibri: update Chrome to M109 * 1cf8638 compose: fix whiteboard collab server variable name * 9e0305b prosody: set JWT_ENABLE_DOMAIN_VERIFICATION to false by default * ac551c3 base: update tpl * ec972ee base: update tpl * 8684b0b misc: working on unstable
1 parent 076dbf7 commit 7d0eee4

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-8252
2+
3+
Based on stable release 8252.
4+
5+
* 076dbf7 jibri: fix downloading new (>= 109) ChromeDriver
6+
* 8f40804 jibri: update Chrome to M109
7+
* 1cf8638 compose: fix whiteboard collab server variable name
8+
* 9e0305b prosody: set JWT_ENABLE_DOMAIN_VERIFICATION to false by default
9+
* ac551c3 base: update tpl
10+
* ec972ee base: update tpl
11+
* 8684b0b misc: working on unstable
12+
113
## stable-8218
214

315
Based on stable release 8218.

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-8252}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -156,7 +156,7 @@ services:
156156

157157
# XMPP server
158158
prosody:
159-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
159+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-8252}
160160
restart: ${RESTART_POLICY:-unless-stopped}
161161
expose:
162162
- '${XMPP_PORT:-5222}'
@@ -252,7 +252,7 @@ services:
252252

253253
# Focus component
254254
jicofo:
255-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
255+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-8252}
256256
restart: ${RESTART_POLICY:-unless-stopped}
257257
volumes:
258258
- ${CONFIG}/jicofo:/config:Z
@@ -300,7 +300,7 @@ services:
300300

301301
# Video bridge
302302
jvb:
303-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
303+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-8252}
304304
restart: ${RESTART_POLICY:-unless-stopped}
305305
ports:
306306
- '${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-8252}
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-8252}
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)