Releases: EyeCantCU/kernel-signer
Releases · EyeCantCU/kernel-signer
v0.2.4
v0.2.1
v0.2.0
v0.1.3
v0.1.2
v0.1.1
v0.1.0
0.1.0 (2024-01-10)
Features
- action: Handle local public/private keys, adjust defaults (27b65e9)
- ci: Test kernel signing against Ublue base image (3eb6fc2)
- sign-kernel: Add Surface kernel support (e7744e6)
- sign-kernel: Remove existing signatures with sbattach before signing (298dba4)
- sign-kernel: Support dnf (85b1f1d)
- sign-kernel: Use sbsign, drop dependency on kernel-devel (e98f86a)
- Use newer version of Podman, convert to Docker action (56b2153)
Bug Fixes
- action: Commit container as image with buildah (d931ce8)
- action: Copy kernel signing script to container's tmp dir, don't pass PWD (f6354d5)
- action: Pass tags used by container (8611bb2)
- action: Replace container if already running (f8aad8e)
- action: Retrieve container ID if already running (92398e4)
- action: Start container and pass ID to podman exec (cc9272e)
- action: Use action path when copying signing script with Podman (206c136)
- action: Use pseudo-TTY when running container (99ac428)
- action: Wrap input in quotes (198d305)
- Dockerfile: Pass PWD to Podman, no longer use wget to fetch script (019b72f)
- sign-kernel: Don't sign non-existant vmlinuz-virt.efi (c7391b5)
- sign-kernel: Retrieve kernel version via rpm (93a1a0a)
- test: Copy certs to image (d07db9e)
Miscellaneous Chores
- release v0.1.0 (2b67b68)