-
Notifications
You must be signed in to change notification settings - Fork 168
docs: add epp version history #1360
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
base: main
Are you sure you want to change the base?
docs: add epp version history #1360
Conversation
Signed-off-by: zhengkezhou1 <madzhou1@gmail.com>
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: zhengkezhou1 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @zhengkezhou1. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/ok-to-test |
| dev-main | 2025-07-29 | Added status metadata field for picked endpoints | | ||
| v0.4.0-rc.1 | 2025-06-03 | Added support for multiple fallback endpoints | | ||
| v0.3.0-rc.1 | 2025-03-14 | Added subsetting and fallback support | | ||
| v0.2.0-rc.1 | 2025-02-22 | Initial protocol definition | |
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.
why rc?
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.
Okay, I've removed them because I saw the corresponding PR was for v.xxx-rc
.
Signed-off-by: zhengkezhou1 <madzhou1@gmail.com>
dd85d38
to
a76e5ec
Compare
|
||
| Version | Date | Changes | | ||
|----------|------------|--------------------------------------------------| | ||
| dev-main | 2025-07-29 | Added status metadata field for picked endpoints | |
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.
@zhengkezhou1 this is a good start. Can you create a separate issue to add this table to https://gateway-api-inference-extension.sigs.k8s.io/guides/implementers/#callout-extension and tooling that automates the maintenance of the table? We may need to move the EPP proto spec outside of the proposals
directory and treat it similarly to API types, e.g. something similar to api-ref-docs
to maintain the spec.
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.
Also, change dev-main
to v1.0.0-rc.2
(this will need to get bumped to v1.0.0
and why https://github.com/kubernetes-sigs/gateway-api-inference-extension/pull/1360/files#r2316936099 is needed.
Heya @zhengkezhou1 I think if we include the other major version releases we can get this merged in, thanks!! |
fix: #1271
version the epp changes