-
Notifications
You must be signed in to change notification settings - Fork 257
Chore: Update GO dependencies #4064
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
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 PR updates Go dependencies to their latest versions, focusing on urgent package upgrades as part of a multi-part dependency update process.
- Updates core Azure SDK packages (azcore, azidentity) and related authentication libraries
- Upgrades CLI and configuration management tools (cobra, viper, pflag)
- Updates Kubernetes packages (kubectl, kubelet) to version 0.34.1
Comments suppressed due to low confidence (1)
go.mod:1
- The update from k8s.io/kubectl v0.28.5 to v0.34.1 represents a major version jump (from 0.28 to 0.34) that may introduce breaking changes. Please verify that version 0.34.1 exists and is compatible with your codebase, as this is a significant version increase.
module github.com/Azure/azure-container-networking
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Azure Pipelines successfully started running 1 pipeline(s). |
Azure Pipelines successfully started running 1 pipeline(s). |
Azure Pipelines successfully started running 1 pipeline(s). |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
* update security go dependencies * fix uts * fix uts * remove last space line * fix linter issue * fix linter issue * update time package * revert cilium upgrade back * update client_go and grpc * gofmt pluginmanager_test.go --------- Co-authored-by: paulyu <paulyu@microsoft.com>
* update security go dependencies * fix uts * fix uts * remove last space line * fix linter issue * fix linter issue * update time package * revert cilium upgrade back * update client_go and grpc * gofmt pluginmanager_test.go --------- Co-authored-by: paulyu <paulyu@microsoft.com>
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
Reason for Change:
This PR is to update go dependencies part 2 -> to update urgent packages upgrade and UTs
Issue Fixed:
Requirements:
Notes: