Skip to content

Commit d32d74f

Browse files
committed
release: stable-4857
* a81ad73 prosody: add support for lobby * baed605 web: fix removing closed captions button if transcription is enabled * edecacd etherpad: add ability to use a external server * a7563d4 jvb: use JVB_TCP_PORT for exposing the port * b235ea1 prosody: disable s2s module * 1d428a8 prosody: use a 2-stage build * 613c26c misc: working on latest * 4d72ee3 release: stable-4627-1 * 22b7063 examples: update Traefik v1 example * 1381b08 prosody: fix installing dependdencies * 2900c11 misc: add extra line to tag message * c57a84b misc: working on latest
1 parent a81ad73 commit d32d74f

File tree

5 files changed

+24
-7
lines changed

5 files changed

+24
-7
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## stable-4857
2+
3+
Based on stable release 4857.
4+
5+
* a81ad73 prosody: add support for lobby
6+
* baed605 web: fix removing closed captions button if transcription is enabled
7+
* edecacd etherpad: add ability to use a external server
8+
* a7563d4 jvb: use JVB_TCP_PORT for exposing the port
9+
* b235ea1 prosody: disable s2s module
10+
* 1d428a8 prosody: use a 2-stage build
11+
* 613c26c misc: working on latest
12+
* 4d72ee3 release: stable-4627-1
13+
* 22b7063 examples: update Traefik v1 example
14+
* 1381b08 prosody: fix installing dependdencies
15+
* 2900c11 misc: add extra line to tag message
16+
* c57a84b misc: working on latest
17+
118
## stable-4627-1
219

320
Based on stable release 4627-1.

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-4857
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -46,7 +46,7 @@ services:
4646

4747
# XMPP server
4848
prosody:
49-
image: jitsi/prosody:latest
49+
image: jitsi/prosody:stable-4857
5050
restart: ${RESTART_POLICY}
5151
expose:
5252
- '5222'
@@ -112,7 +112,7 @@ services:
112112

113113
# Focus component
114114
jicofo:
115-
image: jitsi/jicofo:latest
115+
image: jitsi/jicofo:stable-4857
116116
restart: ${RESTART_POLICY}
117117
volumes:
118118
- ${CONFIG}/jicofo:/config:Z
@@ -140,7 +140,7 @@ services:
140140

141141
# Video bridge
142142
jvb:
143-
image: jitsi/jvb:latest
143+
image: jitsi/jvb:stable-4857
144144
restart: ${RESTART_POLICY}
145145
ports:
146146
- '${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-4857
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-4857
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-4857
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)