-
Notifications
You must be signed in to change notification settings - Fork 480
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
Fix a number of GEP stage errors #3359
Fix a number of GEP stage errors #3359
Conversation
Signed-off-by: Nick Young <nick@isovalent.com>
Signed-off-by: Nick Young <nick@isovalent.com>
Signed-off-by: Nick Young <nick@isovalent.com>
Signed-off-by: Nick Young <nick@isovalent.com>
Signed-off-by: Nick Young <nick@isovalent.com>
Signed-off-by: Nick Young <nick@isovalent.com>
cf3bd48
to
6292946
Compare
from = "/geps/gep-1426" | ||
to = "/geps/gep-1294" | ||
status = 301 |
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.
Deploy preview shows this working correctly.
See https://deploy-preview-3359--kubernetes-sigs-gateway-api.netlify.app/geps/gep-1426/
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.
wonder why we need that? for previous versions of the website?
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.
In case there are permalinks anywhere that point to the Service Mesh GEP (which used to incorrectly be at that location). This will redirect people to the now corrected page.
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
/hold for my comment and in case you are looking for another review
from = "/geps/gep-1426" | ||
to = "/geps/gep-1294" | ||
status = 301 |
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.
wonder why we need that? for previous versions of the website?
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LiorLieberman, youngnick 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 @youngnick! /lgtm |
/hold cancel |
/kind cleanup
/kind documentation
What this PR does / why we need it:
This PR fixes the state of a number of GEPs in preparation for the 1.2 release.
It also fixes GEP-1426, which really should be called GEP-1294, since that is the issue number. #1426 was the PR that implemented it.
Individual changes per commit, since we squash by default anyway.
I'll check using Netlify that the redirect I added works correctly and update accordingly.