Skip to content

Commit 73ff302

Browse files
committed
release: stable-9220-1
* 1e97277 jibri: update Chrome to version 121 * 310b80d jvb: add env var to control require-valid-address * b0092bc jicofo,jigasi,jvb: fix accidentally enabling Sentry * 102281e base: update tpl * bf237da etherpad: update etherpad image to etherpad/etherpad:1.9.6 (jitsi#1725) * 7381471 misc: working on unstable
1 parent 1e97277 commit 73ff302

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## stable-9220-1
2+
3+
Based on stable release 9220-1.
4+
5+
* 1e97277 jibri: update Chrome to version 121
6+
* 310b80d jvb: add env var to control require-valid-address
7+
* b0092bc jicofo,jigasi,jvb: fix accidentally enabling Sentry
8+
* 102281e base: update tpl
9+
* bf237da etherpad: update etherpad image to etherpad/etherpad:1.9.6 (#1725)
10+
* 7381471 misc: working on unstable
11+
112
## stable-9220
213

314
Based on stable release 9220.

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-9220-1}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -169,7 +169,7 @@ services:
169169

170170
# XMPP server
171171
prosody:
172-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
172+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-9220-1}
173173
restart: ${RESTART_POLICY:-unless-stopped}
174174
expose:
175175
- '${XMPP_PORT:-5222}'
@@ -300,7 +300,7 @@ services:
300300

301301
# Focus component
302302
jicofo:
303-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
303+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-9220-1}
304304
restart: ${RESTART_POLICY:-unless-stopped}
305305
ports:
306306
- '127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -382,7 +382,7 @@ services:
382382

383383
# Video bridge
384384
jvb:
385-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
385+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-9220-1}
386386
restart: ${RESTART_POLICY:-unless-stopped}
387387
ports:
388388
- '${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-9220-1}
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-9220-1}
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)