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
* fix(xds-server): clear snapshot on stream close (#6618)
* fix(xds-server): clear snapshot on stream close
Signed-off-by: Zachary Vacura <[email protected]>
* check if there are other active connections before clearning the snapshot
Signed-off-by: Zachary Vacura <[email protected]>
Signed-off-by: jukie <[email protected]>
* fix: oidc authentication endpoint was overwritten by discovered value (#7460)
fix: oid authentication endpoint was overriden by discovered value
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
Signed-off-by: jukie <[email protected]>
* ci: add script to free disk space (#7534)
* feat: free disk space
Signed-off-by: Shreemaan Abhishek <[email protected]>
* lint
Signed-off-by: Shreemaan Abhishek <[email protected]>
* cleanup
Signed-off-by: Shreemaan Abhishek <[email protected]>
* make target and tools/hack
Signed-off-by: Shreemaan Abhishek <[email protected]>
* lint
Signed-off-by: Shreemaan Abhishek <[email protected]>
* modular action
Signed-off-by: Shreemaan Abhishek <[email protected]>
---------
Signed-off-by: Shreemaan Abhishek <[email protected]>
Signed-off-by: jukie <[email protected]>
* treat too many addresses as programmed (#7542)
Signed-off-by: cong <[email protected]>
Signed-off-by: jukie <[email protected]>
* feat: reclaim space in release pipeline (#7587)
Signed-off-by: Shreemaan Abhishek <[email protected]>
Signed-off-by: jukie <[email protected]>
* chore: bump golang.org/x/crypto (#7588)
* chore: bump golang.org/x/crypto
Signed-off-by: zirain <[email protected]>
* fix gen
Signed-off-by: zirain <[email protected]>
---------
Signed-off-by: zirain <[email protected]>
Signed-off-by: jukie <[email protected]>
* findOwningGateway should return controller based on linked GatewayClass (#7611)
* fix: filter Gateway by controller in findOwningGateway
Prevent cross-controller Gateway mutations by validating GatewayClass
Signed-off-by: Sudipto Baral <[email protected]>
Signed-off-by: jukie <[email protected]>
* fix: use default when namespace is unset (#7612)
* fix: use default when namespace is unset
Signed-off-by: zirain <[email protected]>
* fix
Signed-off-by: zirain <[email protected]>
* fix test
Signed-off-by: zirain <[email protected]>
---------
Signed-off-by: zirain <[email protected]>
Signed-off-by: jukie <[email protected]>
* fix: prevent skeleton route status entries for unmanaged GatewayClasses (#7536)
* fix: prevent skeleton route status entries for unmanaged GatewayClasses
When processing policies (EnvoyExtensionPolicy, SecurityPolicy), the translator
was calling GetRouteParentContext for ALL parentRefs in a route, even those
referencing gateways with different GatewayClasses not managed by this translator.
GetRouteParentContext creates a skeleton RouteParentStatus entry with just the
controllerName when called on a parentRef that hasn't been processed yet. Since
all GatewayClass instances share the same controller name, these skeleton entries
persisted in status without conditions.
The fix checks if a parentRef context already exists before attempting to apply
policy configuration to it. If the context doesn't exist, it means this parentRef
wasn't processed by this translator and should be skipped.
Signed-off-by: Raj Singh <[email protected]>
* fix: also prevent skeleton entries in BackendTrafficPolicy processing
The same issue exists in BackendTrafficPolicy route processing - calling
GetRouteParentContext for all parentRefs creates skeleton status entries.
Apply the same fix: check if parentRef context exists before adding to list.
Signed-off-by: Raj Singh <[email protected]>
---------
Signed-off-by: Raj Singh <[email protected]>
Signed-off-by: jukie <[email protected]>
* lint
Signed-off-by: jukie <[email protected]>
---------
Signed-off-by: Zachary Vacura <[email protected]>
Signed-off-by: jukie <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
Signed-off-by: Shreemaan Abhishek <[email protected]>
Signed-off-by: cong <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: Sudipto Baral <[email protected]>
Signed-off-by: Raj Singh <[email protected]>
Co-authored-by: Zach Vacura <[email protected]>
Co-authored-by: Huabing (Robin) Zhao <[email protected]>
Co-authored-by: shreealt <[email protected]>
Co-authored-by: 聪 <[email protected]>
Co-authored-by: zirain <[email protected]>
Co-authored-by: Sudipto Baral <[email protected]>
Co-authored-by: Raj Singh <[email protected]>
0 commit comments