chore(deps): update module github.com/vishvananda/netlink to v1.3.1 #99

Open
CSRBot wants to merge 1 commits from renovate/go-modules into master
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/vishvananda/netlink require patch v1.3.0 -> v1.3.1

Release Notes

vishvananda/netlink (github.com/vishvananda/netlink)

v1.3.1

Compare Source

What's Changed

New Contributors

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

What's Changed

New Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/vishvananda/netlink](https://github.com/vishvananda/netlink) | require | patch | `v1.3.0` -> `v1.3.1` | --- ### Release Notes <details> <summary>vishvananda/netlink (github.com/vishvananda/netlink)</summary> ### [`v1.3.1`](https://github.com/vishvananda/netlink/releases/tag/v1.3.1) [Compare Source](https://github.com/vishvananda/netlink/compare/v1.3.0...v1.3.1) #### What's Changed - Fix deprecated comments by [@&#8203;champtar](https://github.com/champtar) in https://github.com/vishvananda/netlink/pull/1011 - Fix: Do not crash when enumerating tc filters with unknown actionType by [@&#8203;Matus-p](https://github.com/Matus-p) in https://github.com/vishvananda/netlink/pull/1013 - Fix SetSendTimeout/SetReceiveTimeout by [@&#8203;robmry](https://github.com/robmry) in https://github.com/vishvananda/netlink/pull/1012 - capture and return errors in ConntrackDeleteFilters by [@&#8203;aroradaman](https://github.com/aroradaman) in https://github.com/vishvananda/netlink/pull/1014 - Fix FouList attribute body truncated error with kernel 5.2+ by [@&#8203;chanfung032](https://github.com/chanfung032) in https://github.com/vishvananda/netlink/pull/1017 - Preserve results when NLM_F_DUMP_INTR is set by [@&#8203;robmry](https://github.com/robmry) in https://github.com/vishvananda/netlink/pull/1018 - netkit: Add support for IFLA_NETKIT_SCRUB and IFLA_NETKIT_PEER_SCRUB by [@&#8203;jrife](https://github.com/jrife) in https://github.com/vishvananda/netlink/pull/1022 - fix CI failed Incidental in TestRuleListFiltered by [@&#8203;wangling94](https://github.com/wangling94) in https://github.com/vishvananda/netlink/pull/1043 - disable broadcast if broadcast is set to net.IPv4zero by [@&#8203;WeidiDeng](https://github.com/WeidiDeng) in https://github.com/vishvananda/netlink/pull/1037 - .github/workflows: Bump CI Go version to v1.22 by [@&#8203;dylandreimerink](https://github.com/dylandreimerink) in https://github.com/vishvananda/netlink/pull/1049 - TC FLOWER enrich match field and action about vlan by [@&#8203;wangling94](https://github.com/wangling94) in https://github.com/vishvananda/netlink/pull/1045 - link_linux: Add deserialization of `IFF_RUNNING` flag by [@&#8203;dylandreimerink](https://github.com/dylandreimerink) in https://github.com/vishvananda/netlink/pull/1038 - Preserve results when NLM_F_DUMP_INTR is set by [@&#8203;adrianmoisey](https://github.com/adrianmoisey) in https://github.com/vishvananda/netlink/pull/1050 - Add IFLA_PARENT_DEV_NAME / IFLA_PARENT_DEV_BUS_NAME to links by [@&#8203;akerouanton](https://github.com/akerouanton) in https://github.com/vishvananda/netlink/pull/1051 - conntrack: prevent potential memory leak by [@&#8203;aroradaman](https://github.com/aroradaman) in https://github.com/vishvananda/netlink/pull/1058 - Fix parsing 4-bytes attribute by [@&#8203;Asphaltt](https://github.com/Asphaltt) in https://github.com/vishvananda/netlink/pull/1034 - fix: Use correct offset for unix socket diagnosis by [@&#8203;srebhan](https://github.com/srebhan) in https://github.com/vishvananda/netlink/pull/1061 - vxlan: Fix parseVxlanData for source port range by [@&#8203;borkmann](https://github.com/borkmann) in https://github.com/vishvananda/netlink/pull/1062 - netkit: Allow setting MAC address in L2 mode by [@&#8203;jrife](https://github.com/jrife) in https://github.com/vishvananda/netlink/pull/1063 - Add support for MTU Lock by [@&#8203;trozet](https://github.com/trozet) in https://github.com/vishvananda/netlink/pull/1067 - pedit: Fix EncodeActions to add TcGen for pedit action by [@&#8203;chent1996](https://github.com/chent1996) in https://github.com/vishvananda/netlink/pull/1065 - go.mod: github.com/vishvananda/netns v0.0.5 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in https://github.com/vishvananda/netlink/pull/1056 - Add `OifIndex` option for `RouteGetWithOptions` by [@&#8203;dylandreimerink](https://github.com/dylandreimerink) in https://github.com/vishvananda/netlink/pull/1060 - Support TC "sample" filter action by [@&#8203;lorenz](https://github.com/lorenz) in https://github.com/vishvananda/netlink/pull/1042 - Add support for XFRMA_SA_DIR and XFRMA_SA_PCPU attributes for XFRM by [@&#8203;ChinmayaSharma-hue](https://github.com/ChinmayaSharma-hue) in https://github.com/vishvananda/netlink/pull/1044 - Add support for ARP/ND Timestamps when retriving neighbors by [@&#8203;jlamanna](https://github.com/jlamanna) in https://github.com/vishvananda/netlink/pull/1039 #### New Contributors - [@&#8203;Matus-p](https://github.com/Matus-p) made their first contribution in https://github.com/vishvananda/netlink/pull/1013 - [@&#8203;robmry](https://github.com/robmry) made their first contribution in https://github.com/vishvananda/netlink/pull/1012 - [@&#8203;chanfung032](https://github.com/chanfung032) made their first contribution in https://github.com/vishvananda/netlink/pull/1017 - [@&#8203;jrife](https://github.com/jrife) made their first contribution in https://github.com/vishvananda/netlink/pull/1022 - [@&#8203;wangling94](https://github.com/wangling94) made their first contribution in https://github.com/vishvananda/netlink/pull/1043 - [@&#8203;WeidiDeng](https://github.com/WeidiDeng) made their first contribution in https://github.com/vishvananda/netlink/pull/1037 - [@&#8203;dylandreimerink](https://github.com/dylandreimerink) made their first contribution in https://github.com/vishvananda/netlink/pull/1049 - [@&#8203;adrianmoisey](https://github.com/adrianmoisey) made their first contribution in https://github.com/vishvananda/netlink/pull/1050 - [@&#8203;akerouanton](https://github.com/akerouanton) made their first contribution in https://github.com/vishvananda/netlink/pull/1051 - [@&#8203;Asphaltt](https://github.com/Asphaltt) made their first contribution in https://github.com/vishvananda/netlink/pull/1034 - [@&#8203;trozet](https://github.com/trozet) made their first contribution in https://github.com/vishvananda/netlink/pull/1067 - [@&#8203;ChinmayaSharma-hue](https://github.com/ChinmayaSharma-hue) made their first contribution in https://github.com/vishvananda/netlink/pull/1044 - [@&#8203;jlamanna](https://github.com/jlamanna) made their first contribution in https://github.com/vishvananda/netlink/pull/1039 **Full Changelog**: https://github.com/vishvananda/netlink/compare/v1.3.0...v1.3.1 #### What's Changed - Fix deprecated comments by [@&#8203;champtar](https://github.com/champtar) in https://github.com/vishvananda/netlink/pull/1011 - Fix: Do not crash when enumerating tc filters with unknown actionType by [@&#8203;Matus-p](https://github.com/Matus-p) in https://github.com/vishvananda/netlink/pull/1013 - Fix SetSendTimeout/SetReceiveTimeout by [@&#8203;robmry](https://github.com/robmry) in https://github.com/vishvananda/netlink/pull/1012 - capture and return errors in ConntrackDeleteFilters by [@&#8203;aroradaman](https://github.com/aroradaman) in https://github.com/vishvananda/netlink/pull/1014 - Fix FouList attribute body truncated error with kernel 5.2+ by [@&#8203;chanfung032](https://github.com/chanfung032) in https://github.com/vishvananda/netlink/pull/1017 - Preserve results when NLM_F_DUMP_INTR is set by [@&#8203;robmry](https://github.com/robmry) in https://github.com/vishvananda/netlink/pull/1018 - netkit: Add support for IFLA_NETKIT_SCRUB and IFLA_NETKIT_PEER_SCRUB by [@&#8203;jrife](https://github.com/jrife) in https://github.com/vishvananda/netlink/pull/1022 - fix CI failed Incidental in TestRuleListFiltered by [@&#8203;wangling94](https://github.com/wangling94) in https://github.com/vishvananda/netlink/pull/1043 - disable broadcast if broadcast is set to net.IPv4zero by [@&#8203;WeidiDeng](https://github.com/WeidiDeng) in https://github.com/vishvananda/netlink/pull/1037 - .github/workflows: Bump CI Go version to v1.22 by [@&#8203;dylandreimerink](https://github.com/dylandreimerink) in https://github.com/vishvananda/netlink/pull/1049 - TC FLOWER enrich match field and action about vlan by [@&#8203;wangling94](https://github.com/wangling94) in https://github.com/vishvananda/netlink/pull/1045 - link_linux: Add deserialization of `IFF_RUNNING` flag by [@&#8203;dylandreimerink](https://github.com/dylandreimerink) in https://github.com/vishvananda/netlink/pull/1038 - Preserve results when NLM_F_DUMP_INTR is set by [@&#8203;adrianmoisey](https://github.com/adrianmoisey) in https://github.com/vishvananda/netlink/pull/1050 - Add IFLA_PARENT_DEV_NAME / IFLA_PARENT_DEV_BUS_NAME to links by [@&#8203;akerouanton](https://github.com/akerouanton) in https://github.com/vishvananda/netlink/pull/1051 - conntrack: prevent potential memory leak by [@&#8203;aroradaman](https://github.com/aroradaman) in https://github.com/vishvananda/netlink/pull/1058 - Fix parsing 4-bytes attribute by [@&#8203;Asphaltt](https://github.com/Asphaltt) in https://github.com/vishvananda/netlink/pull/1034 - fix: Use correct offset for unix socket diagnosis by [@&#8203;srebhan](https://github.com/srebhan) in https://github.com/vishvananda/netlink/pull/1061 - vxlan: Fix parseVxlanData for source port range by [@&#8203;borkmann](https://github.com/borkmann) in https://github.com/vishvananda/netlink/pull/1062 - netkit: Allow setting MAC address in L2 mode by [@&#8203;jrife](https://github.com/jrife) in https://github.com/vishvananda/netlink/pull/1063 - Add support for MTU Lock by [@&#8203;trozet](https://github.com/trozet) in https://github.com/vishvananda/netlink/pull/1067 - pedit: Fix EncodeActions to add TcGen for pedit action by [@&#8203;chent1996](https://github.com/chent1996) in https://github.com/vishvananda/netlink/pull/1065 - go.mod: github.com/vishvananda/netns v0.0.5 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in https://github.com/vishvananda/netlink/pull/1056 - Add `OifIndex` option for `RouteGetWithOptions` by [@&#8203;dylandreimerink](https://github.com/dylandreimerink) in https://github.com/vishvananda/netlink/pull/1060 - Support TC "sample" filter action by [@&#8203;lorenz](https://github.com/lorenz) in https://github.com/vishvananda/netlink/pull/1042 - Add support for XFRMA_SA_DIR and XFRMA_SA_PCPU attributes for XFRM by [@&#8203;ChinmayaSharma-hue](https://github.com/ChinmayaSharma-hue) in https://github.com/vishvananda/netlink/pull/1044 - Add support for ARP/ND Timestamps when retriving neighbors by [@&#8203;jlamanna](https://github.com/jlamanna) in https://github.com/vishvananda/netlink/pull/1039 - Add support for missing TUN/TAP parameters from Linux kernel by [@&#8203;vanytsvetkov](https://github.com/vanytsvetkov) in https://github.com/vishvananda/netlink/pull/1066 - add SRv6 Encaps support for END.DT4 by [@&#8203;gunofmoon](https://github.com/gunofmoon) in https://github.com/vishvananda/netlink/pull/944 - fix: add missing CLOEXEC flag by [@&#8203;smira](https://github.com/smira) in https://github.com/vishvananda/netlink/pull/1023 - tests: Improve address unit test infrastructure by [@&#8203;yunginnanet](https://github.com/yunginnanet) in https://github.com/vishvananda/netlink/pull/1047 - addr_linux: don't require label to be prefixed with interface name by [@&#8203;julianwiedmann](https://github.com/julianwiedmann) in https://github.com/vishvananda/netlink/pull/1072 - feat: add IFLA_INET6\_ADDR_GEN_MODE support by [@&#8203;zlaval](https://github.com/zlaval) in https://github.com/vishvananda/netlink/pull/1073 - geneve: Support setting/getting source port range by [@&#8203;borkmann](https://github.com/borkmann) in https://github.com/vishvananda/netlink/pull/1077 - feat: add support for RtoMin lock by [@&#8203;gongguan](https://github.com/gongguan) in https://github.com/vishvananda/netlink/pull/1076 - veth: allow configuring peer attributes beyond namespace and address by [@&#8203;gwenya](https://github.com/gwenya) in https://github.com/vishvananda/netlink/pull/1079 - qdisc: fix wrong type info of tc_sfq_qopt by [@&#8203;lwintermelon](https://github.com/lwintermelon) in https://github.com/vishvananda/netlink/pull/1083 - Mimic `ipset` C code for determining correct default ipset revision for `hash:ip{port,net,etc}` by [@&#8203;bleggett](https://github.com/bleggett) in https://github.com/vishvananda/netlink/pull/1031 - bugfix: parse ipv4 src/dst error by [@&#8203;Charlie17Li](https://github.com/Charlie17Li) in https://github.com/vishvananda/netlink/pull/1015 - rdma: support rdma resource and statistic for monitoring by [@&#8203;BSWANG](https://github.com/BSWANG) in https://github.com/vishvananda/netlink/pull/970 - feat: add vlanid - tunnelid mapping support by [@&#8203;zlaval](https://github.com/zlaval) in https://github.com/vishvananda/netlink/pull/1074 - add classid and port range support for flower filter by [@&#8203;lwintermelon](https://github.com/lwintermelon) in https://github.com/vishvananda/netlink/pull/1082 - add support for flags and qos maps of vlan links by [@&#8203;gwenya](https://github.com/gwenya) in https://github.com/vishvananda/netlink/pull/1078 #### New Contributors - [@&#8203;Matus-p](https://github.com/Matus-p) made their first contribution in https://github.com/vishvananda/netlink/pull/1013 - [@&#8203;robmry](https://github.com/robmry) made their first contribution in https://github.com/vishvananda/netlink/pull/1012 - [@&#8203;chanfung032](https://github.com/chanfung032) made their first contribution in https://github.com/vishvananda/netlink/pull/1017 - [@&#8203;jrife](https://github.com/jrife) made their first contribution in https://github.com/vishvananda/netlink/pull/1022 - [@&#8203;wangling94](https://github.com/wangling94) made their first contribution in https://github.com/vishvananda/netlink/pull/1043 - [@&#8203;WeidiDeng](https://github.com/WeidiDeng) made their first contribution in https://github.com/vishvananda/netlink/pull/1037 - [@&#8203;dylandreimerink](https://github.com/dylandreimerink) made their first contribution in https://github.com/vishvananda/netlink/pull/1049 - [@&#8203;adrianmoisey](https://github.com/adrianmoisey) made their first contribution in https://github.com/vishvananda/netlink/pull/1050 - [@&#8203;akerouanton](https://github.com/akerouanton) made their first contribution in https://github.com/vishvananda/netlink/pull/1051 - [@&#8203;Asphaltt](https://github.com/Asphaltt) made their first contribution in https://github.com/vishvananda/netlink/pull/1034 - [@&#8203;trozet](https://github.com/trozet) made their first contribution in https://github.com/vishvananda/netlink/pull/1067 - [@&#8203;ChinmayaSharma-hue](https://github.com/ChinmayaSharma-hue) made their first contribution in https://github.com/vishvananda/netlink/pull/1044 - [@&#8203;jlamanna](https://github.com/jlamanna) made their first contribution in https://github.com/vishvananda/netlink/pull/1039 - [@&#8203;vanytsvetkov](https://github.com/vanytsvetkov) made their first contribution in https://github.com/vishvananda/netlink/pull/1066 - [@&#8203;gunofmoon](https://github.com/gunofmoon) made their first contribution in https://github.com/vishvananda/netlink/pull/944 - [@&#8203;smira](https://github.com/smira) made their first contribution in https://github.com/vishvananda/netlink/pull/1023 - [@&#8203;yunginnanet](https://github.com/yunginnanet) made their first contribution in https://github.com/vishvananda/netlink/pull/1047 - [@&#8203;julianwiedmann](https://github.com/julianwiedmann) made their first contribution in https://github.com/vishvananda/netlink/pull/1072 - [@&#8203;zlaval](https://github.com/zlaval) made their first contribution in https://github.com/vishvananda/netlink/pull/1073 - [@&#8203;gongguan](https://github.com/gongguan) made their first contribution in https://github.com/vishvananda/netlink/pull/1076 - [@&#8203;gwenya](https://github.com/gwenya) made their first contribution in https://github.com/vishvananda/netlink/pull/1079 - [@&#8203;lwintermelon](https://github.com/lwintermelon) made their first contribution in https://github.com/vishvananda/netlink/pull/1083 - [@&#8203;bleggett](https://github.com/bleggett) made their first contribution in https://github.com/vishvananda/netlink/pull/1031 - [@&#8203;Charlie17Li](https://github.com/Charlie17Li) made their first contribution in https://github.com/vishvananda/netlink/pull/1015 **Full Changelog**: https://github.com/vishvananda/netlink/compare/v1.3.0...v1.3.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2F1dG9tZXJnZSIsInJlbm92YXRlL2dvbGFuZyJdfQ==-->
CSRBot added 1 commit 2025-05-10 00:05:49 +02:00
Author
Collaborator

ℹ 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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/vishvananda/netns v0.0.4 -> v0.0.5
### ℹ 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): - 1 additional dependency was updated Details: | **Package** | **Change** | | :----------------------------- | :------------------- | | `github.com/vishvananda/netns` | `v0.0.4` -> `v0.0.5` |
Some required checks are missing.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/go-modules:renovate/go-modules
git checkout renovate/go-modules
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: volker.raschek/dyndns-client#99
No description provided.