Skip to content

Releases: liqotech/liqo

v0.2.1

03 May 09:51

Choose a tag to compare

Changelog

v0.2.1 (2021-04-29)

🚀 New Features

  • [Feature] Cluster CIDR Flexibility: Thanks to IPAM Refactoring, Liqo now supports clusters with POD CIDRs larger/smaller than /16
  • [Feature] Resource Garbage Collection: Liqo Peering/Unpeering is now correctly handled also on K8s 1.20
  • [Feature] Experimental ARM Support: introduced the first support for the ARM architecture, which can now be installed on boards like RaspberryPIs and ARM servers.

🐛 Bug Fixes

  • Multiple broadcasters are created for the same foreign cluster (cluster ID) #544

Closed issues:

  • [Feature] Wait for ClusterID without failing #521
  • [Feature] Enrich the TunnelEndpoint summary #520
  • [Feature] Enrich the ForeignCluster summary #519

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.2

03 Mar 14:25

Choose a tag to compare

Changelog

v0.2 (2021-03-03)

🚀 New Features

  • [Feature] Pod resiliency #380
  • [Feature] Pod initContainers support #335
  • [Feature] Use custom resources and labels on virtual node #334
  • [Feature] Reflection Improvement #299
  • [Feature] Improve Advertisement Generation #245
  • [Epic] Virtual Kubelet Enhancements #170
  • Move the DNS/WAN discovery to use the new AuthService #413 (@aleoli)
  • Foreign replicaset deletion #411 (@mlavacca)
  • Add ClusterIdentity endpoint to authentication service #409 (@aleoli)
  • Foreign pod deletion transitory state #402 (@mlavacca)
  • Introduce dedicated authentication service #398 (@aleoli)
  • Expose auth service #385 (@aleoli)
  • Replicaset integration in virtual kubelet provider #383 (@mlavacca)
  • Discover auth service #377 (@aleoli)
  • Southbound driver for vpn backends #374 (@alacuku)
  • Auth service #369 (@aleoli)
  • ReplicaSets incoming reflection #363 (@mlavacca)

🐛 Bug Fixes

  • [Bug] Inter-cluster networking stops working if TEP is manually deleted #446

Merged pull requests:

Read more

v0.1

20 Oct 12:45

Choose a tag to compare

This first release is a proof of concept of the experience Liqo would like to provide to users. In particular the following features are included:

  • Dynamic discovery and peering between clusters: clusters can be discovered and peered.
  • Transparent pod offloading in a multiple cluster scenario with no modifications required w.r.t. applications and Kubernetes Control Plane.
  • Dynamic and decentralized network extension across clusters, supporting common traffic patterns (Pod to Pod, Pod to Service).