Skip to content

Releases: containernetworking/plugins

CNI plugins v1.9.0

09 Dec 10:48

Choose a tag to compare

What's Changed

This release fixes CVE-2025-67499, a bug in the nftables backend for the portmap plugin that can cause traffic to be unexpectedly intercepted.

Bugs

  • portmap: ensure nftables backend only intercept local traffic by @champtar in #1210.

Other changes

  • Fix file exists errro in dummy cni by @liuyuan10 in #1205
  • Ignore settling with down state since it would never settle by @bn222 in #1207

Full Changelog: v1.8.0...v1.9.0

CNI plugins v1.8.0

01 Sep 15:28

Choose a tag to compare

The Bridge CNI plugin has removed limitations on VLAN trunk implementation. This aligns with recommended access and trunk port configurations, ensuring proper VLAN isolation and enhanced usability.

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

CNI plugins v1.7.1

25 Apr 12:58

Choose a tag to compare

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: v1.6.2...v1.7.1

v1.7.0: build(deps): bump github.com/onsi/gomega in the golang group

25 Apr 11:20

Choose a tag to compare

Bumps the golang group with 1 update: [github.com/onsi/gomega](https://github.com/onsi/gomega).


Updates `github.com/onsi/gomega` from 1.36.3 to 1.37.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.36.3...v1.37.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
...

Signed-off-by: dependabot[bot] <[email protected]>

v1.7.0: build(deps): bump github.com/onsi/gomega in the golang group

25 Apr 11:20

Choose a tag to compare

Bumps the golang group with 1 update: [github.com/onsi/gomega](https://github.com/onsi/gomega).


Updates `github.com/onsi/gomega` from 1.36.3 to 1.37.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.36.3...v1.37.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
...

Signed-off-by: dependabot[bot] <[email protected]>

v1.6.2

06 Jan 16:12

Choose a tag to compare

(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: v1.6.0...v1.6.2

v1.6.1: portmap: fix iptables conditions detection

02 Dec 16:08

Choose a tag to compare

As show in the docs, iptables conditions can also start with '!'

Fixes 01a94e17c77e6ff8e5019e15c42d8d92cf87194f

Signed-off-by: Etienne Champetier <[email protected]>

CNI plugins v1.6.0

15 Oct 09:37

Choose a tag to compare

This is the v1.6.0 release of the CNI community plugins.

Changelog

Important

  • revert htb changes due to ongoing issues and missing maintainer by @h0nIg in #1105. This reverts the (undocumented) feature added in v1.5 where traffic from a specific CIDR would be exempted from bandwidth shaping. Unfortunately the implementation was lacking. We hope to re-add this feature in the future.

New features

CNI v1.1 support

Other improvements

Fixes

Misc / CI

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

17 Jun 15:51
c29dc79

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

CNI Plugins v1.5.0

20 May 07:23
0259301

Choose a tag to compare

What's Changed

New Features:

Fixes:

New Contributors

Full Changelog: v1.4.1...v1.5.0