Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump github.com/vishvananda/netlink from 1.2.1-beta.2 to…
… 1.3.0 (#13976) Bumps [github.com/vishvananda/netlink](https://github.com/vishvananda/netlink) from 1.2.1-beta.2 to 1.3.0. <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.0</h2> <ul> <li>Fixed backward compatibility breakage of <code>func (h *Handle) ConntrackDeleteFilter</code>.</li> <li>Other fixes and improvements from the community.</li> </ul> <h2>v1.2.1</h2> <p>Thanks to the community, this release contains several new functionalities and many bug fixes</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vishvananda/netlink/commit/6f5713947556a0288c5cb71f036f9e91924ebcaa"><code>6f57139</code></a> Fix recvfrom goroutine leak</li> <li><a href="https://github.com/vishvananda/netlink/commit/298ff277eda4c20eac734ff85cecddec39c0a3a8"><code>298ff27</code></a> Handle: add ConntrackDeleteFilter alias for backward compat</li> <li><a href="https://github.com/vishvananda/netlink/commit/5b0b9d826054b741b76e8232e88a89c9e10fd5e1"><code>5b0b9d8</code></a> rule: add Rule.Type to allow adding/listing unreachable (RTN_UNREACHABLE) rules</li> <li><a href="https://github.com/vishvananda/netlink/commit/65a253d3751cff6da8274035e4548974a874f477"><code>65a253d</code></a> link_linux: add support for IFLA_MACVLAN_BC_QUEUE_LEN(_USED)</li> <li><a href="https://github.com/vishvananda/netlink/commit/3b7e16c5f8361fc31084249fc3e8be093f2cc08f"><code>3b7e16c</code></a> Add ConntrackDeleteFilters</li> <li><a href="https://github.com/vishvananda/netlink/commit/4317e327766b9e63f49dd145d046d4f97e2fd286"><code>4317e32</code></a> feat: add LinkSetBondSlaveActive()/LinkDelBondSlave()</li> <li><a href="https://github.com/vishvananda/netlink/commit/a57a7bd6b256ee7215ff5a934cf4c11d306547ab"><code>a57a7bd</code></a> Add handle support for socket</li> <li><a href="https://github.com/vishvananda/netlink/commit/aaf4f9866c8f573d098463a8da4d27ba40e00a94"><code>aaf4f98</code></a> Fix determination of the promiscuity counter for links</li> <li><a href="https://github.com/vishvananda/netlink/commit/7a4f10d3bc13f16173f849dbdd246126863c75d8"><code>7a4f10d</code></a> fix: updates SizeofVfVlanInfo to address <a href="https://redirect.github.com/vishvananda/netlink/issues/1003">#1003</a></li> <li><a href="https://github.com/vishvananda/netlink/commit/8f96fd8b2f8c1ffc057e32e4a0021c075d943f0c"><code>8f96fd8</code></a> # rule: fix 32-bit platforms don't support adding rules with a mark value of ...</li> <li>Additional commits viewable in <a href="https://github.com/vishvananda/netlink/compare/v1.2.1-beta.2...v1.3.0">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.2.1-beta.2&new-version=1.3.0)](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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information