Release-v0.3.0-rc1
Pre-release
Pre-release
·
124 commits
to main
since this release
Installation
To install this release, refer to the instructions at https://github.com/kubernetes-sigs/ingress2gateway/blob/v0.3.0-rc1/README.md
(ingress2gateway v0.3.0-rc1 was tagged on 2024-06-18T10:12:43Z.)
Changelog
Feature
- Add a
--kubeconfigflag to specify kubeconfig file location (#133, @YTGhost) - Added support for GCE provider. (#148, @sawsa307)
- Bump
ReferenceGranttov1beta1(#142, @YTGhost) - Deprecate
i2gw.InputResourcesand remove input resources fromToGatewayAPIfunction (#141, @YTGhost) - New support for OpenAPI Provider (#157, @guicassolato)
- Providers flag is now required (#159, @LiorLieberman)
- The Kong
TCPIngressresources are properly translated intoGateways,TCPRoutes, andTLSRoutes (#86, @mlavacca)
Bug or Regression
- Add translation when canary-weight is set to 0 (#137, @MregXN)
- Fix errors when CRDs are not installed in the cluster (#153, @LiorLieberman)
- Fixed ingress-nginx conversion tests (#139, @LiorLieberman)
- Improve error handling for Kong and Ingress Nginx providers, also prevents the tool from crashing in case no
pathTypeis specified (#152, @levikobi) - Allow & handle wildcard hosts in Istio VirtualServices (#155, @zirain)
Other (Cleanup or Flake)
Thanks to everyone who contributed to this release 🎉