Skip to content

Commit

Permalink
Bump github.com/osrg/gobgp/v3 from 3.30.0 to 3.31.0 (#79)
Browse files Browse the repository at this point in the history
Bumps [github.com/osrg/gobgp/v3](https://github.com/osrg/gobgp) from
3.30.0 to 3.31.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/osrg/gobgp/releases">github.com/osrg/gobgp/v3's
releases</a>.</em></p>
<blockquote>
<h2>v3.31.0</h2>
<h2>Changelog</h2>
<ul>
<li>3b819cb746886af2d2afd0d8b1eda374029db07f v3.31.0</li>
<li>06110fa8d83749411a61aa98ef53212411c449de Fix minor typos in metric
docs</li>
<li>4b5e025ee53fc25caf0d3bfdc439d671e19235f9 chore(doc): add grafana
panel</li>
<li>0a3dc433e22c7139e3ccf008f1436f8fa6688ac2 chore(doc): add
documentation for metrics</li>
<li>a5bbc0680f4956cdc219c50d4f7ae5653ffe0a89 feat(metrics): add various
new metrics</li>
<li>c67532448a5da5eb1d6ac24d374bd82df8dcb68c Re-allow unspecified IPv6
local transport address</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/osrg/gobgp/commit/3b819cb746886af2d2afd0d8b1eda374029db07f"><code>3b819cb</code></a>
v3.31.0</li>
<li><a
href="https://github.com/osrg/gobgp/commit/06110fa8d83749411a61aa98ef53212411c449de"><code>06110fa</code></a>
Fix minor typos in metric docs</li>
<li><a
href="https://github.com/osrg/gobgp/commit/4b5e025ee53fc25caf0d3bfdc439d671e19235f9"><code>4b5e025</code></a>
chore(doc): add grafana panel</li>
<li><a
href="https://github.com/osrg/gobgp/commit/0a3dc433e22c7139e3ccf008f1436f8fa6688ac2"><code>0a3dc43</code></a>
chore(doc): add documentation for metrics</li>
<li><a
href="https://github.com/osrg/gobgp/commit/a5bbc0680f4956cdc219c50d4f7ae5653ffe0a89"><code>a5bbc06</code></a>
feat(metrics): add various new metrics</li>
<li><a
href="https://github.com/osrg/gobgp/commit/c67532448a5da5eb1d6ac24d374bd82df8dcb68c"><code>c675324</code></a>
Re-allow unspecified IPv6 local transport address</li>
<li>See full diff in <a
href="https://github.com/osrg/gobgp/compare/v3.30.0...v3.31.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/osrg/gobgp/v3&package-manager=go_modules&previous-version=3.30.0&new-version=3.31.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 9c3e5f5 commit 1c72def
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/go-ping/ping v1.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/osrg/gobgp/v3 v3.30.0
github.com/osrg/gobgp/v3 v3.31.0
github.com/pin/tftp v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.20.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyua
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/osrg/gobgp/v3 v3.30.0 h1:nGCr0G4ERPeKEHw9HpaUybeZdgIdrHHIIG2VSoZR2lQ=
github.com/osrg/gobgp/v3 v3.30.0/go.mod h1:8m+kgkdaWrByxg5EWpNUO2r/mopodrNBOUBhMnW/yGQ=
github.com/osrg/gobgp/v3 v3.31.0 h1:qDKokSsHUlvp03kHwOIwq0D1jPJruYRBpOHQsJYHdfc=
github.com/osrg/gobgp/v3 v3.31.0/go.mod h1:8m+kgkdaWrByxg5EWpNUO2r/mopodrNBOUBhMnW/yGQ=
github.com/pelletier/go-toml/v2 v2.0.8 h1:0ctb6s9mE31h0/lhu+J6OPmVeDxJn+kYnJc2jZR9tGQ=
github.com/pelletier/go-toml/v2 v2.0.8/go.mod h1:vuYfssBdrU2XDZ9bYydBu6t+6a6PYNcZljzZR9VXg+4=
github.com/pin/tftp v2.1.0+incompatible h1:Yng4J7jv6lOc6IF4XoB5mnd3P7ZrF60XQq+my3FAMus=
Expand Down

0 comments on commit 1c72def

Please # to comment.