Skip to content

Commit c776471

Browse files
committed
release: stable-9753
* 9e17f95 feat(jigasi): allow unique account UID for each entry even if the same auth is used (#1917) * ad2a577 fix(jigasi): transcriber VOSK URL variable into compose file (#1916) * 6c08391 feat(jigasi): transcriber configuration supports vosk URL (#1915) * 1db83ed feat(ldap): Start and configure only if enabled. * ceb4a51 feat(prosody): Skip some modules for prosody-jvb. * e7786d5 feat(jigasi): transcriber configuration for OCI and whisper and to skip saving (#1909) * c5afcde feat(jigasi): support graceful shutdown via sidecar (#1908) * 5d40297 feat(jigasi): allow optional label for xmpp servers (#1907) * e7cb0f4 feat(jvb): autoscaler sidecar shutdown hook on finish (#1906) * b0675c0 prosody: recording metadata module (#1734) * 36b2e16 feat(web) - Added NGINX_KEEPALIVE_TIMEOUT environment variable * 24bf3e4 fix(web) add HTTPS port to URL in env.example * 2280f6b feat(web) add ability to run the web container targetting JaaS * ff49cd9 Revert "feat(jigasi): install openjdk nonheadless, currently required for dep…" (#1899) * 66c6ad8 feat(jigasi): install openjdk nonheadless, currently required for dependencies (#1895) * 3f67408 feat(jigasi,transcriber): transcriber component and jigasi configuration updates (#1881) * 3e93212 fix(jicofo): pass compose variable for jicofo transcription support (#1893) * 084266c feat(transcriber): transcriber password in env.example and gen-passwords.sh (#1894) * e1b14f2 feat(prosody): enable brewery muc modules in internal muc component (#1892) * 1889c5d fix(web): enable hidden domain when transcriptions or recordings are enabled (#1891) * 46377d4 feat(prosody): transcriber account support and flag configuration fix (#1890) * 9f2489d feat(log-analyser): updated grafana dashboards (#1885) * 1e589f3 feat(log-analyser): transfered docker logs from docker containers and updated readme (#1884) * 1f056b4 web: remove unnecessary option * f893e49 base: update tpl * 7617503 fix(log-analyser): added Jitsi network to loki service * 27150a2 feat(prometheus): Docker Daemon scraping for monitoring (#1865) * d6b64a2 misc: working on unstable
1 parent 9e17f95 commit c776471

5 files changed

+40
-7
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## stable-9753
2+
3+
Based on stable release 9753.
4+
5+
* 9e17f95 feat(jigasi): allow unique account UID for each entry even if the same auth is used (#1917)
6+
* ad2a577 fix(jigasi): transcriber VOSK URL variable into compose file (#1916)
7+
* 6c08391 feat(jigasi): transcriber configuration supports vosk URL (#1915)
8+
* 1db83ed feat(ldap): Start and configure only if enabled.
9+
* ceb4a51 feat(prosody): Skip some modules for prosody-jvb.
10+
* e7786d5 feat(jigasi): transcriber configuration for OCI and whisper and to skip saving (#1909)
11+
* c5afcde feat(jigasi): support graceful shutdown via sidecar (#1908)
12+
* 5d40297 feat(jigasi): allow optional label for xmpp servers (#1907)
13+
* e7cb0f4 feat(jvb): autoscaler sidecar shutdown hook on finish (#1906)
14+
* b0675c0 prosody: recording metadata module (#1734)
15+
* 36b2e16 feat(web) - Added NGINX_KEEPALIVE_TIMEOUT environment variable
16+
* 24bf3e4 fix(web) add HTTPS port to URL in env.example
17+
* 2280f6b feat(web) add ability to run the web container targetting JaaS
18+
* ff49cd9 Revert "feat(jigasi): install openjdk nonheadless, currently required for dep…" (#1899)
19+
* 66c6ad8 feat(jigasi): install openjdk nonheadless, currently required for dependencies (#1895)
20+
* 3f67408 feat(jigasi,transcriber): transcriber component and jigasi configuration updates (#1881)
21+
* 3e93212 fix(jicofo): pass compose variable for jicofo transcription support (#1893)
22+
* 084266c feat(transcriber): transcriber password in env.example and gen-passwords.sh (#1894)
23+
* e1b14f2 feat(prosody): enable brewery muc modules in internal muc component (#1892)
24+
* 1889c5d fix(web): enable hidden domain when transcriptions or recordings are enabled (#1891)
25+
* 46377d4 feat(prosody): transcriber account support and flag configuration fix (#1890)
26+
* 9f2489d feat(log-analyser): updated grafana dashboards (#1885)
27+
* 1e589f3 feat(log-analyser): transfered docker logs from docker containers and updated readme (#1884)
28+
* 1f056b4 web: remove unnecessary option
29+
* f893e49 base: update tpl
30+
* 7617503 fix(log-analyser): added Jitsi network to loki service
31+
* 27150a2 feat(prometheus): Docker Daemon scraping for monitoring (#1865)
32+
* d6b64a2 misc: working on unstable
33+
134
## stable-9646
235

336
Based on stable release 9646.

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

184184
# XMPP server
185185
prosody:
186-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
186+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-9753}
187187
restart: ${RESTART_POLICY:-unless-stopped}
188188
expose:
189189
- '${XMPP_PORT:-5222}'
@@ -325,7 +325,7 @@ services:
325325

326326
# Focus component
327327
jicofo:
328-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
328+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-9753}
329329
restart: ${RESTART_POLICY:-unless-stopped}
330330
ports:
331331
- '127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -411,7 +411,7 @@ services:
411411

412412
# Video bridge
413413
jvb:
414-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
414+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-9753}
415415
restart: ${RESTART_POLICY:-unless-stopped}
416416
ports:
417417
- '${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-9753}
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-9753}
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'

transcriber.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.5'
22

33
services:
44
transcriber:
5-
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
5+
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-9753}
66
restart: ${RESTART_POLICY:-unless-stopped}
77
volumes:
88
- ${CONFIG}/transcriber:/config:Z

0 commit comments

Comments
 (0)