This repository was archived by the owner on May 15, 2025. It is now read-only.
forked from kubernetes-sigs/gateway-api-inference-extension
-
Notifications
You must be signed in to change notification settings - Fork 5
Sync upstream-sync #136
Merged
shmuelk
merged 7 commits into
neuralmagic:upstream-sync
from
shaneutt:upstream-sync-sync
May 8, 2025
Merged
Sync upstream-sync #136
shmuelk
merged 7 commits into
neuralmagic:upstream-sync
from
shaneutt:upstream-sync-sync
May 8, 2025
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
Bumps [sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/kubernetes-sigs/gateway-api/releases) - [Changelog](https://github.com/kubernetes-sigs/gateway-api/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/gateway-api@v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: sigs.k8s.io/gateway-api dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Revert "fix: add required List() method to epp health server" This reverts commit a305927. * Revert "fix: add required List() method to bbr health server" This reverts commit 43da9fa. * Revert "fix: check for distinct gRPC services in epp health check" This reverts commit 2f72a8a. * Revert "fix: check for distinct gRPC services in bbr health check" This reverts commit 4bf03ad. * Revert "chore: update google.golang.org/grpc dep from v1.71.1 to v1.72.0" This reverts commit a6c3ede. * Revert "chore: add go's default main output binary to .gitignore" This reverts commit db30475. * go mod tidy output
Signed-off-by: Daneyon Hansen <[email protected]>
Signed-off-by: Daneyon Hansen <[email protected]>
…s-sigs#129)" This reverts commit c5bf036.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
nirrozenbaum
approved these changes
May 8, 2025
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
/approve
Looks good, thanks Shane!
shmuelk
approved these changes
May 8, 2025
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
/approve
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This update incorporates recent upstream changes (including a major one at kubernetes-sigs#781). To do so, this reverts #129 due to incompatibility. We can either integrate the changes from #129 now or submit a separate PR. Since we ultimately want #129's changes upstream and will need to update the upstream PR anyway, I think a follow-up PR makes sense? LMKWYT