Skip to content

Commit ec05c89

Browse files
committed
release: stable-4548
* a79fc0c misc: add release script * 0f0adc8 compose: add image tag to compose files * 0177765 misc: fix config volumes to work with SELinux * eae3f5c jibri: chrome/driver 78 as a stopgap * 78df6a4 doc: delete unnecessary dot * 4426ed8 jibri: fix case when /dev/snd is not bound (jitsi#240 (comment)) * 125775a web: fix WASM MIME type * e70975e web: enable GZIP compression for more file types * 774aba5 misc: set ddefault timezone to UTC * 3c3fc19 prosody: enable speaker stats and conferene duration modules * f911df2 jvb: set JVB_TCP_MAPPED_PORT default value * 1205170 jvb: allow `TCP_HARVESTER_MAPPED_PORT` to be configured * f7796a1 prosody: add volume /prosody-plugins-custom to docker-compose * d44230e prosody: use hashed xmpp auth
1 parent a79fc0c commit ec05c89

File tree

5 files changed

+26
-7
lines changed

5 files changed

+26
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## stable-4548
2+
3+
Based on stable release 4548.
4+
5+
* a79fc0c misc: add release script
6+
* 0f0adc8 compose: add image tag to compose files
7+
* 0177765 misc: fix config volumes to work with SELinux
8+
* eae3f5c jibri: chrome/driver 78 as a stopgap
9+
* 78df6a4 doc: delete unnecessary dot
10+
* 4426ed8 jibri: fix case when /dev/snd is not bound (https://github.com/jitsi/docker-jitsi-meet/issues/240#issuecomment-610422404)
11+
* 125775a web: fix WASM MIME type
12+
* e70975e web: enable GZIP compression for more file types
13+
* 774aba5 misc: set ddefault timezone to UTC
14+
* 3c3fc19 prosody: enable speaker stats and conferene duration modules
15+
* f911df2 jvb: set JVB_TCP_MAPPED_PORT default value
16+
* 1205170 jvb: allow `TCP_HARVESTER_MAPPED_PORT` to be configured
17+
* f7796a1 prosody: add volume /prosody-plugins-custom to docker-compose
18+
* d44230e prosody: use hashed xmpp auth
19+
120
## stable-4416
221

322
Based on stable release 4416.

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44
# Frontend
55
web:
6-
image: jitsi/web:latest
6+
image: jitsi/web:stable-4548
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -45,7 +45,7 @@ services:
4545

4646
# XMPP server
4747
prosody:
48-
image: jitsi/prosody:latest
48+
image: jitsi/prosody:stable-4548
4949
restart: ${RESTART_POLICY}
5050
expose:
5151
- '5222'
@@ -110,7 +110,7 @@ services:
110110

111111
# Focus component
112112
jicofo:
113-
image: jitsi/jicofo:latest
113+
image: jitsi/jicofo:stable-4548
114114
restart: ${RESTART_POLICY}
115115
volumes:
116116
- ${CONFIG}/jicofo:/config:Z
@@ -137,7 +137,7 @@ services:
137137

138138
# Video bridge
139139
jvb:
140-
image: jitsi/jvb:latest
140+
image: jitsi/jvb:stable-4548
141141
restart: ${RESTART_POLICY}
142142
ports:
143143
- '${JVB_PORT}:${JVB_PORT}/udp'

etherpad.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44
# Etherpad: real-time collaborative document editing
55
etherpad:
6-
image: jitsi/etherpad:latest
6+
image: jitsi/etherpad:stable-4548
77
restart: ${RESTART_POLICY}
88
networks:
99
meet.jitsi:

jibri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
jibri:
5-
image: jitsi/jibri:latest
5+
image: jitsi/jibri:stable-4548
66
restart: ${RESTART_POLICY}
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'
33
services:
44
# SIP gateway (audio)
55
jigasi:
6-
image: jitsi/jigasi:latest
6+
image: jitsi/jigasi:stable-4548
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'

0 commit comments

Comments
 (0)