Skip to content

Releases: kubernetes-sigs/ingress2gateway

Release-v0.3.0-rc1

18 Jun 10:21
v0.3.0-rc1
5e8ef90
Compare
Choose a tag to compare
Release-v0.3.0-rc1 Pre-release
Pre-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 --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 Gateways, TCPRoutes, and TLSRoutes (#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)

Thanks to everyone who contributed to this release 🎉

Release-v0.2.0

02 Feb 09:41
v0.2.0
b89d003
Compare
Choose a tag to compare

Installation

To install this release, refer to the instructions at https://github.com/kubernetes-sigs/ingress2gateway/blob/v0.2.0/README.md

(ingress2gateway v0.2.0 was tagged on 2024-02-02T09:29:36Z.)

Changelog

Major Themes

Providers storage

Providers now fetch resources and store them in their local storage.
This expands to ingress fetching. It is no longer happening on i2gw package and moved to be fetched at the provider level.

New Providers

Istio and APISIX support has been added.
To check what features are currently supported please visit Istio and APIXIS.

Feature

  • Add support for Istio API conversion to K8S Gateway API (#111, @dpasiukevich)
  • Kong supports ImplementationSpecific as PathType and converts it into RegularExpression. (#89, @mlavacca)
  • Move ingress fetching logic to be isolated, per provider (#116, @LiorLieberman)
  • New Apache APISIX provider. (#108, @pottekkat)
  • Print generated GatewayClasses, TLSRoutes, TCPRoutes and ReferenceGrants in addition to Gateways and HTTPRoutes (#110, @dpasiukevich)
  • The HTTPRoutes are named with the following pattern: -. (#79, @mlavacca)
  • [Istio provider] set up code for reading istio custom resources (#99, @dpasiukevich)

Bug or Regression

  • Duplicate BackendRefs are removed from the HTTPRoute rules. (#104, @pottekkat)

Dependencies

Release-v0.2.0-rc1

15 Jan 14:31
v0.2.0-rc1
f31956f
Compare
Choose a tag to compare
Release-v0.2.0-rc1 Pre-release
Pre-release

Installation

To install this release, refer to the instructions at https://github.com/kubernetes-sigs/ingress2gateway/blob/v0.2.0-rc1/README.md

(ingress2gateway v0.2.0-rc1 was tagged on 2024-01-15T14:21:24Z.)

Changelog

Notable changes since v0.1.0

Providers storage

Providers now fetch resources and store them in their local storage.
This expands to ingress fetching. It is no longer happening on i2gw package and moved to be fetched at the provider level.

New Providers

Istio and APISIX support has been added.
To check what features are currently supported please visit Istio and APIXIS.

Feature

  • Add support for Istio API conversion to K8S Gateway API (#111, @dpasiukevich)
  • Kong supports ImplementationSpecific as PathType and converts it into RegularExpression. (#89, @mlavacca)
  • Move ingress fetching logic to be isolated, per provider (#116, @LiorLieberman)
  • New Apache APISIX provider. (#108, @pottekkat)
  • Print generated GatewayClasses, TLSRoutes, TCPRoutes and ReferenceGrants in addition to Gateways and HTTPRoutes (#110, @dpasiukevich)
  • The HTTPRoutes are named with the following pattern: -. (#79, @mlavacca)
  • [Istio provider] set up code for reading istio custom resources (#99, @dpasiukevich)

Bug or Regression

  • Duplicate BackendRefs are removed from the HTTPRoute rules. (#104, @pottekkat)

Dependencies

Release-v0.1.0

25 Oct 12:59
v0.1.0
38c60b4
Compare
Choose a tag to compare

This is the first release of ingress2gateway 🎉🎉

Installation

To install this release, refer to the instructions at https://github.com/kubernetes-sigs/ingress2gateway/blob/v0.1.0/README.md

(ingress2gateway v0.1.0 was tagged on 2023-10-25T12:38:44Z.)

Changelog

Notable changes since v0.1.0-rc1

  • [Kong Provider] Add support for converting the konghq.com/plugins ingress annotation to a list of ExtensionRef HTTPRoute filters. (#72, @mlavacca)

Contributors

Thanks again to everyone who contribute to this release! You all are the best! ❤️

@robscott
@LiorLieberman
@levikobi
@Treenhan
@mlavacca
@Xunzhuo
@zaunist
@sunjayBhatia
@jeffyjf
@pmalek
@dierbei

Release-v0.1.0-rc1

17 Oct 17:37
v0.1.0-rc1
41d0862
Compare
Choose a tag to compare
Release-v0.1.0-rc1 Pre-release
Pre-release

Installation

To install this release, refer to the instructions at https://github.com/kubernetes-sigs/ingress2gateway/blob/v0.1.0-rc1/README.md

(ingress2gateway v0.1.0-rc1 was tagged on 2023-10-17T17:29:40Z.)

Changelog

  • First release candidate