| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-27 | 3.3 kB | |
| v22.7.0 source code.tar.gz | 2026-01-27 | 79.7 kB | |
| v22.7.0 source code.zip | 2026-01-27 | 133.7 kB | |
| Totals: 3 Items | 216.6 kB | 0 | |
This release fixes an issue with multiple calls to (e.g.) StopUnit, simplifies and improves code and documentation, and adds a few new methods.
What's Changed
- build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in https://github.com/coreos/go-systemd/pull/473
- Fixing error on negative value of LISTEN_FDS by @vporoshok in https://github.com/coreos/go-systemd/pull/472
- Misc error reporting improvements by @kolyshkin in https://github.com/coreos/go-systemd/pull/475
- daemon: add
SdNotifyMonotonicUsechelper function by @corhere in https://github.com/coreos/go-systemd/pull/435 - build(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in https://github.com/coreos/go-systemd/pull/481
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/coreos/go-systemd/pull/483
- dbus: fix TestSetUnitProperties wrt systemd >= 252 by @kolyshkin in https://github.com/coreos/go-systemd/pull/489
- Sync repo templates ⚙ by @coreosbot-releng in https://github.com/coreos/go-systemd/pull/486
- unit: simplify escape character by @huww98 in https://github.com/coreos/go-systemd/pull/485
- machine1: add missing close method to conn. by @maartensson in https://github.com/coreos/go-systemd/pull/487
- subscription: Added context cancellation and sync to subscription set by @NotSoFancyName in https://github.com/coreos/go-systemd/pull/480
- ci: improvements by @kolyshkin in https://github.com/coreos/go-systemd/pull/490
- import1: add missing close method to conn by @maartensson in https://github.com/coreos/go-systemd/pull/492
- sdjournal: fix copyrights by @kolyshkin in https://github.com/coreos/go-systemd/pull/499
- activation: simplify ListenersWithNames by @kolyshkin in https://github.com/coreos/go-systemd/pull/498
- dbus: allow multiple calls for the same unit to *Unit by @haircommander in https://github.com/coreos/go-systemd/pull/496
- Documentation nits by @kolyshkin in https://github.com/coreos/go-systemd/pull/500
- dbus: dedup result conversion code by @kolyshkin in https://github.com/coreos/go-systemd/pull/493
- add FilesWithNames() to activation by @MayCXC in https://github.com/coreos/go-systemd/pull/497
- Add support for transient units with auxiliary units by @gwenya in https://github.com/coreos/go-systemd/pull/495
- activation: stub out for plan9 by @flokli in https://github.com/coreos/go-systemd/pull/440
New Contributors
- @vporoshok made their first contribution in https://github.com/coreos/go-systemd/pull/472
- @corhere made their first contribution in https://github.com/coreos/go-systemd/pull/435
- @huww98 made their first contribution in https://github.com/coreos/go-systemd/pull/485
- @maartensson made their first contribution in https://github.com/coreos/go-systemd/pull/487
- @haircommander made their first contribution in https://github.com/coreos/go-systemd/pull/496
- @MayCXC made their first contribution in https://github.com/coreos/go-systemd/pull/497
- @gwenya made their first contribution in https://github.com/coreos/go-systemd/pull/495
- @flokli made their first contribution in https://github.com/coreos/go-systemd/pull/440
Full Changelog: https://github.com/coreos/go-systemd/compare/v22.6.0...v22.7.0