From 88ccfbecee88d7b326b9a2fb3ab5b5f4cfa0b610 Mon Sep 17 00:00:00 2001 From: crozzy Date: Thu, 12 Oct 2023 22:20:35 +0000 Subject: [PATCH] chore: v1.5.20 changelog bump Signed-off-by: GitHub --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b31a1b1..0f0a39dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +## [v1.5.20] - 2023-10-12 +[v1.5.20]: https://github.com/quay/claircore/compare/v1.5.19...v1.5.20 + +- libindex: move to O_TMPFILE fetcher +
+ This release uses a new fetcher (the component responsible for pulling + layers locally) that makes use of the O_TMPFILE flag to open(2). This + ensures that layer files will be cleaned up even in the event of an + unclean shutdown, including being sent a KILL signal. +
+ ## [v1.5.19] - 2023-10-03 [v1.5.19]: https://github.com/quay/claircore/compare/v1.5.18...v1.5.19