Conversation
Contributor
There was a problem hiding this comment.
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). |
Contributor
Author
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
4 tasks
Contributor
Author
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
rbtr
previously approved these changes
Oct 8, 2025
jpayne3506
previously approved these changes
Oct 8, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 8, 2025
* 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>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 8, 2025
* 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>
Contributor
Author
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
rbtr
approved these changes
Oct 8, 2025
jpayne3506
approved these changes
Oct 8, 2025
sivakami-projects
pushed a commit
that referenced
this pull request
Oct 23, 2025
* 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 * fix hubble_test * fix ParseReaderMetrics() --------- Co-authored-by: paulyu <paulyu@microsoft.com>
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
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.
Reason for Change:
This PR is to update go dependencies part 2 -> to update urgent packages upgrade and UTs
Issue Fixed:
Requirements:
Notes: