From fabfcf3c481ea5e7691332942ab1637995cc3c77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 11:22:59 -0600 Subject: [PATCH] chore(main): release 0.2.0 (#14) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c653821..5a3f29c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0](https://github.com/EyeCantCU/kernel-signer/compare/v0.1.3...v0.2.0) (2024-05-16) + + +### Features + +* **action:** Allow passing a custom kernel suffix ([5089a88](https://github.com/EyeCantCU/kernel-signer/commit/5089a889c17b3e842f4535313c7286260cf4ee9c)) + + +### Bug Fixes + +* **action:** Use image basename as container name ([52eae3a](https://github.com/EyeCantCU/kernel-signer/commit/52eae3a2ee3a767436cb353be4fdfea15358aa69)) +* **sign-kernel:** Properly substitute kernel_suffix value ([#15](https://github.com/EyeCantCU/kernel-signer/issues/15)) ([e26229d](https://github.com/EyeCantCU/kernel-signer/commit/e26229dde649a43bd17eaacc1e768a15d7bf0fd1)) + ## [0.1.3](https://github.com/EyeCantCU/kernel-signer/compare/v0.1.2...v0.1.3) (2024-02-04)