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

chore(deps): update dependency containernetworking/plugins to v1.3.0 #5

Merged
merged 2 commits into from
Sep 23, 2023

Conversation

DreamingRaven
Copy link
Owner

This PR contains the following updates:

Package Update Change
containernetworking/plugins minor 1.1.1 -> 1.3.0

Release Notes

containernetworking/plugins (containernetworking/plugins)

v1.3.0: CNI Plugins v1.3.0

Compare Source

This release introduces a new plugin: tap. Thanks to @​mmirecki for contributing this

New features:

  • (#​784). tap: This PR adds a plugin to create tap devices.
  • (#​829). bridge: add vlan trunk support
  • (#​875). bridge: Add parameter to disable default vlan
  • (#​814). macvlan: Add support for in-container master
  • (#​813). ipvlan: Add support for in-container master
  • (#​781). vlan: Add support for in-container master

Improvements:

  • (#​880). bridge: read only required chain on cni del instead of the entire ruleset
  • (#​873). bridge, spoof check: remove drop rule index

Bug fixes:

  • (#​892). sbr: Ignore LinkNotFoundError during cmdDel null
  • (#​887). ptp: Fix ValidateExpectedRoute with non default routes and nil GW
  • (#​885). tuning: fix cmdCheck when using IFNAME
  • (#​831). Fix overwritten error var in getMTUByName
  • (#​821). Only check or del ipv6 when an IPv6 is configured

v1.2.0: CNI Plugins v1.2.0

Compare Source

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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@DreamingRaven DreamingRaven merged commit fedc48a into main Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants