-
Notifications
You must be signed in to change notification settings - Fork 850
Comparing changes
Open a pull request
base repository: containernetworking/plugins
base: v1.9.0
head repository: containernetworking/plugins
compare: v1.9.1
- 6 commits
- 59 files changed
- 5 contributors
Commits on Dec 16, 2025
-
bandwidth: handle nil bandwidth in CHECK
Somehow we missed this case; if CHECK is called with no bandwidth configuration, we segfault. Oops. Fixes: #1221 Signed-off-by: Casey Callendrello <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c4a6b3 - Browse repository at this point
Copy the full SHA 8c4a6b3View commit details
Commits on Feb 16, 2026
-
vrf: fix route filtering to preserve IPAM-configured routes
The previous implementation filtered out routes without an explicit source address (route.Src == nil), which incorrectly removed routes added by IPAM plugins. IPAM plugins typically configure routes without setting a source address, causing those routes to be lost when the interface was moved to the VRF. The SCOPE_UNIVERSE filter already excludes local and connected routes that are automatically recreated by the kernel, so the additional route.Src filter was both unnecessary and harmful. Fixes #1223 Signed-off-by: Marcelo Guerrero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccc8314 - Browse repository at this point
Copy the full SHA ccc8314View commit details
Commits on Feb 17, 2026
-
fix(test): use shorter veth peer name
The "test" prefix on hostVethName exceeds the 15-char Linux interface name limit (IFNAMSIZ), causing ERANGE instead of EEXIST. Shorten the prefix so the test exercises the intended error path. Signed-off-by: Marcelo Guerrero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dfb1f9a - Browse repository at this point
Copy the full SHA dfb1f9aView commit details -
CVE-2025-52881: Bump selinux to 1.13.0
Signed-off-by: sbiradar10 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dada84a - Browse repository at this point
Copy the full SHA dada84aView commit details
Commits on Feb 18, 2026
-
build(deps): bump golangci/golangci-lint-action from 8 to 9
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v8...v9) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4161e44 - Browse repository at this point
Copy the full SHA 4161e44View commit details
Commits on Feb 19, 2026
-
bridge: include attempted IP address in AddrAdd error message
This PR includes the IP in the `AddrAdd` error message which could help debug better with any issues while adding the IP address to the bridge and improves the readability. Signed-off-by: Amulyam24 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adc3e6b - Browse repository at this point
Copy the full SHA adc3e6bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.9.0...v1.9.1