You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recover Service group install after a timed-out bundle commit. (#8190, @hongliangl)
Annotate end-of-initial-events bookmark for watch-list clients to fix cache sync stalled issue on a Rancher cluster. (#8124, @stroebs)
Stop forwarding antctl caller credentials to Agents, authenticating with a short-lived token minted for the dedicated antctl ServiceAccount instead. (#8251, @antoninbas)
Check requester authorization for SupportBundleCollection authSecret, rejecting requests where the requester cannot read the referenced Secret. (#8251, @antoninbas)
Do not realize Groups whose childGroups are nested too deeply, preventing an antrea-controller crash caused by a ChildGroups cycle. (#8251, @antoninbas)
Check requester authorization for PacketCapture fileServer, rejecting requests where the requester cannot read the file server credentials. (#8251, @antoninbas)
Prevent antrea-agent panic on short reject packets. (#8251, @antoninbas)
Prevent antrea-agent panic on non-echo ICMPv6 packet-in. (#8251, @antoninbas)
Sanitize comment and log-prefix args in iptables rule builder to prevent injection of arbitrary rules. (#8251, @antoninbas)
Bind Windows ovsdb-server to loopback instead of all interfaces. (#8251, @antoninbas)
Prevent antrea-agent panic on short IGMP packets. (#8251, @antoninbas)
Fix antrea-agent panic on Traceflow to a portless Service. (#8251, @antoninbas)
Bound FQDN tracking growth in fqdnController with a single capped cache. (#8251, @antoninbas)
Update golang.org/x/text, google.golang.org/grpc, and github.com/gopacket/gopacket to address CVEs. (#8266, @luolanzone)