chore(all): update deps (major) - #711
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
|
renovate-bot
force-pushed
the
renovate/major-deps
branch
3 times, most recently
from
July 20, 2026 16:06
097d168 to
b0e3f3b
Compare
renovate-bot
force-pushed
the
renovate/major-deps
branch
2 times, most recently
from
July 23, 2026 16:25
50474da to
cb2f922
Compare
renovate-bot
force-pushed
the
renovate/major-deps
branch
from
July 23, 2026 21:25
cb2f922 to
0c1ddf7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.8.1→v1.3.0v0.9.1→v1.9.1v1.4.0→v2.3.3Release Notes
containernetworking/cni (github.com/containernetworking/cni)
v1.3.0Compare Source
What's Changed
This adds a new config flag
loadPluginsFromFolder - if present, for a given named network bar, plugin configuration objects will be loaded from<path-to-bar-network-config-file>/bar/xxx.conf. This may be useful for vendors providing chained plugins: you can add your plugin to a chain without needing to edit the file in-place.New Contributors
Full Changelog: containernetworking/cni@v1.2.3...v1.3.0
v1.2.3: libcni v1.2.3Compare Source
This is a minor release to correct a divergence between the specification and libcni. In this case, the specification was updated, as it concerns a new feature, GC, that is not yet deployed.
What's Changed
v1.2.2: libcni v1.2.2Compare Source
What's Changed
Full Changelog: containernetworking/cni@v1.2.1...v1.2.2
v1.2.1: CNI Spec v1.1 / libcni v1.2.1Compare Source
This is a minor release that fixes some small bugs:
Improvements
Bug fixes:
DelNetwork, and allows CRIO tests to bumpv1.2.0: CNI spec v1.1 / libcni v1.2.0Compare Source
This is libcni v1.2.0, which releases the new CNI spec version v1.1.0.
Major changes:
GC verb
The GC verb allows runtimes to specify the set of known-good attachments, allowing plugins to clean up stale and leaked resources such as IPAM reservations. Libcni will also synthesize a CNI DEL for any stale cached attachments, so all users will have a form of GC, even if their plugins do not support CNI v1.1
STATUS verb
The STATUS verb allows a plugin to report its readiness to accept ADD requests. Runtimes such as containerd and cri-o will no longer have to rely merely on the presence of a CNI configuration file to determine network readiness.
Version negotiation
CNI configurations may now contain multiple versions, so that an administrator can opportunistically update the protocol version without breaking older runtimes:
{ "cniVersion": "1.0.0", "cniVersions": ["1.0.0", "1.1.0"] }New fields
A number of new fields have been added to the result type:
Other improvements
v1.1.2: CNI v1.1.2Compare Source
This is a minor update to the CNI libraries and tooling. This does not bump the protocol / spec version, which remains at v1.0.0.
What's Changed
New Contributors
Full Changelog: containernetworking/cni@v1.1.1...v1.1.2
v1.1.1: CNI v1.1.1Compare Source
This is a minor update to the CNI libraries and tooling. This does not bump the protocol / spec version, which remains at v1.0.0.
Changes include:
New Contributors:
Full Changelog: containernetworking/cni@v1.1.0...v1.1.1
v1.1.0: CNI v1.1.0Compare Source
This is a minor update to the CNI libraries and tooling. This does not bump the protocol / spec version, which remains at v1.0.0.
Changes include:
json.Unmarshal(#880).v1.0.1: 🎉 CNI v1.0.1 🎉Compare Source
Hot off the presses, it's CNI v1.0!
CNI v1.0 doesn't change much about how CNI works, but it declares API stability.
This release includes
You can see the full spec changelog here: https://github.com/containernetworking/cni/blob/v1.0.1/Documentation/spec-upgrades.md
v1.0.0Compare Source
containernetworking/plugins (github.com/containernetworking/plugins)
v1.9.1Compare Source
This is a patch release with dependency updates and some minor fixes.
Minor fixes
New Contributors
Full Changelog: containernetworking/plugins@v1.9.0...v1.9.1
v1.9.0: CNI plugins v1.9.0Compare Source
What's Changed
This release fixes CVE-2025-67499, a bug in the
nftablesbackend for theportmapplugin 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.0Compare 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.1Compare 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.0Compare Source
v1.6.2Compare 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.1Compare Source
v1.6.0: CNI plugins v1.6.0Compare Source
This is the v1.6.0 release of the CNI community plugins.
Changelog
Important
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.1Compare Source
What's Changed
Full Changelog: containernetworking/plugins@v1.5.0...v1.5.1
v1.5.0: CNI Plugins v1.5.0Compare Source
What's Changed
New Features:
Fixes:
New Contributors
Full Changelog: containernetworking/plugins@v1.4.1...v1.5.0
v1.4.1Compare Source
v1.4.0: CNI Plugins v1.4.0Compare Source
New features:
Improvements:
Build:
Bug fixes:
v1.3.0: CNI Plugins v1.3.0Compare Source
This release introduces a new plugin:
tap. Thanks to @mmirecki for contributing thisNew features:
Improvements:
Bug fixes:
v1.2.0: CNI Plugins v1.2.0Compare Source
Changelog:
New plugins & features
Bug fixes
Improvements & Cleanups:
staticplugin more exactAs always, many thanks to our contributors.
v1.1.1: CNI plugins v1.1.1Compare Source
Plugins release v1.1.1
This is a patch release that fixes the following bugs in v1.1.0:
v1.1.0 Changelog:
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:
Bug fixes:
Improvements
Other changes
v1.1.0: CNI Plugins v1.1.0Compare Source
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:
Bug fixes:
Improvements
Other changes
v1.0.1: 🎉 CNI Plugins v1.0.1 🎉Compare Source
CNI Plugins v1.0.1 is here
This release adds support for CNI Spec v1.0. Additionally, it officially declares CNI as a stable project.
The Flannel CNI plugin has been moved to a separate project, and is no longer included here.
Changes since v1.0.0 🤦♂️
Changes since v0.9.1
📈 New Features
✨ Other improvements
🐛 Bug Fixes
As always, thanks to our dedicated maintainers and contributors!
v1.0.0: 🎉 CNI Plugins v1.0.0 🎉Compare Source
CNI Plugins v1.0.0 is here
This release adds support for CNI Spec v1.0. Additionally, it officially declares CNI as a stable project.
Changes since v0.9.1
📈 New Features
✨ Other improvements
🐛 Bug Fixes
As always, thanks to our dedicated maintainers and contributors!
grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware)
v2.3.3Compare Source
What's Changed
handledmetrics with context labels by @t-bowcock in #810New Contributors
Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.2...v2.3.3
v2.3.2Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.1...v2.3.2
v2.3.1Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.0...v2.3.1
v2.3.0Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.2.0...v2.3.0
v2.2.0Compare Source
What's Changed
Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.