Skip to content

Releases: EyeCantCU/kernel-signer

v0.2.4

11 Jul 04:00
f156636
Compare
Choose a tag to compare

0.2.4 (2024-07-11)

Features

  • action: Add option to disable stripping the kernel of keys before signing. (#18) (1c9506d)

Bug Fixes

  • action: Restore image input (7e60f33)

Miscellaneous Chores

v0.2.1

18 May 22:03
e355115
Compare
Choose a tag to compare

0.2.1 (2024-05-18)

Bug Fixes

  • 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)

v0.2.0

16 May 17:23
fabfcf3
Compare
Choose a tag to compare

0.2.0 (2024-05-16)

Features

  • action: Allow passing a custom kernel suffix (5089a88)

Bug Fixes

  • action: Use image basename as container name (52eae3a)
  • sign-kernel: Properly substitute kernel_suffix value (#15) (e26229d)

v0.1.3

04 Feb 05:29
58f62fd
Compare
Choose a tag to compare

0.1.3 (2024-02-04)

Features

  • sign-kernel: get kernel version using regex (#8) (e88ca98)

Miscellaneous Chores

v0.1.2

11 Jan 20:36
d5b88c9
Compare
Choose a tag to compare

0.1.2 (2024-01-11)

Bug Fixes

  • action: Tag image after it's been committed (7f3cbf0)

Miscellaneous Chores

v0.1.1

11 Jan 04:00
31d4373
Compare
Choose a tag to compare

0.1.1 (2024-01-11)

Bug Fixes

  • action: Set entrypoint to bash when retrieving container ID (c6ce092)

Miscellaneous Chores

v0.1.0

10 Jan 22:15
b4bf711
Compare
Choose a tag to compare

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