k3s_version: v1.36.3+k3s1
kube_vip_tag_version: v1.2.3
metal_lb_speaker_tag_version: v0.16.0
metal_lb_controller_tag_version: v0.16.0
calico_tag: v3.32.1
cilium_tag: v1.20.0
cilium_cli_tag: v0.19.7What's Changed
- fix(token): escape percent signs used in k3s token by @timothystewart6 in #682
- fix(metallb): guard cilium_bgp when undefined; clarify apiserver_endpoint docs by @timothystewart6 in #683
- fix(prereq): install kernel-modules-extra when br_netfilter is missing by @timothystewart6 in #684
- docs(agent): improve repository guidance by @timothystewart6 in #685
- fix(flannel): default the interface to each host's default IPv4 interface by @timothystewart6 in #689
- fix(ci): retry transient DNS failures on remote downloads and cilium install by @timothystewart6 in #690
- fix(metallb): deploy MetalLB with a non-BGP Cilium CNI; block Dependabot CI by @timothystewart6 in #692
- feat(reboot): support staggered reboots of cluster nodes by @timothystewart6 in #693
- chore(deps): apply dependency updates in one combined change by @timothystewart6 in #694
- feat(cilium): add toggle to enable or disable the Envoy proxy by @timothystewart6 in #695
- feat(metallb): add option to limit MetalLB layer2 announcements to specific interfaces by @timothystewart6 in #696
- feat(site): fail fast when cluster nodes share a hostname by @timothystewart6 in #697
- feat(prereq): add toggle to disable swap on all cluster nodes by @timothystewart6 in #698
- feat(kube-vip): add endpoint override for the internal listening address by @timothystewart6 in #699
- fix(metallb): verify the metallb-system namespace actually exists by @timothystewart6 in #702
- feat(k3s-server): add kube_vip_enabled and metal_lb_enabled switches by @timothystewart6 in #706
- chore(deps): bump k3s to v1.36.3 and kube-vip to v1.2.3 by @timothystewart6 in #707
Full Changelog: v1.36.2+k3s1+tt1...v1.36.3+k3s1+tt1