Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the bump to gateway API 1.1.0 as a breaking change #3410

Open
georgethebeatle opened this issue Aug 2, 2024 · 0 comments
Open

Document the bump to gateway API 1.1.0 as a breaking change #3410

georgethebeatle opened this issue Aug 2, 2024 · 0 comments
Labels
Milestone

Comments

@georgethebeatle
Copy link
Member

Background

When it comes to newtowking Korifi has two important dependencies - contour as an ingress implementation and gateway-api as an ingress api. There was a recent bump to contour v1.30.0, in which Contour updates its own dependency to the gateway-api to v1.1.0, which contains a breaking change. Accoding to the docs the user needs to delete the v1alpha2 and/or older versions of the BackendTLSPolicy CRD before installing the new version.

Action to take

In our next release we should document this bump as a breaking change pointing the users to the migration docs of the gateway-api. Korifi is gererall unaffected by this since it does not make uese of the BackendTLSPolicy CRD at all, but we should warn our users to use caution since deleting a custom resource definition will delete all its instances which may affect non-Korifi cluster configurations they might have

@georgethebeatle georgethebeatle added this to the v0.13 milestone Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🇪🇺 To do
Development

No branches or pull requests

1 participant