-
Notifications
You must be signed in to change notification settings - Fork 2.8k
revert: fix on gateway-api that ensure to use only latest generation with HTTPRoutes #5490
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
revert: fix on gateway-api that ensure to use only latest generation with HTTPRoutes #5490
Conversation
@kashalls Can you confirm that your issue was fixed by #5241 ? And so we can safely revert ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
LGTM |
|
@kashalls did how to test a PR ? answer your question ? |
I haven't had an opportunity to test this. Please feel free to revert my PR if it is causing issues for others - @tholinka Do you have a moment to test this? |
I tested this revert branch (image here), and I can't recreate #5348. So I think #5241 fixes this, and this revert should be good. As a bit of retrospective as well, I think it would have been a valid solution to use the max value of On that topic, I do want to note one thing about #5241 I observed while testing this. If you change the |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ivankatliarchuk, mloiseleur The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
thanks for this detailed test @tholinka 👍 |
What does it do ?
It reverts
Motivation
As @abursavich suspected:
More