Skip to content

Release v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 13:24
· 205 commits to main since this release

Added

  • Use auto discovery for VIP addresses in auto discovered prefixes @toothstone and @marioreggiori (#142)
    • Engine Addresses tagged with "kubernetes-lb-vip-" will be allocated for Services
    • If no tagged Address can be found, fall back to calculating the VIP. This fallback will be removed in the future
    • Configured prefixes always use calculated VIPs

Changes