Skip to content

Commit 38d5db9

Browse files
committed
release: stable-8922-1
* b3abfc0 ci: split unstable build and test workflows (jitsi#1601) * 603d461 jibri: adapt to new ChromeDriver zip file structure * a76b1f4 jibri: simplify ChromeDriver download * fd1c308 jibri: fix new ChromeDriver API endpoints * 2c0a793 jibri: update Chrome to 116 * 916bccb jibri: autoscaler sidecar tuning parameters * 6e59319 misc: working on unstable
1 parent b3abfc0 commit 38d5db9

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-8922-1
2+
3+
Based on stable release 8922-1.
4+
5+
* b3abfc0 ci: split unstable build and test workflows (#1601)
6+
* 603d461 jibri: adapt to new ChromeDriver zip file structure
7+
* a76b1f4 jibri: simplify ChromeDriver download
8+
* fd1c308 jibri: fix new ChromeDriver API endpoints
9+
* 2c0a793 jibri: update Chrome to 116
10+
* 916bccb jibri: autoscaler sidecar tuning parameters
11+
* 6e59319 misc: working on unstable
12+
113
## stable-8922
214

315
Based on stable release 8922.

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

162162
# XMPP server
163163
prosody:
164-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
164+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-8922-1}
165165
restart: ${RESTART_POLICY:-unless-stopped}
166166
expose:
167167
- '${XMPP_PORT:-5222}'
@@ -264,7 +264,7 @@ services:
264264

265265
# Focus component
266266
jicofo:
267-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
267+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-8922-1}
268268
restart: ${RESTART_POLICY:-unless-stopped}
269269
ports:
270270
- '127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -333,7 +333,7 @@ services:
333333

334334
# Video bridge
335335
jvb:
336-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
336+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-8922-1}
337337
restart: ${RESTART_POLICY:-unless-stopped}
338338
ports:
339339
- '${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-8922-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-8922-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)