v0.7.0
Liqo is an open-source project that enables dynamic and seamless Kubernetes multi-cluster topologies.
Version 0.7.0 marks another big step forward in the maturity and usability of the project. It allows Liqo users to contact the home API Server from the offloaded pods, also in the newer Kubernetes versions.
We proudly announce our custom Terraform provider, allowing you to create out-of-band peering and offload namespaces declaratively.
Additionally, this version introduces some bug fixes and is recommended to all users.
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
- Liqoctl: status peer by @cheina97 in #1488
- Update of lables and annotations from shadowPod to pod by @ssoBAekiL in #1590
- VK: enable retrieval of SA tokens through API (k8s >= 1.24) by @giorio94 in #1606
- Add optional feature to guarantee better service continuity in case of worker node failure in the remote cluster by @fra98 in #1633
- add attach to pod reflection and switch to fork for vk library by @aka-somix in #1639
🐛 Bug Fixes
- Fix Permissions by @aleoli in #1573
- liqoctl install: support k3d through k3s provider by @giorio94 in #1574
- liqoctl peer in-band: fix foreign cluster creation race condition by @giorio94 in #1602
- Fix AWS IAM User Creation by @aleoli in #1605
🧹 Code Refactoring
- Liqoctl status: removed helm dependency by @cheina97 in #1568
- Bump k8s libraries to 1.26 by @aleoli in #1641
- Liqoctl install AWS: added IAM user-name flag disclaimer by @cheina97 in #1647
📝 Documentation
- Docs: Grafana dashboard image fix by @cheina97 in #1572
- Docs: update outdated flag for AKS install by @giorio94 in #1614
- Added IaC example page documentation by @AleDecre in #1610
- Example: replicated deployments by @cheina97 in #1632
- Examples: update k8s version by @cheina97 in #1650
New Contributors
- @ssoBAekiL made their first contribution in #1590
- @fra98 made their first contribution in #1633
- @AleDecre made their first contribution in #1610
- @aka-somix made their first contribution in #1639
Full Changelog: v0.6.1...v0.7.0