Skip to content

0.7.0

Latest

Choose a tag to compare

@squat squat released this 04 Mar 13:30
· 24 commits to main since this release
0.7.0
d09d284

Version 0.7.0 of Kilo introduces several productionization improvements that fix Kilo's behavior in real-world deployments, notably including a re-written Cilium compatibility layer, correctly setting default sources for routes, and improved detection of private IPs. Thank you @kvaps for contributing so many features and improvements to this release!

0.7.0 includes the following changes:

enhancement: a re-written Cilium compatibility layer that enables complete routability of IPs known to Kilo #409
fix: use the node's private IP as the default source for routes #408
fix: permit allowed location IPs to overlap with other Kilo IPs in certain conditions, avoiding mistaken rejection of IPs #404
feat: introduce a new --internal-cidr flag to improve detection of node private IPs #403
fix: switch userspace manifests to wireguard-go to eliminate failures in due to bugs in BoringTun: 4506a42
enhancement: allow kgctl to automatically detect the system's hostname when using the connect command #381