Releases: jitsi-contrib/jitsi-helm
Releases · jitsi-contrib/jitsi-helm
Release v1.3.0
⚠️ BREAKING CHANGES ⚠️
This release removes the old-style options located in .Values.jvb.websockets
.
Now, if you want to add WebSockets support, instead of doing this:
jvb:
websockets:
enabled: true
serverID: <...>
you must do this:
websockets:
colibri:
enabled: true
serverID: <...>
## New option for Prosody/XMPP:
xmpp:
enabled: true
Also, now disabled WS support explicitly sets required ENV variables to 'false', resulting in all Jitsi Meet containers actually using HTTP polling instead of WebSocket-based signalling.
What's Changed
- Fix helm test for prosody connection test by @hhewei in #51;
- Introduce separate node port value for JVB for Node by @luclu and @mmarquez999 in #25 and #54;
- Bump default Jitsi Meet version to
stable-8044
:jitsi/web:stable-8044
and newer can properly auto-detect the nameserver IP by reading/etc/resolv.conf
…- …so now there's no need to explicitly set
.Values.web.resolverIP
unless you really need to override it.
- Bump Jitsi Meet Prometheus Exporter to
v1.2.1
;
New Contributors
- @hhewei made their first contribution in #51;
- @luclu made their first contribution in #25;
- @mmarquez999 made their first contribution in #54;
Full Changelog: v1.2.3...v1.3.0
Release v1.2.3
What's Changed
Full Changelog: v1.2.2...v1.2.3