Skip to content

Commit aec6021

Browse files
committed
release: stable-7830
* dd95b3d prosody: fix arm64 build * acb2f4e misc: update stale.yml * 02e32e5 jibri: update Chrome to M105 * c53de72 jvb: add JVB_ADVERTISE_IPS, deprecating DOCKER_HOST_ADDRESS * 723acc2 web: add ability to configure the room password digit size * a1e82ea jvb: migrate config to secure octo * 91043c5 prosody: upgrade UVS module to be compatible with Prosody 0.12 and luajwtjitsi 3.0 * dc5b6a1 fix: multi tenant setup (#1401) * 47804d0 prosody: add JWT_ENABLE_DOMAIN_VERIFICATION to compose file * 832b178 prosody: make GC options configurable * bf6a68b web: fix setting prefix for subdomains * 5fabec9 prosody: add end conference * 7f7a9b4 misc: working on unstable
1 parent dd95b3d commit aec6021

File tree

4 files changed

+24
-6
lines changed

4 files changed

+24
-6
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## stable-7830
2+
3+
Based on stable release 7830.
4+
5+
* dd95b3d prosody: fix arm64 build
6+
* acb2f4e misc: update stale.yml
7+
* 02e32e5 jibri: update Chrome to M105
8+
* c53de72 jvb: add JVB_ADVERTISE_IPS, deprecating DOCKER_HOST_ADDRESS
9+
* 723acc2 web: add ability to configure the room password digit size
10+
* a1e82ea jvb: migrate config to secure octo
11+
* 91043c5 prosody: upgrade UVS module to be compatible with Prosody 0.12 and luajwtjitsi 3.0
12+
* dc5b6a1 fix: multi tenant setup (#1401)
13+
* 47804d0 prosody: add JWT_ENABLE_DOMAIN_VERIFICATION to compose file
14+
* 832b178 prosody: make GC options configurable
15+
* bf6a68b web: fix setting prefix for subdomains
16+
* 5fabec9 prosody: add end conference
17+
* 7f7a9b4 misc: working on unstable
18+
119
## stable-7648-4
220

321
Based on stable release 7648-4.

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-7830}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -150,7 +150,7 @@ services:
150150

151151
# XMPP server
152152
prosody:
153-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
153+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-7830}
154154
restart: ${RESTART_POLICY:-unless-stopped}
155155
expose:
156156
- '${XMPP_PORT:-5222}'
@@ -246,7 +246,7 @@ services:
246246

247247
# Focus component
248248
jicofo:
249-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
249+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-7830}
250250
restart: ${RESTART_POLICY:-unless-stopped}
251251
volumes:
252252
- ${CONFIG}/jicofo:/config:Z
@@ -296,7 +296,7 @@ services:
296296

297297
# Video bridge
298298
jvb:
299-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
299+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-7830}
300300
restart: ${RESTART_POLICY:-unless-stopped}
301301
ports:
302302
- '${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-7830}
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-7830}
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)