New Features
- gloo/api: add missing protos and fields
- Adds 2 missing protos: external_processor.proto and
http_status.proto - Adds a missing field to deprecation.proto used by
external_processor.proto (https://github.com/solo-io/solo-projects/issues/6496) - gateway2: misc fixes for AI extension
Removes listenAddress from GatewayParameters because it
will be set via aiExtension.env. Adds ports to aiExtension
GatewayParameter field to configure container ports. (https://github.com/solo-io/solo-projects/issues/6465)