merged kedacore/keda #8193
A connection pool that never let go
The external scaler released a pooled gRPC connection only once it reached Shutdown, which only its own cleanup could trigger. Every address and TLS combination ever configured kept a connection and a goroutine for the life of the process.
Measured on a real operator and API server: held connections 5 → 10 → 15 across three cycles before, 0 → 0 → 0 after.
View PR
merged kyverno/kyverno #17608 · #17612
A policy check that passed while checking nothing
The Kyverno CLI resolved no resource kinds for namespaced validating policies, so they ran against an empty set and reported a clean pass. Fixed and backported to the release branch.
View PR
open pipe-cd/pipecd #7412
A rollback reported as synced on the old revision
ECS rollbacks tagged the service with the target commit instead of the one actually running, so the app showed as synced while running the old revision.
View PR
open kgateway-dev/kgateway #14749
Accepted, while the backend was rejected
A BackendConfigPolicy with an invalid CA certificate reported Accepted while Envoy refused the cluster. The certificate is now validated and the policy names the Secret at fault.
View PR
open kyverno/kyverno #17620
One patch value that crashed the webhook
An unrecovered panic when a MutatingPolicy's JSON patch sets a list of object initializers took down the mutating webhook and failed every affected admission request.
View PR
open openkruise/agents #1001
Claim labels overwriting controller labels
Labels propagated from a SandboxClaim could overwrite labels the controller owns. Reserved-prefix labels are now filtered out of propagation.
View PR
open kubeedge/kubeedge #7306 · #7307
Offline edge nodes that could not start pods
Edge nodes lost the ability to start pods that mount a service account token while offline. The fixes query cached tokens by key and fall back to the cached token when refresh fails.
View PR
open volcano-sh/volcano #6002
HyperNode members matched too loosely
Enforces exact matching for HyperNode-typed members.
View PR