Skip to content

Commit b416ecc

Browse files
committed
release: stable-9646
* 0dad31d fix(jicofo) enable jigasi brewery with ENABLE_TRANSCRIPTIONS * fae66ad fix(jibri): IGNORE_CERTIFICATE_ERRORS as boolean * 54baee2 feat(prosody): custom metrics of stanza counts for prosody service implemented (#1862) * a88dd8b feat(jvb) default to using dcSCTP * d2c26aa fix(jigasi) add missing variables to jigasi.yml * 41559d6 feat(log-analyser): added grafana dashboard provisioning (#1855) * 2e9e6ca misc: working on unstable
1 parent 0dad31d commit b416ecc

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## stable-9646
2+
3+
Based on stable release 9646.
4+
5+
* 0dad31d fix(jicofo) enable jigasi brewery with ENABLE_TRANSCRIPTIONS
6+
* fae66ad fix(jibri): IGNORE_CERTIFICATE_ERRORS as boolean
7+
* 54baee2 feat(prosody): custom metrics of stanza counts for prosody service implemented (#1862)
8+
* a88dd8b feat(jvb) default to using dcSCTP
9+
* d2c26aa fix(jigasi) add missing variables to jigasi.yml
10+
* 41559d6 feat(log-analyser): added grafana dashboard provisioning (#1855)
11+
* 2e9e6ca misc: working on unstable
12+
113
## stable-9584-1
214

315
Based on stable release 9584-1.

docker-compose.yml

+4-4
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-9646}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -180,7 +180,7 @@ services:
180180

181181
# XMPP server
182182
prosody:
183-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
183+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-9646}
184184
restart: ${RESTART_POLICY:-unless-stopped}
185185
expose:
186186
- '${XMPP_PORT:-5222}'
@@ -316,7 +316,7 @@ services:
316316

317317
# Focus component
318318
jicofo:
319-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
319+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-9646}
320320
restart: ${RESTART_POLICY:-unless-stopped}
321321
ports:
322322
- '127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -399,7 +399,7 @@ services:
399399

400400
# Video bridge
401401
jvb:
402-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
402+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-9646}
403403
restart: ${RESTART_POLICY:-unless-stopped}
404404
ports:
405405
- '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'

jibri.yml

+1-1
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-9646}
66
restart: ${RESTART_POLICY:-unless-stopped}
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.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-9646}
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)