Skip to content

v1.18.0-beta26

Compare
Choose a tag to compare
@nfuden nfuden released this 08 Nov 01:24
· 129 commits to main since this release
d92d3d2

Fixes

  • Previously, the controller would only watch Gateway objects for generation field changes which is not updated when annotations change. Since Gateway reconciliation should be triggered when the gateway.gloo.solo.io/gateway-parameters-name annotation is added, removed, or modified, the predicate was updated to check for changes in either the generation field or the annotations. (#10099)