Skip to content

v2.0.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 21:56
· 366 commits to master since this release

Summary

Addresses more of the bugs that were introduced with the initial IPv6 work. Specifically this addresses issues found with the routing functionality where BGP policies weren't updated under some circumstances and also some cases where VIPs weren't being withdrawn.

Noteably the service controller (--run-service-proxy) functionality is still missing (#1432).

Please test and let us know if you find any issues so that we can fix them up before cutting a 2.0.0 proper release.

Contributions

Special thanks to @rwagoner for testing and reporting bugs.

Changelog

  • a861f84 - fix(bgp_policy): allow for statement add / remove <Aaron U'Ren>
  • 4558820 - fix(ecmp_vip): update VIPs based on svc change <Aaron U'Ren>
  • 4365f61 - fix(bgp_policies.go): return -> continue on family set evaluation <Aaron U'Ren>