Fixes
- Add "gloo" to the created-by labels and documentation around what the label means. (https://github.com/solo-io/solo-projects/issues/3380)
- Ensure that the validation client is never nil, even after the connection has been refreshed. (#6237)
- Fix a data race that occurs when resolving IP addresses from consul services. (#4782)
- Update internal gloo sanitizer interfaces to never error, which helps make gloo more resilient to process restarts as translation cannot fail due to internal xds sanitizer errors. (#6114)