Release v1.3.1
⚠️ BREAKING CHANGES ⚠️
This release introduces support for multiple public IPs to be annotated by JVB. Because of this, the public IP syntax is changed.
Before:
jvb:
publicIP: 1.2.3.4
After:
jvb:
publicIPs:
- 1.2.3.4 # <- This IP will be used by legacy Jitsi Meet images
- 5.6.7.8
The support for configurable JVB server IDs has been removed. Now all JVB instances use their Pod IP as the server ID. Please remove the .Values.websockets.colibri.serverID
from your chart values/overrides.
What's Changed
- Fix Jitsi pods breakage after chart upgrade when using auto-generated passwords by annotating Prosody pod (fixes #16);
- Add support for new Ingress API introduced in Kubernetes v1.19.0;
- Always use internal pod IP address as JVB's server ID (useful for Colibri WebSocket transport);
- Add support for multiple public IPs.
Full Changelog: v1.3.0...v1.3.1