v0.2.22
Release 0.2.22
This release introduces two notable changes:
- If a bootupd command failed, it would leave the systemd service unit in a failed state and systemd would then refuse to run a unit under the same name with systemd-run again until the failure is cleared. We now systematically call systemctl reset-failed before calling systemd-run to clear any potential failures from previous calls. (#715)
- Implement
adopt-and-update
for BIOS. (#717)
Additionally, this release provides various dependency updates, and CI fixes.
Timothée Ravier (1):
bootupctl: Clear failure status from previous runs
HuijingHei (2):
spec: sync upstream to build all archs and drop i686
bios.rs: add `adopt-and-update`
SHA-256 digests:
- crate:
f4f05409f1aa321da8f4fc6e07d129eaa357e12bde7a8390e05f2f07737c12cd
- vendor:
9fb6540dc512f98d86f337d1f9f7263efb244c1a543d7122cc6da6f20efd1766
Full Changelog: v0.2.21...v0.2.22