kmesh icon indicating copy to clipboard operation
kmesh copied to clipboard

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

Open dependabot[bot] opened this issue 7 months ago • 2 comments

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: https://github.com/containernetworking/plugins/compare/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: https://github.com/containernetworking/plugins/compare/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[bot] avatar Apr 25 '25 15:04 dependabot[bot]

[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

kmesh-bot avatar Apr 25 '25 15:04 kmesh-bot

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)

hzxuzhonghu avatar Apr 27 '25 02:04 hzxuzhonghu

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

dependabot[bot] avatar May 23 '25 09:05 dependabot[bot]