fix(deps): update k8snetworkplumbingwg/network-attachment-definition-client/refs/tags ( 1.7.5 → 1.7.6 ) #2169
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:
v1.7.5
->1.7.6
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
k8snetworkplumbingwg/network-attachment-definition-client (k8snetworkplumbingwg/network-attachment-definition-client/refs/tags)
v1.7.6
Compare Source
This release fixes a regression affecting CNI plugins that do not specify interfaces in their CNI ADD result.
Previously, IP addresses returned without an associated interface index were not being assigned to any
network-status
entry. This release restores the prior behavior by assigning such IPs to the last network status (i.e., the last sandboxed interface), ensuring consistent handling across plugins, especially those that omit the interfaces field entirely.This change is important for compatibility with certain CNI plugins and maintains expected behavior from earlier versions of the net-attach-def library.
Special thanks to @Brian-McM for identifying the issue and providing the fix!
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.
This PR has been generated by Renovate Bot.