From 5e8ef90bda76e644461457a160db2d426721944c Mon Sep 17 00:00:00 2001 From: Lior Lieberman Date: Tue, 18 Jun 2024 09:25:34 +0100 Subject: [PATCH] add changelog for v0.3.0-rc1 (#163) * add changelog for v0.3.0-rc1 * address feedback --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47f4ea00..19181d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,37 @@ ## Table of Contents +- [v0.3.0-rc1](#v030-rc1) - [v0.2.0](#v020) - [v0.2.0-rc1](#v020-rc1) - [v0.1.0](#v010) - [v0.1.0-rc1](#v010-rc1) +## v0.3.0-rc1 + +## Changes by Kind +### Feature + +- Add a `--kubeconfig` flag to specify kubeconfig file location (#133, @YTGhost) +- Added support for GCE provider. (#148, @sawsa307) +- Bump `ReferenceGrant` to `v1beta1` (#142, @YTGhost) +- Deprecate `i2gw.InputResources` and remove input resources from `ToGatewayAPI` function (#141, @YTGhost) +- New support for OpenAPI Provider (#157, @guicassolato) +- Providers flag is now required (#159, @LiorLieberman) +- The Kong `TCPIngress` resources are properly translated into `Gateway`s, `TCPRoute`s, and `TLSRoute`s (#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 `pathType` is specified (#152, @levikobi) +- Allow & handle wildcard hosts in Istio VirtualServices (#155, @zirain) + +### Other (Cleanup or Flake) + +- The `--input_file` flag has been renamed `--input-file`. (#156, @mlavacca) + ## v0.2.0 ### Major Themes