From 064010bfadde10cd0251413776c571a7a2766791 Mon Sep 17 00:00:00 2001 From: Adam Hamrick Date: Wed, 16 Oct 2024 10:57:04 -0400 Subject: [PATCH] Changeset --- actions/ctf-build-test-image/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/actions/ctf-build-test-image/CHANGELOG.md b/actions/ctf-build-test-image/CHANGELOG.md index efa24784..251fa1a9 100644 --- a/actions/ctf-build-test-image/CHANGELOG.md +++ b/actions/ctf-build-test-image/CHANGELOG.md @@ -1,5 +1,13 @@ # ctf-build-test-image +## 0.2.0 + +### Major Changes + +- The sha that determines if a new image should be built now includes + `inputs.suites`, as this changes what binaries are actually included in the + test image. + ## 0.1.0 ### Minor Changes