Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.42 KB

AKO_GATEWAY_CHANGELOG.md

File metadata and controls

47 lines (33 loc) · 2.42 KB

Change log:

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

AKO-Gateway-1.11.1

Added:

  • AKO claims support for v1beta1 for HttpRoute, Gateway, GatewayClass.

AKO-Gateway-1.12.1

Changed:

  • If two Gateway listeners have same PORT and PROTOCOL pair, AKO GAteway will take Union of both the listeners.

Added:

  • AKO now claims support for v1 for HttpRoute, Gateway, GatewayClass.

AKO-Gateway-1.12.2

Fixed:

  • Fix: AKO Gateway does not create a virtual service if Gateway has multiple listeners with the same host name.
  • Fix: AKO Gateway container crashes when it boots up in NPL mode.

AKO-Gateway-1.13.1

Changed:

  • AKO now accepts Gateway with some valid and some invalid listeners.
  • AKO now allows creation/updation of HTTPRoute and Gateway in any order(Details).
  • HTTPRoute deletion will not update Gateway listener status with "Virtual service deleted".
  • If Secret specified in the TLS section does not exist, AKO will invalidate the Gateway listener and will not generate any configuration corresponding to it. If an existing Secret is deleted, then Parent VS configurations corresponding to it will get deleted.

Added:

  • Support for Service of type NodePortLocal.
  • Support for NSX-T cloud.
  • Support for wildcard in Gateway->listener->Hostname.
  • Support for wildcard prefixed Hostname in HTTPRoute.
  • Support for ListenerConditionAccepted, ListenerConditionResolvedRefs and ListenerConditionProgrammed in Gateway Listener status, GatewayConditionAccepted and GatewayConditionProgrammed in Gateway status and RouteConditionAccepted and RouteConditionResolvedRefs in HTTPRoute status.
  • Support for sending 404 Response code, if no path matches for a request.
  • Support for multiple listeners in a Gateway having same port and protocol and different hostname and name.
  • Support for graceful shutdown of backend servers.
  • Support for Endpointslices or Endpoints using enableEndpointSlice flag in configmap.
  • Events will now be raised if status update of Gateway or HTTPRoute fails.

Fixed

  • Fix: AKO-Gateway does not create Virtual service if Gateway have multiple listeners with same host name but different port and single http route is attaching to it.