Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

v0.4.0

Compare
Choose a tag to compare
@hc-github-team-es-release-engineering hc-github-team-es-release-engineering released this 16 Aug 16:27
7f63397

0.4.0 (August 16, 2022)

DEPRECATIONS:

  • gateway-api: ReferencePolicy is deprecated and will be removed in a future release. The functionally identical ReferenceGrant should be used instead. [GH-224]

FEATURES:

  • Assign BackendNotFound reason to ResolvedRefs condition on routes where the backend reference is a supported kind but does not exist [GH-291]
  • Assign InvalidKind reason to ResolvedRefs condition on routes where the backend reference is an unknown or unsupported kind [GH-290]
  • Support prefix replacement URLRewrite filter (docs) [GH-282]
  • gateway-api: update to the v0.5.0-rc1 release with v1beta1 resource support [GH-224]
  • gateway-api: update to the v0.5.0-rc2 release with v1beta1 resource support [GH-279]
  • gateway-api: update to the v0.5.0 release with v1beta1 resource support [GH-283]

BUG FIXES:

  • Fix intentions syncing for multiple gateways bound to a single route. [GH-308]
  • Revalidate HTTPRoutes and TCPRoutes and update status when the Kubernetes Service(s) that they reference are modified [GH-247]
  • Sync in-memory store to Consul at a regular interval in the background [GH-278]