[PR #81] [MERGED] Bump github.com/vishvananda/netlink from 1.3.0 to 1.3.1 in the prod-patch-updates group #110

Closed
opened 2025-11-19 07:14:11 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/newt/pull/81
Author: @dependabot[bot]
Created: 7/11/2025
Status: Merged
Merged: 7/13/2025
Merged by: @oschwartz10612

Base: mainHead: dependabot/go_modules/prod-patch-updates-f7fa3bf88c


📝 Commits (1)

  • ce4f3e4 Bump github.com/vishvananda/netlink in the prod-patch-updates group

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+4 -4)

📄 Description

Bumps the prod-patch-updates group with 1 update: github.com/vishvananda/netlink.

Updates github.com/vishvananda/netlink from 1.3.0 to 1.3.1

Release notes

Sourced from github.com/vishvananda/netlink's releases.

v1.3.1

What's Changed

New Contributors

Full Changelog: https://github.com/vishvananda/netlink/compare/v1.3.0...v1.3.1

What's Changed

... (truncated)

Commits
  • 17daef6 vlan: add support for flags and qos maps
  • b929916 filter: add classid and port range support for flower
  • 06c2c01 feat: add vlanid - tunnelid mapping support
  • c4bb4f9 rdma: support rdma metrics: resource and statistic
  • e9f11f7 bugfix: parse ipv4 src/dst error
  • 1f4f72c Mimic ipset C code for determining correct default ipset revision
  • 2426b05 qdisc: fix wrong type info of tc_sfq_qopt
  • a2e4b9a veth: allow configuring peer attributes beyond namespace and address
  • 9d88d83 feat: add support for RtoMin lock
  • 6b5dd30 geneve: Support setting/getting source port range
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/newt/pull/81 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/11/2025 **Status:** ✅ Merged **Merged:** 7/13/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dependabot/go_modules/prod-patch-updates-f7fa3bf88c` --- ### 📝 Commits (1) - [`ce4f3e4`](https://github.com/fosrl/newt/commit/ce4f3e4cdff02685d72277fd6e39b6f749d36a30) Bump github.com/vishvananda/netlink in the prod-patch-updates group ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -4) </details> ### 📄 Description Bumps the prod-patch-updates group with 1 update: [github.com/vishvananda/netlink](https://github.com/vishvananda/netlink). Updates `github.com/vishvananda/netlink` from 1.3.0 to 1.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vishvananda/netlink/releases">github.com/vishvananda/netlink's releases</a>.</em></p> <blockquote> <h2>v1.3.1</h2> <h2>What's Changed</h2> <ul> <li>Fix deprecated comments by <a href="https://github.com/champtar"><code>@​champtar</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1011">vishvananda/netlink#1011</a></li> <li>Fix: Do not crash when enumerating tc filters with unknown actionType by <a href="https://github.com/Matus-p"><code>@​Matus-p</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1013">vishvananda/netlink#1013</a></li> <li>Fix SetSendTimeout/SetReceiveTimeout by <a href="https://github.com/robmry"><code>@​robmry</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1012">vishvananda/netlink#1012</a></li> <li>capture and return errors in ConntrackDeleteFilters by <a href="https://github.com/aroradaman"><code>@​aroradaman</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1014">vishvananda/netlink#1014</a></li> <li>Fix FouList attribute body truncated error with kernel 5.2+ by <a href="https://github.com/chanfung032"><code>@​chanfung032</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1017">vishvananda/netlink#1017</a></li> <li>Preserve results when NLM_F_DUMP_INTR is set by <a href="https://github.com/robmry"><code>@​robmry</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1018">vishvananda/netlink#1018</a></li> <li>netkit: Add support for IFLA_NETKIT_SCRUB and IFLA_NETKIT_PEER_SCRUB by <a href="https://github.com/jrife"><code>@​jrife</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1022">vishvananda/netlink#1022</a></li> <li>fix CI failed Incidental in TestRuleListFiltered by <a href="https://github.com/wangling94"><code>@​wangling94</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1043">vishvananda/netlink#1043</a></li> <li>disable broadcast if broadcast is set to net.IPv4zero by <a href="https://github.com/WeidiDeng"><code>@​WeidiDeng</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1037">vishvananda/netlink#1037</a></li> <li>.github/workflows: Bump CI Go version to v1.22 by <a href="https://github.com/dylandreimerink"><code>@​dylandreimerink</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1049">vishvananda/netlink#1049</a></li> <li>TC FLOWER enrich match field and action about vlan by <a href="https://github.com/wangling94"><code>@​wangling94</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1045">vishvananda/netlink#1045</a></li> <li>link_linux: Add deserialization of <code>IFF_RUNNING</code> flag by <a href="https://github.com/dylandreimerink"><code>@​dylandreimerink</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1038">vishvananda/netlink#1038</a></li> <li>Preserve results when NLM_F_DUMP_INTR is set by <a href="https://github.com/adrianmoisey"><code>@​adrianmoisey</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1050">vishvananda/netlink#1050</a></li> <li>Add IFLA_PARENT_DEV_NAME / IFLA_PARENT_DEV_BUS_NAME to links by <a href="https://github.com/akerouanton"><code>@​akerouanton</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1051">vishvananda/netlink#1051</a></li> <li>conntrack: prevent potential memory leak by <a href="https://github.com/aroradaman"><code>@​aroradaman</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1058">vishvananda/netlink#1058</a></li> <li>Fix parsing 4-bytes attribute by <a href="https://github.com/Asphaltt"><code>@​Asphaltt</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1034">vishvananda/netlink#1034</a></li> <li>fix: Use correct offset for unix socket diagnosis by <a href="https://github.com/srebhan"><code>@​srebhan</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1061">vishvananda/netlink#1061</a></li> <li>vxlan: Fix parseVxlanData for source port range by <a href="https://github.com/borkmann"><code>@​borkmann</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1062">vishvananda/netlink#1062</a></li> <li>netkit: Allow setting MAC address in L2 mode by <a href="https://github.com/jrife"><code>@​jrife</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1063">vishvananda/netlink#1063</a></li> <li>Add support for MTU Lock by <a href="https://github.com/trozet"><code>@​trozet</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1067">vishvananda/netlink#1067</a></li> <li>pedit: Fix EncodeActions to add TcGen for pedit action by <a href="https://github.com/chent1996"><code>@​chent1996</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1065">vishvananda/netlink#1065</a></li> <li>go.mod: github.com/vishvananda/netns v0.0.5 by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1056">vishvananda/netlink#1056</a></li> <li>Add <code>OifIndex</code> option for <code>RouteGetWithOptions</code> by <a href="https://github.com/dylandreimerink"><code>@​dylandreimerink</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1060">vishvananda/netlink#1060</a></li> <li>Support TC &quot;sample&quot; filter action by <a href="https://github.com/lorenz"><code>@​lorenz</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1042">vishvananda/netlink#1042</a></li> <li>Add support for XFRMA_SA_DIR and XFRMA_SA_PCPU attributes for XFRM by <a href="https://github.com/ChinmayaSharma-hue"><code>@​ChinmayaSharma-hue</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1044">vishvananda/netlink#1044</a></li> <li>Add support for ARP/ND Timestamps when retriving neighbors by <a href="https://github.com/jlamanna"><code>@​jlamanna</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1039">vishvananda/netlink#1039</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Matus-p"><code>@​Matus-p</code></a> made their first contribution in <a href="https://redirect.github.com/vishvananda/netlink/pull/1013">vishvananda/netlink#1013</a></li> <li><a href="https://github.com/robmry"><code>@​robmry</code></a> made their first contribution in <a href="https://redirect.github.com/vishvananda/netlink/pull/1012">vishvananda/netlink#1012</a></li> <li><a href="https://github.com/chanfung032"><code>@​chanfung032</code></a> made their first contribution in <a href="https://redirect.github.com/vishvananda/netlink/pull/1017">vishvananda/netlink#1017</a></li> <li><a href="https://github.com/jrife"><code>@​jrife</code></a> made their first contribution in <a href="https://redirect.github.com/vishvananda/netlink/pull/1022">vishvananda/netlink#1022</a></li> <li><a href="https://github.com/wangling94"><code>@​wangling94</code></a> made their first contribution in <a href="https://redirect.github.com/vishvananda/netlink/pull/1043">vishvananda/netlink#1043</a></li> <li><a href="https://github.com/WeidiDeng"><code>@​WeidiDeng</code></a> made their first contribution in <a href="https://redirect.github.com/vishvananda/netlink/pull/1037">vishvananda/netlink#1037</a></li> <li><a href="https://github.com/dylandreimerink"><code>@​dylandreimerink</code></a> made their first contribution in <a href="https://redirect.github.com/vishvananda/netlink/pull/1049">vishvananda/netlink#1049</a></li> <li><a href="https://github.com/adrianmoisey"><code>@​adrianmoisey</code></a> made their first contribution in <a href="https://redirect.github.com/vishvananda/netlink/pull/1050">vishvananda/netlink#1050</a></li> <li><a href="https://github.com/akerouanton"><code>@​akerouanton</code></a> made their first contribution in <a href="https://redirect.github.com/vishvananda/netlink/pull/1051">vishvananda/netlink#1051</a></li> <li><a href="https://github.com/Asphaltt"><code>@​Asphaltt</code></a> made their first contribution in <a href="https://redirect.github.com/vishvananda/netlink/pull/1034">vishvananda/netlink#1034</a></li> <li><a href="https://github.com/trozet"><code>@​trozet</code></a> made their first contribution in <a href="https://redirect.github.com/vishvananda/netlink/pull/1067">vishvananda/netlink#1067</a></li> <li><a href="https://github.com/ChinmayaSharma-hue"><code>@​ChinmayaSharma-hue</code></a> made their first contribution in <a href="https://redirect.github.com/vishvananda/netlink/pull/1044">vishvananda/netlink#1044</a></li> <li><a href="https://github.com/jlamanna"><code>@​jlamanna</code></a> made their first contribution in <a href="https://redirect.github.com/vishvananda/netlink/pull/1039">vishvananda/netlink#1039</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vishvananda/netlink/compare/v1.3.0...v1.3.1">https://github.com/vishvananda/netlink/compare/v1.3.0...v1.3.1</a></p> <h2>What's Changed</h2> <ul> <li>Fix deprecated comments by <a href="https://github.com/champtar"><code>@​champtar</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1011">vishvananda/netlink#1011</a></li> <li>Fix: Do not crash when enumerating tc filters with unknown actionType by <a href="https://github.com/Matus-p"><code>@​Matus-p</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1013">vishvananda/netlink#1013</a></li> <li>Fix SetSendTimeout/SetReceiveTimeout by <a href="https://github.com/robmry"><code>@​robmry</code></a> in <a href="https://redirect.github.com/vishvananda/netlink/pull/1012">vishvananda/netlink#1012</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vishvananda/netlink/commit/17daef607c6442d47b0565343cf8a69f985a4cb7"><code>17daef6</code></a> vlan: add support for flags and qos maps</li> <li><a href="https://github.com/vishvananda/netlink/commit/b929916209ca4fb02f18f5ae03df64da7dd156d7"><code>b929916</code></a> filter: add classid and port range support for flower</li> <li><a href="https://github.com/vishvananda/netlink/commit/06c2c01f6a45c22912c952566f58cbf624b3660b"><code>06c2c01</code></a> feat: add vlanid - tunnelid mapping support</li> <li><a href="https://github.com/vishvananda/netlink/commit/c4bb4f91d61b1d5295f5fb3959830dc415f3e8ba"><code>c4bb4f9</code></a> rdma: support rdma metrics: resource and statistic</li> <li><a href="https://github.com/vishvananda/netlink/commit/e9f11f77b927cbb1aa93cef691e9a13fffd551a1"><code>e9f11f7</code></a> bugfix: parse ipv4 src/dst error</li> <li><a href="https://github.com/vishvananda/netlink/commit/1f4f72c91737b1fb0e04ef6f5d84314e9e69b245"><code>1f4f72c</code></a> Mimic <code>ipset</code> C code for determining correct default ipset revision</li> <li><a href="https://github.com/vishvananda/netlink/commit/2426b0576c37b0e13a442d618ccc4407afbfb8bc"><code>2426b05</code></a> qdisc: fix wrong type info of tc_sfq_qopt</li> <li><a href="https://github.com/vishvananda/netlink/commit/a2e4b9a6ec2abc824885f8eccf940dbc3bb261a1"><code>a2e4b9a</code></a> veth: allow configuring peer attributes beyond namespace and address</li> <li><a href="https://github.com/vishvananda/netlink/commit/9d88d8385bf99155c1e66be2877126518ef85282"><code>9d88d83</code></a> feat: add support for RtoMin lock</li> <li><a href="https://github.com/vishvananda/netlink/commit/6b5dd30007cb55cf8d12e5e71d621a978e10e413"><code>6b5dd30</code></a> geneve: Support setting/getting source port range</li> <li>Additional commits viewable in <a href="https://github.com/vishvananda/netlink/compare/v1.3.0...v1.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/vishvananda/netlink&package-manager=go_modules&previous-version=1.3.0&new-version=1.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-19 07:14:11 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#110