Closed
Description
As a user of NGF
I want a condition to be set when my Gateway API CRDs are not of a supported version for NGF
So that I know that my CRDs are out of date with NGF.
Acceptance
- The SupportedVersion condition is added to the GatewayClass as defined here: Adding new SupportedVersion condition to GatewayClass kubernetes-sigs/gateway-api#2384
- Our release process is updated so that when our supported version of Gateway API has incremented by a minor version, we test the previous version of the Gateway API. In the case where our release does not support the previous version of the Gateway API, a note is made in the release notes.
- Update the upgrade docs to warn users about ensuring both NGF and the Gateway CRDs are updated together.