Dependency Bumps
- solo-io/solo-kit has been upgraded to v0.20.11.
Fixes
- Fix bug where the validation server would get a max recieved message size of 0 instead of the gRPC default if
validationServerGrpcMaxSizeBytes
was not set in theSettings
CR (#6697) - Fix bug where NPE occurs when the destination is nil in the RouteActions. (#6534)
- Ensure Proxies with deprecated
created_by
labels can be reconciled correctly. (#6406) - Unmarshalling resource specs allows unknown fields. (solo-io/solo-kit#505)
- Add new tests to cover destinations with 0 and higher weights (#6098)