Releases: nix-community/lanzaboote
Releases · nix-community/lanzaboote
v1.0.0
See the Changelog for more details.
New Contributors
- @arianvp made their first contribution in #493
- @andre4ik3 made their first contribution in #482
- @Doridian made their first contribution in #501
- @master-hax made their first contribution in #512
- @qm3ster made their first contribution in #473
Diff to the the last version: v0.4.3...v1.0.0
v0.4.3
This release fixes Lanzaboote for the latest nixos-unstable.
Fixed in: #489 Thanks @dotlambda for the fix.
What's Changed
- Docs: Fix nix-collect-garbage command syntax by @royce-c in #436
- docs: fix small grammatical error by @antonmosich in #437
- chore(deps): lock file maintenance by @renovate[bot] in #420
- fix(deps): update all dependencies by @renovate[bot] in #434
- Remove Fat Stub by @blitz in #440
- Remove Stale References to Fat Stub by @blitz in #441
- chore(deps): lock file maintenance by @renovate[bot] in #442
- Remove rogue dollar sign by @SuperSandro2000 in #450
- chore(deps): lock file maintenance by @renovate[bot] in #452
- Fix activationScript enrollKeys option by @itzwam in #422
- mark boot.lanzaboote.enrollKeys for testing by @Mic92 in #454
- chore(deps): lock file maintenance by @renovate[bot] in #455
- chore(deps): lock file maintenance by @renovate[bot] in #458
- chore(deps): lock file maintenance by @renovate[bot] in #461
- chore(deps): lock file maintenance by @renovate[bot] in #462
- chore(deps): lock file maintenance by @renovate[bot] in #463
- chore(deps): lock file maintenance by @renovate[bot] in #464
- Add note for Microsoft Surface devices to QUICK_START.md by @NatKarmios in #467
- chore(deps): lock file maintenance by @renovate[bot] in #466
- chore(deps): lock file maintenance by @renovate[bot] in #468
- chore(deps): lock file maintenance by @renovate[bot] in #471
- chore(deps): lock file maintenance by @renovate[bot] in #474
- Small nix cleanups by @r-vdp in #478
- chore(deps): update rust-overlay by @dotlambda in #487
- treewide: 0.4.2 -> 0.4.3 by @nikstur in #489
New Contributors
- @royce-c made their first contribution in #436
- @antonmosich made their first contribution in #437
- @itzwam made their first contribution in #422
- @NatKarmios made their first contribution in #467
- @r-vdp made their first contribution in #478
- @dotlambda made their first contribution in #487
Full Changelog: v0.4.2...v0.4.3
v0.4.2
This release fixes lanzaboote for systemd v257 and more versions.
Fixed in: #423 - thanks to @mjm and @ElvishJerricco for the fast turnover!!
It brings also minor improvements:
- companions files are automatically loaded by the UEFI stub now, done by @RaitoBezarius
- better errors are available when the public key is missing, thanks to @Mic92!
On the internal side of things: signature schemes are generalized and now offer the possibility to plug more signers backends, e.g. HSM, etc.
What's Changed
- Update the crane flake input to prevent IFDs when building the UEFI stub by @korfuri in #360
- Reorganize tests & add sort-key support by @nikstur in #359
- module: revert sort-key from lanzaboote back to lanza by @nikstur in #364
- chore(deps): lock file maintenance by @renovate in #363
- Fix Matrix Room Link by @blitz in #365
- fix(deps): update all dependencies by @renovate in #370
- stub: load companions by @RaitoBezarius in #306
- chore(deps): lock file maintenance by @renovate in #368
- Drop no longer existing overwrite by @SuperSandro2000 in #378
- chore(deps): lock file maintenance by @renovate in #379
- fix(deps): update all dependencies by @renovate in #372
- chore(deps): lock file maintenance by @renovate in #383
- shared: generalize signature schemes by @RaitoBezarius in #303
- chore(deps): update uefi to 0.31.0 by @nicholasbishop in #388
- linux-bootloader: simplify get_loader_features by @nicholasbishop in #392
- Minor coding style fix: lib.getExe instead of ${bin}/bin/bin by @kuflierl in #391
- Replace uses of the RuntimeServices struct by @nicholasbishop in #396
- linux-bootloader: Clean up remaining uses of RuntimeServices by @nicholasbishop in #398
- Drop most uses of
BootServicesby @nicholasbishop in #399 - chore(deps): lock file maintenance by @renovate in #386
- Drop most uses of
SystemTableby @nicholasbishop in #400 - fix(deps): update rust crate uefi to 0.32.0 by @renovate in #385
- fix(tool): better error if public key is missing by @Mic92 in #382
- chore(deps): lock file maintenance by @renovate in #402
- fix(deps): update all dependencies by @renovate in #401
- chore(deps): lock file maintenance by @renovate in #403
- chore(deps): lock file maintenance by @renovate in #405
- fix(deps): update all dependencies by @renovate in #407
- chore(deps): lock file maintenance by @renovate in #408
- fix(deps): update all dependencies by @renovate in #410
- Docs/framework by @pjungkamp in #418
- fix(tool): parse osrel sections without trailing null by @mjm in #423
- treewide: 0.4.1 -> 0.4.2 by @RaitoBezarius in #429