Skip to content

v1.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@adamjensenbot adamjensenbot released this 02 Aug 17:43
· 78 commits to master since this release

New Liqo v1.0.0-rc.1 release

Liqo v1.0.0-rc.1 is here! 🚀

This is a major milestone for the project, bringing us closer to the stable 1.0 release. We encourage you to try out this release candidate and provide feedback. Your input is invaluable as we refine Liqo and prepare for the 1.0 release.

This major version includes a new suite of features and a big refactoring of the codebase:

  • fully declarative approach on all functionalities (install, peering, offloading, etc..)
  • a new division in 3 main modules: networking, authentication, offloading
  • modularity and independence between the 3 modules (e.g., the possibility to turn off individual modules)
  • new networking fabric
  • possibility to implement new networking technologies
  • new authentication workflow
  • possibility to have multiple virtual nodes targeting the same remote cluster, giving more flexibility and allowing to target specific node pools on the remote provider cluster
  • docs: new structure, improvements, new pages (e.g., advanced usage examples), fix deprecated features, and a lot more