Skip to content

v0.6.0

Compare
Choose a tag to compare
@adamjensenbot adamjensenbot released this 25 Oct 15:16
· 1134 commits to master since this release

Release notes for v0.6.0

Liqo is an open-source project that enables dynamic and seamless Kubernetes multi-cluster topologies.

Version 0.6.0 marks another big step forward in the maturity and usability of the project. It features improved observability through continuous monitoring of the network fabric, including also a set of metrics exposed in the Prometheus format, complemented by a dedicated Grafana dashboard.

Concerning offloading, we introduced anti-affinity constraints presets to allow improved workloads scheduling on remote clusters, ensuring proper spreading in high-availability configurations. Moreover, you can now optionally enforce that offloaded pods do not exceed offered resources, as an additional guarantee in untrusted environments.

Finally, this version introduces the collection of anonymous analytics to help with the development of Liqo (optional, and can be disabled), as well as a huge variety of minor improvements and quality-of-life fixes.

⚠️ Liqo v0.6.0 includes breaking changes with respect to the previous version. Make sure to disable all peerings before upgrading it, and do not establish peerings with clusters hosting mismatching versions of Liqo.

Thank you to all the people who tested our previous release and gave us hints to improve the usability of the project, and who contributed to this release!

What's Changed

🚀 New Features

🐛 Bug Fixes

🧹 Code Refactoring

📝 Documentation

  • Reflection: document the possibility of disabling certain resource types by @giorio94 in #1461
  • Documentation: add note about liqoctl remote cluster flags by @giorio94 in #1466
  • Docs: New documentation section called Add-Ons and new add-on by @LucaRocco in #1481
  • Added suggestion how big should be the cluster by @frisso in #1475
  • Docs: add warning about mismatching versions by @giorio94 in #1526

Other Changes

New Contributors

Full Changelog: v0.5.4...v0.6.0