[PR #6309] [CLOSED] Bump github.com/coreos/go-iptables from 0.7.0 to 0.8.0 #29318

Open
opened 2026-08-05 08:07:52 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/6309
Author: @dependabot[bot]
Created: 6/1/2026
Status: Closed

Base: mainHead: dependabot/go_modules/github.com/coreos/go-iptables-0.8.0


📝 Commits (1)

  • 081b694 Bump github.com/coreos/go-iptables from 0.7.0 to 0.8.0

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/coreos/go-iptables from 0.7.0 to 0.8.0.

Release notes

Sourced from github.com/coreos/go-iptables's releases.

v0.8.0

What's Changed

Full Changelog: https://github.com/coreos/go-iptables/compare/v0.7.0...v0.8.0

Commits
  • 26e4251 Merge pull request #125 from olljanat/delete-by-id
  • 39ae37f feat: add DeleteById function
  • 65c67c9 Merge pull request #122 from coreosbot-releng/repo-templates
  • 794c981 Sync repo templates ⚙
  • 8c6a487 Merge pull request #120 from coreosbot-releng/repo-templates
  • 3cde41d Sync repo templates ⚙
  • 4a0e8cc Merge pull request #119 from squeed/bring-build-back
  • 3a9906c Merge pull request #117 from skitt/fix-1.8.9-version-check
  • 046b2e0 Add "build" script back
  • 49b5927 Fix the 1.8.9 version check
  • 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 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)

🔄 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/netbirdio/netbird/pull/6309 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/coreos/go-iptables-0.8.0` --- ### 📝 Commits (1) - [`081b694`](https://github.com/netbirdio/netbird/commit/081b694f713b48aa10e15a45a7c605f0fc69e4b3) Bump github.com/coreos/go-iptables from 0.7.0 to 0.8.0 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/coreos/go-iptables](https://github.com/coreos/go-iptables) from 0.7.0 to 0.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coreos/go-iptables/releases">github.com/coreos/go-iptables's releases</a>.</em></p> <blockquote> <h2>v0.8.0</h2> <h2>What's Changed</h2> <ul> <li>Add yet another pattern to IsNotExist by <a href="https://github.com/danwinship"><code>@​danwinship</code></a> in <a href="https://redirect.github.com/coreos/go-iptables/pull/108">coreos/go-iptables#108</a></li> <li>Feat: Support overriding binaries' path by <a href="https://github.com/costasd"><code>@​costasd</code></a> in <a href="https://redirect.github.com/coreos/go-iptables/pull/114">coreos/go-iptables#114</a></li> <li>Fix: iptables stats tests for iptables &gt;= 1.8.9 by <a href="https://github.com/costasd"><code>@​costasd</code></a> in <a href="https://redirect.github.com/coreos/go-iptables/pull/113">coreos/go-iptables#113</a></li> <li>feat: add DeleteById function by <a href="https://github.com/olljanat"><code>@​olljanat</code></a> in <a href="https://redirect.github.com/coreos/go-iptables/pull/125">coreos/go-iptables#125</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/coreos/go-iptables/compare/v0.7.0...v0.8.0">https://github.com/coreos/go-iptables/compare/v0.7.0...v0.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coreos/go-iptables/commit/26e42518b22e6878bd6e479a574122c319fa923e"><code>26e4251</code></a> Merge pull request <a href="https://redirect.github.com/coreos/go-iptables/issues/125">#125</a> from olljanat/delete-by-id</li> <li><a href="https://github.com/coreos/go-iptables/commit/39ae37f7b0f2073b223ab17553cb98418f584cc4"><code>39ae37f</code></a> feat: add DeleteById function</li> <li><a href="https://github.com/coreos/go-iptables/commit/65c67c9f46e6fe231f62b9794a300c3c3dd1cc80"><code>65c67c9</code></a> Merge pull request <a href="https://redirect.github.com/coreos/go-iptables/issues/122">#122</a> from coreosbot-releng/repo-templates</li> <li><a href="https://github.com/coreos/go-iptables/commit/794c9811d9e8fad9afcd8743eba1a92aa1c4c73f"><code>794c981</code></a> Sync repo templates ⚙</li> <li><a href="https://github.com/coreos/go-iptables/commit/8c6a487c56db75caf04fc043d562ea09b17315be"><code>8c6a487</code></a> Merge pull request <a href="https://redirect.github.com/coreos/go-iptables/issues/120">#120</a> from coreosbot-releng/repo-templates</li> <li><a href="https://github.com/coreos/go-iptables/commit/3cde41d819645a5540510477c5738125e4b655b5"><code>3cde41d</code></a> Sync repo templates ⚙</li> <li><a href="https://github.com/coreos/go-iptables/commit/4a0e8cc176223f5fe2e41d998f4251de0d355fd5"><code>4a0e8cc</code></a> Merge pull request <a href="https://redirect.github.com/coreos/go-iptables/issues/119">#119</a> from squeed/bring-build-back</li> <li><a href="https://github.com/coreos/go-iptables/commit/3a9906cd2b15e494e6655d5b3a4408541d8efd8a"><code>3a9906c</code></a> Merge pull request <a href="https://redirect.github.com/coreos/go-iptables/issues/117">#117</a> from skitt/fix-1.8.9-version-check</li> <li><a href="https://github.com/coreos/go-iptables/commit/046b2e0a9546b4e434c6862600f320168470d2ea"><code>046b2e0</code></a> Add &quot;build&quot; script back</li> <li><a href="https://github.com/coreos/go-iptables/commit/49b5927c0f833c5917fc4b6be47ed7b7452495ec"><code>49b5927</code></a> Fix the 1.8.9 version check</li> <li>Additional commits viewable in <a href="https://github.com/coreos/go-iptables/compare/v0.7.0...v0.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/coreos/go-iptables&package-manager=go_modules&previous-version=0.7.0&new-version=0.8.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 08:07:52 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#29318