Skip to content

Commit 066b844

Browse files
committed
release: stable-9364-1
* a5ebb99 jibri: flag to support prometheus-style metrics (jitsi#1768) * 80fc10e feat(prosody): Cleans up gc settings. * 69bba17 feat(prosody): Adjusts lua to use generational GC for brewery.cfg.lua. * 2798426 feat(prosody): Adjusts lua to use generational GC. * 28d2b32 feat(prosody): Make sure muc tumbstones is disabled. * d5df19d jigasi: autoscaler sidecar support (jitsi#1738) * 0953ca0 jigasi: skip SIP configuration when configured as a transcriber * ca1d670 fix: 🐛 wrong quote in default config (jitsi#1761) * 360361e jibri: move xmpp config for easier override (jitsi#1748) * 452f5ba misc: working on unstable
1 parent a5ebb99 commit 066b844

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## stable-9364-1
2+
3+
Based on stable release 9364-1.
4+
5+
* a5ebb99 jibri: flag to support prometheus-style metrics (#1768)
6+
* 80fc10e feat(prosody): Cleans up gc settings.
7+
* 69bba17 feat(prosody): Adjusts lua to use generational GC for brewery.cfg.lua.
8+
* 2798426 feat(prosody): Adjusts lua to use generational GC.
9+
* 28d2b32 feat(prosody): Make sure muc tumbstones is disabled.
10+
* d5df19d jigasi: autoscaler sidecar support (#1738)
11+
* 0953ca0 jigasi: skip SIP configuration when configured as a transcriber
12+
* ca1d670 fix: :bug: wrong quote in default config (#1761)
13+
* 360361e jibri: move xmpp config for easier override (#1748)
14+
* 452f5ba misc: working on unstable
15+
116
## stable-9364
217

318
Based on stable release 9364.

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

180180
# XMPP server
181181
prosody:
182-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
182+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-9364-1}
183183
restart: ${RESTART_POLICY:-unless-stopped}
184184
expose:
185185
- '${XMPP_PORT:-5222}'
@@ -311,7 +311,7 @@ services:
311311

312312
# Focus component
313313
jicofo:
314-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
314+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-9364-1}
315315
restart: ${RESTART_POLICY:-unless-stopped}
316316
ports:
317317
- '127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -393,7 +393,7 @@ services:
393393

394394
# Video bridge
395395
jvb:
396-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
396+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-9364-1}
397397
restart: ${RESTART_POLICY:-unless-stopped}
398398
ports:
399399
- '${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-9364-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-9364-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)