Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 7, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/containernetworking/plugins v1.3.0v1.9.0 age confidence

Release Notes

containernetworking/plugins (github.com/containernetworking/plugins)

v1.9.0: CNI plugins v1.9.0

Compare Source

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
Other changes

Full Changelog: containernetworking/plugins@v1.8.0...v1.9.0

v1.8.0: CNI plugins v1.8.0

Compare Source

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: containernetworking/plugins@v1.7.0...v1.8.0

v1.7.1: CNI plugins v1.7.1

Compare Source

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: containernetworking/plugins@v1.6.2...v1.7.1

v1.7.0

Compare Source

v1.6.2

Compare Source

(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: containernetworking/plugins@v1.6.0...v1.6.2

v1.6.1

Compare Source

v1.6.0: CNI plugins v1.6.0

Compare Source

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: containernetworking/plugins@v1.5.1...v1.6.0

v1.5.1

Compare Source

What's Changed

Full Changelog: containernetworking/plugins@v1.5.0...v1.5.1

v1.5.0: CNI Plugins v1.5.0

Compare Source

What's Changed

New Features:

Fixes:

New Contributors

Full Changelog: containernetworking/plugins@v1.4.1...v1.5.0

v1.4.1

Compare Source

v1.4.0: CNI Plugins v1.4.0

Compare Source

New features:
  • (#​832). tap: allow for a tap device to be created as a bridge port
  • (#​914). [tuning] add ability to set tx queue len
Improvements:
  • (#​969). Add CNI_NETNS_OVERRIDE
  • (#​979). Add ndisc_notify in ipvlan for ipv6 ndp
  • (#​974). macvlan: enable ipv6 ndisc_notify
  • (#​950). Create IPAM files with 0600 permissions
  • (#​924). More efficient iptables usage.
  • (#​902). spoofcheck: Make use of go-nft's ApplyConfigEcho(). This is much faster
  • (#​874). Add routes propagation for VRF plugin
Build:
  • (#​982). Bump to golang:1.21-alpine
  • (#​948). build: Use POSIX sh for shell scripts
Bug fixes:
  • (#​954). macvlan cmdDel: handle deletion when master has been deleted
  • (#​927). vrf: fix route filter to use output iface

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 becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@google-oss-prow
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: renovate-bot
Once this PR has been reviewed and has the lgtm label, please assign mrhohn for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@renovate-bot renovate-bot changed the title Update module github.com/containernetworking/plugins to v1.4.1 fix(deps): update module github.com/containernetworking/plugins to v1.4.1 May 7, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from dfc079d to 1f85403 Compare May 14, 2024 09:27
@google-oss-prow google-oss-prow bot added size/S and removed size/XL labels May 14, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from 1f85403 to 066bf8d Compare May 20, 2024 13:24
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/containernetworking/plugins to v1.4.1 fix(deps): update module github.com/containernetworking/plugins to v1.5.0 May 20, 2024
@google-oss-prow google-oss-prow bot added size/XXL and removed size/S labels May 20, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from 066bf8d to dad8d91 Compare May 21, 2024 19:19
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from dad8d91 to e24d4a7 Compare June 4, 2024 10:47
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch 2 times, most recently from 6837ae6 to c75de56 Compare June 17, 2024 19:37
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/containernetworking/plugins to v1.5.0 fix(deps): update module github.com/containernetworking/plugins to v1.5.1 Jun 17, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from c75de56 to 0d9f59a Compare July 14, 2024 11:24
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch 3 times, most recently from 65453b6 to 36c6f4d Compare September 4, 2024 18:21
@google-oss-prow google-oss-prow bot added size/XS and removed size/XXL labels Sep 4, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from 36c6f4d to 203d69e Compare September 4, 2024 19:13
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from 203d69e to a58ea0e Compare October 15, 2024 09:58
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/containernetworking/plugins to v1.5.1 fix(deps): update module github.com/containernetworking/plugins to v1.6.0 Oct 15, 2024
@forking-renovate
Copy link

forking-renovate bot commented Oct 15, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 10 additional dependencies were updated

Details:

Package Change
github.com/coreos/go-iptables v0.7.0 -> v0.8.0
github.com/vishvananda/netlink v1.2.1-beta.2 -> v1.3.1
github.com/vishvananda/netns v0.0.4 -> v0.0.5
github.com/containernetworking/cni v1.1.2 -> v1.3.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/safchain/ethtool v0.3.0 -> v0.6.2
golang.org/x/net v0.38.0 -> v0.43.0
golang.org/x/term v0.30.0 -> v0.34.0
golang.org/x/text v0.23.0 -> v0.28.0
google.golang.org/protobuf v1.36.5 -> v1.36.7

@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from a58ea0e to 8e3c081 Compare November 21, 2024 03:51
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from 8e3c081 to 422e10b Compare December 2, 2024 18:50
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/containernetworking/plugins to v1.6.0 fix(deps): update module github.com/containernetworking/plugins to v1.6.1 Dec 2, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from 422e10b to df74511 Compare January 6, 2025 18:44
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/containernetworking/plugins to v1.6.1 fix(deps): update module github.com/containernetworking/plugins to v1.6.2 Jan 6, 2025
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from df74511 to 15ad0e7 Compare January 7, 2025 18:26
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from 15ad0e7 to 0dfdaef Compare February 13, 2025 18:30
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from 0dfdaef to 4820aed Compare March 13, 2025 02:18
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch 4 times, most recently from b8ad27a to 685ce80 Compare April 25, 2025 16:05
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/containernetworking/plugins to v1.6.2 fix(deps): update module github.com/containernetworking/plugins to v1.7.1 Apr 25, 2025
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from 685ce80 to a5e44ee Compare May 16, 2025 07:29
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch 2 times, most recently from 16c7626 to 3171124 Compare July 12, 2025 02:14
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from 3171124 to 851e3e8 Compare August 7, 2025 21:31
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from 851e3e8 to 29eeed3 Compare September 1, 2025 17:13
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/containernetworking/plugins to v1.7.1 fix(deps): update module github.com/containernetworking/plugins to v1.8.0 Sep 1, 2025
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from 29eeed3 to 35af11c Compare September 9, 2025 18:51
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from 35af11c to 2d6d90b Compare October 9, 2025 12:36
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from 2d6d90b to 902ae56 Compare October 28, 2025 09:14
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from 902ae56 to e7c44fa Compare November 19, 2025 01:55
@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from e7c44fa to 02170a1 Compare December 9, 2025 11:53
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/containernetworking/plugins to v1.8.0 fix(deps): update module github.com/containernetworking/plugins to v1.9.0 Dec 9, 2025
@forking-renovate
Copy link

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 10 additional dependencies were updated

Details:

Package Change
github.com/coreos/go-iptables v0.7.0 -> v0.8.0
github.com/vishvananda/netlink v1.2.1-beta.2 -> v1.3.1
github.com/vishvananda/netns v0.0.4 -> v0.0.5
github.com/containernetworking/cni v1.1.2 -> v1.3.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/safchain/ethtool v0.3.0 -> v0.6.2
golang.org/x/net v0.38.0 -> v0.43.0
golang.org/x/term v0.30.0 -> v0.34.0
golang.org/x/text v0.23.0 -> v0.28.0
google.golang.org/protobuf v1.36.5 -> v1.36.7

@renovate-bot renovate-bot force-pushed the renovate/github.com-containernetworking-plugins-1.x branch from 02170a1 to 894a8a3 Compare January 14, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant