Installation
To install this release, refer to the instructions at https://github.com/kubernetes-sigs/ingress2gateway/blob/v1.1.0/README.md
(ingress2gateway v1.1.0 was tagged on 2026-04-29T17:37:27Z.)
Changes by Kind
Feature
- Added Traefik provider support with translation for Traefik Ingress resources and some annotations. (#400, @FarnazBGH)
- GCE: Added Cloud CDN support via GCPHTTPFilter. (#403, @chakravardhan)
- ingress-nginx: Added support for
from-to-www-redirect. (#337, @chakravardhan) - ingress-nginx: Added support for
app-root. (#405, @jgreeer) - ingress-nginx: Added support for
ssl-passthroughusing standard-channel TLSRoute resources. (#402, @jgreeer)
Other (Cleanup or Flake)
- Moved HTTPRoute rule naming from common provider conversion into emitters. (#397, @jgreeer)
- Updated TLSRoute usage to the standard Gateway API channel. (#404, @jgreeer)
- Fixed GoReleaser configuration. (#395, @ponkio-o)
- Updated GitHub Actions versions in build and release workflows. (#406, @sturman)
- Docs: README correction. (#398, @ziyi-xuu)