Skip to content

Commit e9ee50e

Browse files
committed
release: stable-4548-1
* abf2f73 jicofo: fix setting incorrect auth URL scheme for JWT * 3472ab0 jicofo: add ability to configure health checks * ec3622b jibri: install jitsi-upload-integrations by default * 0e7bc91 etherpad: pin image version * 4fa50b9 jwt: do not load token_verification module with disabled authentication * b0d76a2 jibri: add jq dep for upload integrations * 53b58fd jvb: add jq, curl deps for graceful_shutdown.sh * 2d063ad doc: update installation instructions * e73df5f misc: working on latest
1 parent abf2f73 commit e9ee50e

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## stable-4548-1
2+
3+
Based on stable release 4548-1.
4+
5+
* abf2f73 jicofo: fix setting incorrect auth URL scheme for JWT
6+
* 3472ab0 jicofo: add ability to configure health checks
7+
* ec3622b jibri: install jitsi-upload-integrations by default
8+
* 0e7bc91 etherpad: pin image version
9+
* 4fa50b9 jwt: do not load token_verification module with disabled authentication
10+
* b0d76a2 jibri: add jq dep for upload integrations
11+
* 53b58fd jvb: add jq, curl deps for graceful_shutdown.sh
12+
* 2d063ad doc: update installation instructions
13+
* e73df5f misc: working on latest
14+
115
## stable-4548
216

317
Based on stable release 4548.

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-1
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-1
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-1
114114
restart: ${RESTART_POLICY}
115115
volumes:
116116
- ${CONFIG}/jicofo:/config:Z
@@ -138,7 +138,7 @@ services:
138138

139139
# Video bridge
140140
jvb:
141-
image: jitsi/jvb:latest
141+
image: jitsi/jvb:stable-4548-1
142142
restart: ${RESTART_POLICY}
143143
ports:
144144
- '${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-1
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-1
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-1
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)