-
Notifications
You must be signed in to change notification settings - Fork 361
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
deps: upgrade to Cilium 1.17.0-pre.cdf10116cea #2911
Merged
Merged
Conversation
This file contains 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
mtardy
added
the
release-note/dependency
This PR updates one or multiple dependencies
label
Sep 12, 2024
mtardy
force-pushed
the
pr/mtardy/update-cilium-1.17
branch
2 times, most recently
from
September 30, 2024 11:02
1b41975
to
f9cca95
Compare
✅ Deploy Preview for tetragon ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
mtardy
force-pushed
the
pr/mtardy/update-cilium-1.17
branch
2 times, most recently
from
September 30, 2024 15:15
f44c72b
to
1711f20
Compare
michi-covalent
approved these changes
Sep 30, 2024
Also adapts a code part related to k8s version bump. Signed-off-by: Mahe Tardy <[email protected]>
Fix the following errors: pkg/metrics/metricwithpod.go:21:22 staticcheck SA1019: workqueue.DelayingInterface is deprecated: use TypedDelayingInterface instead. pkg/metrics/metricwithpod.go:61:20 staticcheck SA1019: workqueue.DelayingInterface is deprecated: use TypedDelayingInterface instead. pkg/metrics/metricwithpod.go:63:14 staticcheck SA1019: workqueue.NewDelayingQueue is deprecated: use TypedNewDelayingQueue instead. Signed-off-by: Mahe Tardy <[email protected]>
Co-authored-by: Mahe Tardy <[email protected]> Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
generate-internal-groups.sh and generate-groups.sh were deprecated and then removed, replaced by kube::codegen::gen_client and kube::codegen::gen_helpers. Signed-off-by: Mahe Tardy <[email protected]>
This directive is not needed as we don't use any of the customization implemented in the Cilium fork, we need this for kubernetes-sigs/controller-tools#1053. Signed-off-by: Mahe Tardy <[email protected]>
Signed-off-by: Mahe Tardy <[email protected]>
mtardy
force-pushed
the
pr/mtardy/update-cilium-1.17
branch
from
September 30, 2024 17:51
1711f20
to
013d6e2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix #2869
Currently blocked on: kubernetes-sigs/controller-tools#1053