Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-20 | 2.3 kB | |
v22.6.0 source code.tar.gz | 2025-08-20 | 77.9 kB | |
v22.6.0 source code.zip | 2025-08-20 | 129.5 kB | |
Totals: 3 Items | 209.7 kB | 0 |
This release bumps Go requirement to 1.23, modernizes code, improves CI and documentation, fixes a few bugs, and adds a new dbus method.
What's Changed
- workflows: update Linux distro versions; update actions; add Go 1.20 by @bgilbert in https://github.com/coreos/go-systemd/pull/418
- Sync repo templates ⚙ by @coreosbot-releng in https://github.com/coreos/go-systemd/pull/422
- build(deps): bump github.com/godbus/dbus/v5 from 5.0.4 to 5.1.0 by @dependabot[bot] in https://github.com/coreos/go-systemd/pull/423
- journal: fix return types inside C wrapper functions by @darxriggs in https://github.com/coreos/go-systemd/pull/419
- dlopen: make error handling thread safe by @Luap99 in https://github.com/coreos/go-systemd/pull/431
- Sync repo templates ⚙ by @coreosbot-releng in https://github.com/coreos/go-systemd/pull/450
- Modernize and fix CI by @kolyshkin in https://github.com/coreos/go-systemd/pull/459
- dbus: add AttachProcessesToUnit by @kolyshkin in https://github.com/coreos/go-systemd/pull/458
- dbus: Add a comment about result channel behaviour by @NotSoFancyName in https://github.com/coreos/go-systemd/pull/463
- Bump go to 1.23, fix tests, add more images by @kolyshkin in https://github.com/coreos/go-systemd/pull/464
- Modernize sources, add golangci-lint by @kolyshkin in https://github.com/coreos/go-systemd/pull/466
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/coreos/go-systemd/pull/467
- ci: test go 1.25 by @Luap99 in https://github.com/coreos/go-systemd/pull/468
- README: bump minimal Go version by @kolyshkin in https://github.com/coreos/go-systemd/pull/470
- import1: test fixes by @kolyshkin in https://github.com/coreos/go-systemd/pull/469
New Contributors
- @coreosbot-releng made their first contribution in https://github.com/coreos/go-systemd/pull/422
- @dependabot[bot] made their first contribution in https://github.com/coreos/go-systemd/pull/423
- @darxriggs made their first contribution in https://github.com/coreos/go-systemd/pull/419
- @Luap99 made their first contribution in https://github.com/coreos/go-systemd/pull/431
- @NotSoFancyName made their first contribution in https://github.com/coreos/go-systemd/pull/463
Full Changelog: https://github.com/coreos/go-systemd/compare/v22.5.0...v22.6.0