Skip to content

v1.3.8

Latest
Compare
Choose a tag to compare
@spijet spijet released this 24 Nov 12:18
· 62 commits to main since this release
v1.3.8
3e4d851

⚠️ BREAKING CHANGES ⚠️

This release changes the service template for Prosody StatefulSet, which is considered "illegal" by Kubernetes API and will block the upgrade unless you remove the StatefulSet first. To drop the StatefulSet while keeping all the pods/PVs/secrets intact, run this command:

kubectl -n ${jitsi_namespace} delete --cascade=orphan statefulset jitsi-meet-prosody

The --cascade=orphan option will force K8s to only delete the StatefulSet itself, while keeping everything else intact. The Prosody pod will be recreated properly after you run the helm upgrade command.

What's Changed

  • Bump Jitsi Meet images to stable-9111;
  • Rework Prometheus template for JVB (thanks to @genofire in #94);
  • Update Jitsi Meet exporter (thanks to @genofire in #91);
  • Fix Prosody service name template (thanks to @wrenix in #87);
  • Introduce a workaround for broken nginx regex preventing Colibri websockets from being proxied properly.

New Contributors

Full Changelog: v1.3.7...v1.3.8