firecracker-go-sdk icon indicating copy to clipboard operation
firecracker-go-sdk copied to clipboard

Bump github.com/containernetworking/plugins from 1.0.1 to 1.1.1

Open dependabot[bot] opened this issue 3 years ago • 0 comments
trafficstars

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

Release notes

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

CNI plugins v1.1.0

This is a patch release that fixes the following bugs in v1.1.0:

  • #702 bridge: call ipam.ExecDel after clean up device in netns
  • #709 ipam/dhcp: Fix client id in renew/release

CNI Plugins v1.1.0

This release brings a number of new features, along with the usual smattering of bug fixes and cleanups.

One minor-but-major change is that we no longer wait for IPv6 Duplicate Address Detection to complete. This reduces execution time by 2 seconds.

New features:

  • firewall: support ingressPolicy=(open|same-bridge) for isolating bridges as in Docker (#584)
  • dhcp ipam: support customizing dhcp options from CNI args (#670)
  • Allow setting sysctls on a particular interface (#669)
  • bridge: Add macspoofchk support (#639).

Bug fixes:

  • portmap: fix bug that new udp connection deletes all existing conntrack entries (#705)
  • portmap: fix checkPorts result when chain does not exist (#707)
  • dhcp: fixed DHCP problem that broke when fast retry was added (#681)
  • ipvlan: Send Gratuitous ARP after IPs are set (#675)

Improvements

  • host-device: Bring interfaces up after moving into container (#679)
  • Explicitly Disable Duplicate Address Detection For Container Side Veth (#695)
  • Replace arping package with arp_notify (#687)
  • host-device: add ipam support for dpdk device (#642)

Other changes

  • Ignore NetNS path errors on delete (#686)
  • Fix confusing error msg invalid cidr (#638)
Commits
  • 4744ec2 Merge pull request #716 from squeed/cp-bugfixes
  • b1782e5 ipam/dhcp: Fix client id in renew/release
  • b03deb6 call ipam.ExceDel after clean up device in netns
  • 26745d3 Merge pull request #705 from devbv/master
  • 9f67faf Merge pull request #707 from danwinship/checkPorts
  • 08d0f33 portmap: fix checkPorts result when chain does not exist
  • dca23ad portmap: fix bug that new udp connection deletes all existing conntrack entries
  • 76307bf Merge pull request #695 from MikeZappa87/issue/680/explicitdaddisable
  • ba47b49 Enhanced dad set to 1
  • 2be2960 Add boolean to enable/disable dad
  • 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 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 Mar 10 '22 14:03 dependabot[bot]