A maintenance release with several operator-visible fixes, narrower EndpointSlice watch behavior, Helm configurability, and dependency and image updates. The EndpointSlice filtering change affects configurations that set a service proxy name, while the release also updates the github. dependency.
Action needed (2)
securityThe
github.module updatecom/moby/spdystream The
github.module is updated tocom/moby/spdystream v0..5. 1 breakingService-label filtering for
EndpointSlicewatchesThe
loadbalancer/reflectorscomponent filtersEndpointSlicewatches by service labels.
Check if affected (1)
breakingLabel filtering for
EndpointSlicesApplies if you set
--k8s-service-proxy-name.When
--k8s-service-proxy-nameis set,EndpointSlicesare filtered at the watch level by theservice.label, matching the existingkubernetes. io/service-proxy-name Servicesfiltering. Operators that manageEndpointSlicesthemselves must add the matching label to those slices.