Skip to content

Releases: jitsi-contrib/jitsi-helm

Release v1.3.0

22 Nov 16:31
v1.3.0
91396e7
Compare
Choose a tag to compare

⚠️ 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

Full Changelog: v1.2.3...v1.3.0

Release v1.2.3

10 Nov 19:30
v1.2.3
57c1148
Compare
Choose a tag to compare

What's Changed

  • Add features required for Jitsi Meet 7830 and newer by @spijet in #60

Full Changelog: v1.2.2...v1.2.3

1.2.2

10 Mar 22:34
Compare
Choose a tag to compare
v1.2.2

chore: release 1.2.2

1.2.1

26 Feb 15:47
Compare
Choose a tag to compare
v1.2.1

chore: release 1.2.1

1.2.0

16 Feb 21:24
Compare
Choose a tag to compare
v1.2.0

chore: release 1.2.0

v1.0.0

10 Dec 13:27
Compare
Choose a tag to compare

update to jitsi 6433

v0.2.1

10 Dec 12:53
Compare
Choose a tag to compare
chore: release 0.2.1

0.2.0

24 Jul 20:31
Compare
Choose a tag to compare
chore: release 0.2.0

v0.1.3

05 May 21:52
Compare
Choose a tag to compare
chore: bump version to v0.1.3

v0.1.2

09 Apr 13:35
Compare
Choose a tag to compare
misc: bump version to v0.1.2