0.2.4 (2024-07-11)
- release v0.2.4 (664b6e5)
0.2.1 (2024-05-18)
- action: Allow overriding default tag, default to latest (888035b)
- action: Attempt to pull image if unavailable (c6cd4d5)
- action: Only pull if missing from local storage (4fa410e)
- action: Support passing repository, default to localhost (6101f34)
0.2.0 (2024-05-16)
- action: Allow passing a custom kernel suffix (5089a88)
- action: Use image basename as container name (52eae3a)
- sign-kernel: Properly substitute kernel_suffix value (#15) (e26229d)
0.1.3 (2024-02-04)
- release v0.1.3 (4a1bcd0)
0.1.2 (2024-01-11)
- action: Tag image after it's been committed (7f3cbf0)
- release v0.1.2 (4c818f6)
0.1.1 (2024-01-11)
- action: Set entrypoint to bash when retrieving container ID (c6ce092)
- release v0.1.1 (874b5c7)
- 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)
- 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)
- release v0.1.0 (2b67b68)