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 #473
- Fixing error on negative value of LISTEN_FDS by @vporoshok in #472
- Misc error reporting improvements by @kolyshkin in #475
- daemon: add
SdNotifyMonotonicUsechelper function by @corhere in #435 - build(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #481
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #483
- dbus: fix TestSetUnitProperties wrt systemd >= 252 by @kolyshkin in #489
- Sync repo templates ⚙ by @coreosbot-releng in #486
- unit: simplify escape character by @huww98 in #485
- machine1: add missing close method to conn. by @maartensson in #487
- subscription: Added context cancellation and sync to subscription set by @NotSoFancyName in #480
- ci: improvements by @kolyshkin in #490
- import1: add missing close method to conn by @maartensson in #492
- sdjournal: fix copyrights by @kolyshkin in #499
- activation: simplify ListenersWithNames by @kolyshkin in #498
- dbus: allow multiple calls for the same unit to *Unit by @haircommander in #496
- Documentation nits by @kolyshkin in #500
- dbus: dedup result conversion code by @kolyshkin in #493
- add FilesWithNames() to activation by @MayCXC in #497
- Add support for transient units with auxiliary units by @gwenya in #495
- activation: stub out for plan9 by @flokli in #440
New Contributors
- @vporoshok made their first contribution in #472
- @corhere made their first contribution in #435
- @huww98 made their first contribution in #485
- @maartensson made their first contribution in #487
- @haircommander made their first contribution in #496
- @MayCXC made their first contribution in #497
- @gwenya made their first contribution in #495
- @flokli made their first contribution in #440
Full Changelog: v22.6.0...v22.7.0