Skip to content

Releases: containernetworking/plugins

CNI plugins v0.7.5

Choose a tag to compare

@squeed squeed released this 15 Mar 17:39
a62711a

This release takes a minor change to the portmap plugin:

  • #269 Portmap: append, rather than prepend, entry rules

This fixes a potential issue where firewall rules may be bypassed by port mapping.

CNI v0.7.4

Choose a tag to compare

@squeed squeed released this 08 Nov 13:56
9ebe139

Due to some over-enthusiastic dependency updating, CNI v0.7.3 had some bugs. This release reverts that, and CNI v0.7.4 is identical to v0.7.1.

Plugins v0.7.2

Choose a tag to compare

@squeed squeed released this 06 Aug 15:16
72b62ba

Due to a maintainer's error, this was accidentally released as the same commit as v0.7.1.

The person responsible has been sacked.

CNI Plugins v0.7.1

Choose a tag to compare

@squeed squeed released this 12 Apr 09:40
72b62ba

This release fixes a regression where the interface's MAC address was no longer populated in the return type.

CNI Plugins v0.7.0

Choose a tag to compare

@squeed squeed released this 16 Feb 18:02
dd8ff8a

Plugins v0.7.0

Notable changes:

  • Add host-device plugin, which simply moves a device from the host network namespace
  • Portmap now uses a more efficient rule structure
  • host-local can receive ranges as a RuntimeArgument
  • DHCP daemon can be containerized
  • DHCP now correctly parses routes
  • Various Windows build fixes
  • Waiting for DAD is skipped when possible
  • Bridge now uses a stable mac

This release contains no breaking changes.

See the full list of changes

Many thanks to our contributors, including @trusch, @Random-Liu, @rmohr, @paulnivin, @rakelkar, @oilbeater, @alice02, @jingax10, @zhsj, @s1061123, @mzahorik, and @nyren!

Plugins v0.7.0-rc2

Plugins v0.7.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@squeed squeed released this 09 Feb 18:40
136399f

Plugins v0.7.0-rc2

Notable changes:

  • Add host-device plugin, which simply moves a device from the host network namespace
  • Portmap now uses a more efficient rule structure
  • host-local can receive ranges as a RuntimeArgument
  • DHCP daemon can be containerized
  • DHCP now correctly parses routes
  • Various Windows build fixes
  • Waiting for DAD is skipped when possible
  • Bridge now uses a stable mac

This release contains no breaking changes.

See the full list of changes

Many thanks to our contributors, including @trusch, @Random-Liu, @rmohr, @paulnivin, @rakelkar, @oilbeater, @alice02, @jingax10, @zhsj, @s1061123, and @mzahorik!

CNI Plugins v0.7.1-rc1

Pre-release

Choose a tag to compare

@squeed squeed released this 07 Feb 14:49
461d433

Plugins v0.7.0-rc1

Notable changes:

  • Add host-device plugin, which simply moves a device from the host network namespace
  • Portmap now uses a more efficient rule structure
  • host-local can receive ranges as a RuntimeArgument
  • DHCP daemon can be containerized
  • DHCP now correctly parses routes
  • Various Windows build fixes
  • Waiting for DAD is skipped when possible
  • Bridge now uses a stable mac

This release contains no breaking changes.

See the full list of changes

Many thanks to our contributors, including @trusch, @Random-Liu, @rmohr, @paulnivin, @rakelkar, @oilbeater, @alice02, @jingax10, @zhsj, @s1061123, and @mzahorik!

v0.6.0

Choose a tag to compare

@squeed squeed released this 17 Aug 17:20

This is the first release of the CNI plugins project. It includes all of the plugins formerly part of the cni repository, along with a new portmapping plugin.

🎉 It also includes IPv6 support for all interface plugins 🎉.

All of the plugins support version 0.3.1 of the CNI spec.

Notable changes since the previous CNI release:

  • #12, #50 ipam/host-local: support multiple IP ranges
  • #10: Bridge: add IPv6 support
  • #25 ptp: add IPv6 support
  • #35 bridge: add support for promiscuous mode
  • #47 tuning: support plugin chaining

v0.6.0-rc2

v0.6.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@rosenhouse rosenhouse released this 12 Aug 02:46

We're pleased to make available the v0.6.0-rc2 release of the CNI plugins.

Version 0.6.0 is the first to have a separate plugin repository. It includes a new portmapping plugin.

Please provide feedback on this release candidate before we do the final release.

A corresponding release of the CNI library and tools is here.

If you hit any problems please raise issues on Github or use the following channels for support.

New PRs since v0.6.0-rc1
#50 ipam/host-local: support sets of disjoint ranges
#47 tuning: pass prevResult through
#44 If we're on OS X then have Go cross compile for us

v0.6.0-rc1

v0.6.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@tomdee tomdee released this 12 Jul 16:25

We're pleased to make available the v0.6.0-rc1 release of the CNI plugins.

Please provide feedback on this release candidate before we do the final release.

This release targets version 0.3.1 of the spec.

If you hit any problems please raise issues on Github or use the following channels for support.