-
Notifications
You must be signed in to change notification settings - Fork 260
chore: dependency update for v1.6 #3891
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
Conversation
Signed-off-by: GitHub <[email protected]>
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.
Pull Request Overview
This pull request updates various dependencies across the codebase, including Go modules and Docker base images. The changes focus on maintaining up-to-date dependencies for security and stability purposes.
- Updates Kubernetes-related Go dependencies to newer patch versions
- Refreshes Docker base image SHA hashes for Go compiler and CBL Mariner images
- Updates Google cAdvisor dependency to a newer patch version
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates k8s.io/kubernetes from v1.30.7 to v1.30.14 and github.com/google/cadvisor from v0.49.0 to v0.49.2 |
| cns/Dockerfile | Updates SHA hashes for Go compiler, CBL Mariner core, and distroless minimal base images |
| cni/Dockerfile | Updates SHA hashes for Go compiler and CBL Mariner core base images |
| .pipelines/build/dockerfiles/cns.Dockerfile | Updates SHA hashes for CBL Mariner core and distroless minimal base images |
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Reason for Change:
Issue Fixed:
Requirements:
Notes: