Skip to content

build(deps): bump github.com/containernetworking/plugins from 1.6.1 to 1.7.1 #1340

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

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2025

Bumps github.com/containernetworking/plugins from 1.6.1 to 1.7.1.

Release notes

Sourced from github.com/containernetworking/plugins's releases.

CNI plugins v1.7.1

What's Changed

(Administrative note: the GitHub release v1.7.0 somehow got split in to two immutable releases. v1.7.1 is a re-release that corrects the issue. Apologies for the trouble).

New features / options

Other improvements

Bug fixes

New Contributors

Full Changelog: containernetworking/plugins@v1.6.2...v1.7.1

v1.7.0

No release notes provided.

v1.7.0

No release notes provided.

v1.6.2

(administrative note: release v1.6.1 was somehow double-created in GitHub; v1.6.2 is identical but fixes the duplication.)

What's Changed

Full Changelog: containernetworking/plugins@v1.6.0...v1.6.2

Commits
  • a5d507e build(deps): bump github.com/onsi/gomega in the golang group
  • d0d20a9 build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0
  • 318c44b tuning, vrf: fix test json unmarshal
  • c5861e7 vendor: bump libcni to v1.3.0
  • d650da4 Check error returned by ipv6 SettleAddresses
  • 4754510 build(deps): bump the golang group across 1 directory with 5 updates
  • 282f0a4 mechanical: fix lint errors
  • a8d8d04 ci: bump to golangci-lint v2
  • c8096ae go.mod: bump ginkgo
  • 57925a3 .github: bump go to v1.24
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 25, 2025
@kmesh-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign hzxuzhonghu for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@hzxuzhonghu
Copy link
Member

Need to look into why the ut failed

=== RUN   TestGetCniConfigPath/test_6:_have_CniConfigName,_get_CnifigPath_successful,_should_return_nil
time="2025-04-25T15:52:29Z" level=error msg="failed to read conflist /etc/cni/net.d/utTest.conflist : error reading /etc/cni/net.d/utTest.conflist: open /etc/cni/net.d/utTest.conflist: no such file or directory" subsys="cni installer"
    chained_test.go:210: getCniConfigPath() error = failed to read conflist /etc/cni/net.d/utTest.conflist : error reading /etc/cni/net.d/utTest.conflist: open /etc/cni/net.d/utTest.conflist: no such file or directory, wantErr false
=== RUN   TestGetCniConfigPath/test_7:_no_CniConfigName,_Successful,_should_return_nil
time="2025-04-25T15:52:29Z" level=info msg="failed to read conflist: utTest1.conflist, error reading utTest1.conflist: open utTest1.conflist: no such file or directory" subsys="cni installer"
time="2025-04-25T15:52:29Z" level=info msg="failed to read conflist: utTest2.conflist, error reading utTest2.conflist: open utTest2.conflist: no such file or directory" subsys="cni installer"
time="2025-04-25T15:52:29Z" level=error msg="can not found the valid cni config" subsys="cni installer"
    chained_test.go:210: getCniConfigPath() error = can not found the valid cni config, wantErr false
--- FAIL: TestGetCniConfigPath (0.00s)
    --- PASS: TestGetCniConfigPath/test1:_have_CniConfigName,_get_error_in_libcni.ConfListFromFile,_should_return_error (0.00s)
    --- PASS: TestGetCniConfigPath/test2:_have_CniConfigName,_no_Plugins,_should_return_error (0.00s)
    --- PASS: TestGetCniConfigPath/test3:_no_CniConfigName,_get_error_in_libcni.ConfFiles,_should_return_error (0.00s)
    --- PASS: TestGetCniConfigPath/test_4:_no_CniConfigName,_get_error_in_libcni.ConfListFromFile,_should_return_error (0.00s)
    --- PASS: TestGetCniConfigPath/test_5:_no_CniConfigName,_no_Plugins,_should_return_error (0.00s)
    --- FAIL: TestGetCniConfigPath/test_6:_have_CniConfigName,_get_CnifigPath_successful,_should_return_nil (0.00s)
    --- FAIL: TestGetCniConfigPath/test_7:_no_CniConfigName,_Successful,_should_return_nil (0.00s)

Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 1.6.1 to 1.7.1.
- [Release notes](https://github.com/containernetworking/plugins/releases)
- [Commits](containernetworking/plugins@v1.6.1...v1.7.1)

---
updated-dependencies:
- dependency-name: github.com/containernetworking/plugins
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containernetworking/plugins-1.7.1 branch from f7375cd to 24f3f85 Compare May 14, 2025 07:59
Copy link
Contributor Author

dependabot bot commented on behalf of github May 23, 2025

Looks like github.com/containernetworking/plugins is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 23, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/containernetworking/plugins-1.7.1 branch May 23, 2025 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update go code size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants