A new Gateway API plugin release for Argo Rollouts adds header-based routing capabilities, enabling traffic to be routed to specific users or groups during canary deployments by matching HTTP headers rather than using random request-based traffic splitting. This supports scenarios where organizations want granular control over which users see new versions first, such as geographic targeting or QA-only preview access. The plugin uses the newly added “name” property in Gateway API 1.2 to manage routing rules more reliably, eliminating previous race conditions caused by ConfigMap-based tracking.