[PR #6588] [CLOSED] Bump github.com/godbus/dbus/v5 from 5.1.0 to 5.2.2 #28538

Open
opened 2026-08-05 08:06:31 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dependabot/go_modules/github.com/godbus/dbus/v5-5.2.2


📝 Commits (1)

  • 29016f1 Bump github.com/godbus/dbus/v5 from 5.1.0 to 5.2.2

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/godbus/dbus/v5 from 5.1.0 to 5.2.2.

Release notes

Sourced from github.com/godbus/dbus/v5's releases.

v5.2.2

What's Changed

New Contributors

Full Changelog: https://github.com/godbus/dbus/compare/v5.2.1...v5.2.2

v5.2.1

What's Changed

Full Changelog: https://github.com/godbus/dbus/compare/v5.2.0...v5.2.1

v5.2.0

What's Changed

... (truncated)

Commits
  • a8ac15b Merge pull request #427 from dims/drop-unused-import-in-windows-specific-code
  • e638c72 Drop ununsed import in windows specific code
  • 20d95a3 Merge pull request #422 from kolyshkin/homedir
  • d3fc3b5 Fix and simplify getHomeDir
  • 88ce463 Merge pull request #419 from kolyshkin/golangci-v2
  • feb892a ci: bump golangci-lint to v2
  • c5ff039 Ignore ST1008 warning for validSingle
  • 135663e Omit embedded fields
  • 1b92cdc variant_parser: simplify switch statement
  • d03c0be Use switch where it makes sense
  • 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/6588 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/28/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/godbus/dbus/v5-5.2.2` --- ### 📝 Commits (1) - [`29016f1`](https://github.com/netbirdio/netbird/commit/29016f1a56e6ad54c387ce465ea7ab8a58da62d7) Bump github.com/godbus/dbus/v5 from 5.1.0 to 5.2.2 ### 📊 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/godbus/dbus/v5](https://github.com/godbus/dbus) from 5.1.0 to 5.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/godbus/dbus/releases">github.com/godbus/dbus/v5's releases</a>.</em></p> <blockquote> <h2>v5.2.2</h2> <h2>What's Changed</h2> <ul> <li>Drop ununsed import in windows specific code by <a href="https://github.com/dims"><code>@​dims</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/427">godbus/dbus#427</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dims"><code>@​dims</code></a> made their first contribution in <a href="https://redirect.github.com/godbus/dbus/pull/427">godbus/dbus#427</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/godbus/dbus/compare/v5.2.1...v5.2.2">https://github.com/godbus/dbus/compare/v5.2.1...v5.2.2</a></p> <h2>v5.2.1</h2> <h2>What's Changed</h2> <ul> <li>ci: bump freebsd to 14.3 by <a href="https://github.com/kolyshkin"><code>@​kolyshkin</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/421">godbus/dbus#421</a></li> <li>Allow more than 32 containers / struct fields in a signature by <a href="https://github.com/guelfey"><code>@​guelfey</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/426">godbus/dbus#426</a></li> <li>Bump golangci-lint to v2, fix some issues found by <a href="https://github.com/kolyshkin"><code>@​kolyshkin</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/419">godbus/dbus#419</a></li> <li>Fix and simplify getHomeDir by <a href="https://github.com/kolyshkin"><code>@​kolyshkin</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/422">godbus/dbus#422</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/godbus/dbus/compare/v5.2.0...v5.2.1">https://github.com/godbus/dbus/compare/v5.2.0...v5.2.1</a></p> <h2>v5.2.0</h2> <h2>What's Changed</h2> <ul> <li>Fix default golangci-lint warnings, add it to GHA by <a href="https://github.com/kolyshkin"><code>@​kolyshkin</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/308">godbus/dbus#308</a></li> <li>Add example for grab media keys. by <a href="https://github.com/linuxerwang"><code>@​linuxerwang</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/316">godbus/dbus#316</a></li> <li>CI: enable more linters by <a href="https://github.com/kolyshkin"><code>@​kolyshkin</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/319">godbus/dbus#319</a></li> <li>Add rpic to projects using godbus by <a href="https://github.com/stephenhu"><code>@​stephenhu</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/320">godbus/dbus#320</a></li> <li>CI: Go 1.18 fixes by <a href="https://github.com/guelfey"><code>@​guelfey</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/322">godbus/dbus#322</a></li> <li>add fuzz test for (signature) decoding by <a href="https://github.com/guelfey"><code>@​guelfey</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/323">godbus/dbus#323</a></li> <li>style: error should be returned as the last argument by <a href="https://github.com/liaohanqin"><code>@​liaohanqin</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/314">godbus/dbus#314</a></li> <li>examples: Add asynchronous D-Bus call example in <a href="https://redirect.github.com/godbus/dbus/pull/325">godbus/dbus#325</a></li> <li>doc: fix spelling errors by <a href="https://github.com/guelfey"><code>@​guelfey</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/335">godbus/dbus#335</a></li> <li>Replace loop with call to copy() by <a href="https://github.com/liaohanqin"><code>@​liaohanqin</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/334">godbus/dbus#334</a></li> <li>fix(ci): apt-get update before installing dbus by <a href="https://github.com/guelfey"><code>@​guelfey</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/342">godbus/dbus#342</a></li> <li>freebsd: Remove the cgo dependency from transport_unixcred_freebsd.go by <a href="https://github.com/dfr"><code>@​dfr</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/332">godbus/dbus#332</a></li> <li>Reduce allocs in decode function by <a href="https://github.com/marselester"><code>@​marselester</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/344">godbus/dbus#344</a></li> <li>Set argument of SetProperty to Variant by <a href="https://github.com/WhyNotHugo"><code>@​WhyNotHugo</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/239">godbus/dbus#239</a></li> <li>Reduce allocs in ReadMessage (unix transport) by <a href="https://github.com/marselester"><code>@​marselester</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/347">godbus/dbus#347</a></li> <li>Fix missing alignment in decodeU() by <a href="https://github.com/felixonmars"><code>@​felixonmars</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/348">godbus/dbus#348</a></li> <li>Add test case for bool alignment by <a href="https://github.com/guelfey"><code>@​guelfey</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/349">godbus/dbus#349</a></li> <li>Add go 1.19 support by <a href="https://github.com/amenzhinsky"><code>@​amenzhinsky</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/339">godbus/dbus#339</a></li> <li>CI tweaks by <a href="https://github.com/guelfey"><code>@​guelfey</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/360">godbus/dbus#360</a></li> <li>ci: add FreBSD job using Cirrus by <a href="https://github.com/guelfey"><code>@​guelfey</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/361">godbus/dbus#361</a></li> <li>Reduce decoder allocs due to int/uint decoding by <a href="https://github.com/marselester"><code>@​marselester</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/356">godbus/dbus#356</a></li> <li>Pointer semantics in depthCounter by <a href="https://github.com/marselester"><code>@​marselester</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/352">godbus/dbus#352</a></li> <li>message: use Discard for encoding in IsValid by <a href="https://github.com/guelfey"><code>@​guelfey</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/362">godbus/dbus#362</a></li> <li>Omit extra (*Message).IsValid for outgoing messages by <a href="https://github.com/guelfey"><code>@​guelfey</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/363">godbus/dbus#363</a></li> <li>Only check header validity when decoding messages by <a href="https://github.com/guelfey"><code>@​guelfey</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/364">godbus/dbus#364</a></li> <li>Replaced godoc url with pkg.go.dev url for v5. by <a href="https://github.com/olivercalder"><code>@​olivercalder</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/369">godbus/dbus#369</a></li> <li>Reduce bytes to strings allocs in decoder by <a href="https://github.com/marselester"><code>@​marselester</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/367">godbus/dbus#367</a></li> <li>feat: add security-policy to project by <a href="https://github.com/diogoteles08"><code>@​diogoteles08</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/366">godbus/dbus#366</a></li> <li>auth: Do not send UID with external auth by <a href="https://github.com/idleroamer"><code>@​idleroamer</code></a> in <a href="https://redirect.github.com/godbus/dbus/pull/346">godbus/dbus#346</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/godbus/dbus/commit/a8ac15ba63645f02ffd57f4b443203279ab40b30"><code>a8ac15b</code></a> Merge pull request <a href="https://redirect.github.com/godbus/dbus/issues/427">#427</a> from dims/drop-unused-import-in-windows-specific-code</li> <li><a href="https://github.com/godbus/dbus/commit/e638c721d984eab99e7a5d674ece2e17ea913aca"><code>e638c72</code></a> Drop ununsed import in windows specific code</li> <li><a href="https://github.com/godbus/dbus/commit/20d95a3d9a57a5cb72cbdafb3fd9ecb6d2ccd038"><code>20d95a3</code></a> Merge pull request <a href="https://redirect.github.com/godbus/dbus/issues/422">#422</a> from kolyshkin/homedir</li> <li><a href="https://github.com/godbus/dbus/commit/d3fc3b583895e27c3337f77ea7134b0a81159955"><code>d3fc3b5</code></a> Fix and simplify getHomeDir</li> <li><a href="https://github.com/godbus/dbus/commit/88ce46364db66b69f70017265a312b26ad7feba8"><code>88ce463</code></a> Merge pull request <a href="https://redirect.github.com/godbus/dbus/issues/419">#419</a> from kolyshkin/golangci-v2</li> <li><a href="https://github.com/godbus/dbus/commit/feb892a0347fb361350229d969a2666a4791504e"><code>feb892a</code></a> ci: bump golangci-lint to v2</li> <li><a href="https://github.com/godbus/dbus/commit/c5ff039e5883a86f848ad6fbb820e471818c0bde"><code>c5ff039</code></a> Ignore ST1008 warning for validSingle</li> <li><a href="https://github.com/godbus/dbus/commit/135663e52698feb5ad4b0733d7e457c82227214a"><code>135663e</code></a> Omit embedded fields</li> <li><a href="https://github.com/godbus/dbus/commit/1b92cdcc136567c781bcc0ad1ccb4bd78b11e151"><code>1b92cdc</code></a> variant_parser: simplify switch statement</li> <li><a href="https://github.com/godbus/dbus/commit/d03c0bea70755580de832141a43f544950e76fc7"><code>d03c0be</code></a> Use switch where it makes sense</li> <li>Additional commits viewable in <a href="https://github.com/godbus/dbus/compare/v5.1.0...v5.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/godbus/dbus/v5&package-manager=go_modules&previous-version=5.1.0&new-version=5.2.2)](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:06:31 -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#28538