systemd_exporter
systemd_exporter copied to clipboard
Bump github.com/godbus/dbus/v5 from 5.0.4 to 5.1.0
Bumps github.com/godbus/dbus/v5 from 5.0.4 to 5.1.0.
Release notes
Sourced from github.com/godbus/dbus/v5's releases.
v5.1.0
What's Changed
- fix: remove redundant type conversions by
@liaohanqinin godbus/dbus#278- fix: fix dbus.Variant Store Method Bug by
@golangaccountin godbus/dbus#280- prop: add the Prop.Introspection() method by
@ibazhitovin godbus/dbus#279- fix: type check slice of struct by
@boeglidin godbus/dbus#286- Fix a data race between Conn creation and its automatic closing by
@ibazhitovin godbus/dbus#291- store: fix shrinking slice during store by
@gjabellin godbus/dbus#293- build on zos by
@SteeleDesmondin godbus/dbus#284- fix: better error for struct without exported fields by
@guelfeyin godbus/dbus#292- doc: clarify Signal channel behavior by
@guelfeyin godbus/dbus#294- fileExists: simplify by
@kolyshkinin godbus/dbus#300- GHA CI improvements by
@kolyshkinin godbus/dbus#301- Improved encoding error handling by
@guelfeyin godbus/dbus#297- homedir: revamp by
@kolyshkinin godbus/dbus#304- CI: add codespell by
@kolyshkinin godbus/dbus#303- Introduce and use EscapeBusAddressValue by
@kolyshkinin godbus/dbus#302- auth: handle improperly formatted OK correctly by
@guelfeyin godbus/dbus#309- doc: clarify struct order and link to spec for types by
@guelfeyin godbus/dbus#311- conn: don't send message if context is already cancelled by
@guelfeyin godbus/dbus#312- prop: copy initial values and store as pointers internally by
@guelfeyin godbus/dbus#310- TestObjectSignalHandling: fix/improve by
@kolyshkinin godbus/dbus#313Full Changelog: https://github.com/godbus/dbus/compare/v5.0.6...v5.1.0
v5.0.6
Add missing WithHandler call to DialHandler examples: Add client to partner server fix missing SendNullByte on NetBSD conn: add new method SessionBusPrivateNoAutoStartup fix: remove unneccessary semicolon fix auth under root with syscall.Seteuid(uid)
v5.0.5
Various encoder and decoder improvements.
Commits
e523abcMerge pull request #313 from kolyshkin/fix-TestObjectSignalHandling2c3cf65TestObjectSignalHandling: minor refactor81ff899TestObjectSignalHandling: fix/improveb357b44Merge pull request #310 from godbus/fix/prop_pointerse230c8cprop: copy initial values and store as pointers internally3775a5bMerge pull request #312 from godbus/fix/conn_cancelled_contextd0c202bconn: don't send message if context is already cancelled83fe796Merge pull request #311 from godbus/doc/struct_type32cb891Merge pull request #309 from godbus/fix/auth_ok_missing_uid041560bMerge pull request #302 from kolyshkin/escape-bus-address- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)