This repository has been archived by the owner on Dec 25, 2024. It is now read-only.
0.1.3 (2024-03-16)
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: get kernel version using regex (#8) (e88ca98)
- 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: Set entrypoint to bash when retrieving container ID (c6ce092)
- action: Start container and pass ID to podman exec (cc9272e)
- action: Tag image after it's been committed (7f3cbf0)
- 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)
- proc release-please (72e974b)
- 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)