Installation
To install this release, refer to the instructions at https://github.com/kubernetes-sigs/ingress2gateway/blob/v0.5.0-rc1/README.md
(ingress2gateway v0.5.0-rc1 was tagged on 2025-11-07T17:42:14Z.)
Changelog
Feature
- Add parameter to ingress-nginx provider to select ingress class (#231, @adrianmoisey)
- Add support for kyaml printer (#242, @rikatz)
- Add support for named ports (#222, @gavinkflam)
- Added new fields in IR to track the source Ingress of each HTTPRoute BackendRef.
- Fixed incorrect canary weight assignment when a Service appeared under different paths in both canary and non-canary Ingresses.
- Added some more validations to ingress-nginx canary annotation parsing. (#251, @Stevenjin8)
- Adds support for the NGINX provider in ingress2gateway. (#224, @sarthyparty)
- The version of the binary can now be printed with the
versioncommand (e.g. ingress2gateway version) (#216, @spencerhance) - Upgraded GatewayAPI to v1.4.0 (#248, @Stevenjin8)
Bug or Regression
- Fix invocations for OIDC-enabled clusters from kubeconfig (#245, @jpiper)
- Print notification table on stderr (#233, @rikatz)