Skip to content
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

build(deps): bump github.com/containernetworking/plugins from 1.1.1 to 1.2.0 #23294

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2023

Bumps github.com/containernetworking/plugins from 1.1.1 to 1.2.0.

Release notes

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

CNI Plugins v1.2.0

Changelog:

New plugins & features

  • (#743). dummy: Create a Dummy CNI plugin that creates a virtual interface
  • (#725). V2 API support for win-overlay CNI
  • (#693). tuning Add sysctl allowList

Bug fixes

  • (#809). bridge: refresh host-veth mac after port add
  • (#802). Add IPv6 support for AddDefaultRoute
  • (#779). Fix path substitution to enable setting sysctls on vlan interfaces
  • (#782). host-local: fix bug on getting NextIP of addresses with first byte
  • (#709). dhcp: Fix client id in renew/release

Improvements & Cleanups:

  • (#772). portmap support masquerade all
  • (#733). bridge: support IPAM DNS settings
  • (#702). bridge: call ipam.ExecDel after clean up device in netns #702
  • (#768). dhcp: Cleanup Socket and Pidfile on exit
  • (#792). dhcp: Update Allocate method to reuse lease if present
  • (#755). dhcp: Use the same options for acquiring, renewing lease
  • (#730). tuning Check for duplicated sysctl keys
  • (#739). build: support riscv64
  • (#712). bug: return errors when iptables and ip6tables are unusable
  • (#719). Make description for static plugin more exact

As always, many thanks to our contributors.

Commits
  • c4d24e8 Merge pull request #809 from squeed/bridge-refresh-mac
  • 2c4c27e bridge: re-fetch mac address
  • 0924b71 Merge pull request #790 from austinvazquez/remove-ioutil-references
  • 0af8153 Merge pull request #804 from mmorel-35/main
  • 83fe277 Merge pull request #803 from containernetworking/dependabot/go_modules/golang...
  • bf9c258 Merge pull request #792 from EmilyShepherd/check-dhcp
  • 0fc229d Update Allocate method to reuse lease if present
  • ec924a4 build(deps): bump github.com/safchain/ethtool to v0.2.0
  • d27fabc Merge pull request #782 from mars1024/bugfix/next-ip
  • 20a92ff build(deps): bump golang.org/x/sys from 0.3.0 to 0.4.0
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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 requested a review from a team as a code owner January 24, 2023 14:03
@dependabot dependabot bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. labels Jan 24, 2023
@dependabot dependabot bot requested a review from rolinh January 24, 2023 14:03
@maintainer-s-little-helper maintainer-s-little-helper bot added dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. and removed dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. labels Jan 24, 2023
@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label Jan 24, 2023
@aanm
Copy link
Member

aanm commented Jan 29, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containernetworking/plugins-1.2.0 branch from f3faf5b to 7794625 Compare January 29, 2023 22:30
@aanm aanm requested review from squeed and removed request for rolinh January 29, 2023 22:33
Copy link
Member

@aanm aanm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@squeed is there anything else that we need to do or we can merge it?

@aanm
Copy link
Member

aanm commented Jan 29, 2023

/test

Job 'Cilium-PR-K8s-1.24-kernel-5.4' hit: #21519 (85.63% similarity)

Job 'Cilium-PR-K8s-1.16-kernel-4.9' failed:

Click to show.

Test Name

K8sDatapathConfig Etcd Check connectivity

Failure Output

FAIL: Timed out after 240.001s.

If it is a flake and a GitHub issue doesn't already exist to track it, comment /mlh new-flake Cilium-PR-K8s-1.16-kernel-4.9 so I can create one.

Job 'Cilium-PR-K8s-1.26-kernel-net-next' failed:

Click to show.

Test Name

K8sDatapathServicesTest Checks N/S loadbalancing With ClusterIP external access ClusterIP can be accessed when external access is enabled

Failure Output

FAIL: Timed out after 240.000s.

If it is a flake and a GitHub issue doesn't already exist to track it, comment /mlh new-flake Cilium-PR-K8s-1.26-kernel-net-next so I can create one.

@squeed
Copy link
Contributor

squeed commented Feb 1, 2023

/test-1.16-4.9

@squeed
Copy link
Contributor

squeed commented Feb 1, 2023

/test-1.24-5.4

@squeed
Copy link
Contributor

squeed commented Feb 1, 2023

/test-1.26-net-next

@pchaigno
Copy link
Member

pchaigno commented Feb 1, 2023

@squeed Please don't restart tests without giving some reason. For example, the 5.4 was failing with a known flake and probably didn't need to be restarted.

Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/containernetworking/plugins/releases)
- [Commits](containernetworking/plugins@v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/containernetworking/plugins
  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.2.0 branch from 7794625 to 0f2786d Compare February 9, 2023 14:23
@pchaigno
Copy link
Member

pchaigno commented Feb 9, 2023

Dependabot rebased because I didn't triage the CI failures in time.
/test

@aanm aanm merged commit 4c9adb9 into master Feb 23, 2023
@aanm aanm deleted the dependabot/go_modules/github.com/containernetworking/plugins-1.2.0 branch February 23, 2023 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/community-contribution This was a contribution made by a community member. kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants