-
Notifications
You must be signed in to change notification settings - Fork 3.4k
gateway-api: Bump the version to v1.0.0 #28836
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/ci-gateway-api |
028163e
to
0e3b9ac
Compare
0e3b9ac
to
c0dee32
Compare
/test |
2202325
to
3e3ec24
Compare
/test |
3e3ec24
to
571c432
Compare
/test |
571c432
to
d940d2a
Compare
/ci-gateway-api |
/test |
/test |
18e5851
to
5e90a65
Compare
/test |
5e90a65
to
934516e
Compare
/test |
934516e
to
38cbd51
Compare
There is one small change in Gateway status in upstream, in which HTTPRoute having ResolveRef as False is still allowed to be attached into Gateway resource, but respective Gateway listener Programmed status should be set as False. Due to the bug in conformance test in v1.0.0, we need to use the commit hash from upstream main branch. Signed-off-by: Tam Mach <tam.mach@cilium.io>
Signed-off-by: Tam Mach <tam.mach@cilium.io>
This commit is to enable two new features HTTPRouteBackendProtocolH2C and HTTPRouteBackendProtocolWebSocket. Just notice that we can just reverse the feature flags (e.g. supported vs exempt) for better maintenance and faster lookup. Signed-off-by: Tam Mach <tam.mach@cilium.io>
We need to remove max stream duration to make the timeout effective in route action, max stream duration can be also set http connection manager. Another note that this feature is only available in the experimental CRDs. Signed-off-by: Tam Mach <tam.mach@cilium.io>
This is to enable HTTPResponseHeaderModification feature for standard CRDs. Signed-off-by: Tam Mach <tam.mach@cilium.io>
38cbd51
to
717e45e
Compare
/test |
learnitall
approved these changes
Nov 3, 2023
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.
Thanks!
sayboras
added a commit
to sayboras/cilium
that referenced
this pull request
Dec 12, 2023
This is to avoid the below warning log in cilium operator. ``` 2023-12-12T11:03:51.648638037Z level=warning msg="The v1alpha2 version of ReferenceGrant has been deprecated and will be removed in a future release of the API. Please upgrade to v1beta1." subsys=klog ``` Relates: cilium#28836 Signed-off-by: Tam Mach <tam.mach@cilium.io>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 13, 2023
This is to avoid the below warning log in cilium operator. ``` 2023-12-12T11:03:51.648638037Z level=warning msg="The v1alpha2 version of ReferenceGrant has been deprecated and will be removed in a future release of the API. Please upgrade to v1beta1." subsys=klog ``` Relates: #28836 Signed-off-by: Tam Mach <tam.mach@cilium.io>
pjablonski123
pushed a commit
to pjablonski123/cilium
that referenced
this pull request
Dec 15, 2023
This is to avoid the below warning log in cilium operator. ``` 2023-12-12T11:03:51.648638037Z level=warning msg="The v1alpha2 version of ReferenceGrant has been deprecated and will be removed in a future release of the API. Please upgrade to v1beta1." subsys=klog ``` Relates: cilium#28836 Signed-off-by: Tam Mach <tam.mach@cilium.io>
sayboras
added a commit
to sayboras/cilium
that referenced
this pull request
Jan 5, 2024
Relates: cilium#28836 Signed-off-by: Tam Mach <tam.mach@cilium.io>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 8, 2024
Relates: #28836 Signed-off-by: Tam Mach <tam.mach@cilium.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature/k8s-gateway-api
ready-to-merge
This PR has passed all tests and received consensus from code owners to merge.
release-note/major
This PR introduces major new functionality to Cilium.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Please refer to individual commit for more details. This is to prepare for v1.0.0 next week.