Skip to content

v0.5.0

Choose a tag to compare

@adamjensenbot adamjensenbot released this 24 Jun 16:28
· 1435 commits to master since this release

Release notes for v0.5.0

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

Version 0.5.0 marks a big step forward in the maturity and usability of the project. It features a completely renewed liqoctl CLI, with improved UX and extended capabilities. It comes along with a brand-new documentation website. Check it out to discover all the Liqo features and see how they work, how to install it on your clusters and learn the different configuration options. All complemented by a new set of hands-on examples. Finally, this version introduces a first support to offloaded applications interacting with the local API server, as well as a huge variety of minor improvements and quality-of-life fixes.

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

  • Virtual kubelet: introduce support for service account reflection by @giorio94 in #1184
  • Add Liqoctl Install Generic Provider by @aleoli in #1171
  • Support offloaded apps interacting with the local API server by @giorio94 in #1196
  • Enable Ingress Reflection by @aleoli in #1217
  • Liqoctl: Improve Peer and Unpeer Commands by @aleoli in #1239
  • Liqoctl: Improve Uninstall Command by @aleoli in #1242
  • Liqoctl: Upgrade CRDs on Chart Upgrade by @aleoli in #1251
  • Improve namespace offloading by @giorio94 in #1260
  • Controller manager: add high availability support by @giorio94 in #1261
  • Improve the liqoctl install command by @giorio94 in #1262
  • Disable Specific Resource Reflection by @aleoli in #1278
  • liqoctl offload ns: add support to output NamespaceOffloading resource by @giorio94 in #1286
  • Virtual kubelet reflection logic improvements by @giorio94 in #1289
  • Virtual kubelet: allow to disable API server support for offloaded pods by @giorio94 in #1290
  • Virtual kubelet: do not start reflection with 0 workers by @giorio94 in #1293
  • Host Helm Chart on GitHub Pages by @aleoli in #1302
  • Added info in liqoctl status by @cheina97 in #1168

🐛 Bug Fixes

🧹 Code Refactoring

📝 Documentation

Other Changes

New Contributors

Full Changelog: v0.4.0...v0.5.0