Skip to content

Commit

Permalink
chore: v1.5.20 changelog bump
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
crozzy authored Oct 12, 2023
1 parent 58b6b4a commit 88ccfbe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="v1.5.20"></a>
## [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
<details>
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.
</details>

<a name="v1.5.19"></a>
## [v1.5.19] - 2023-10-03
[v1.5.19]: https://github.com/quay/claircore/compare/v1.5.18...v1.5.19
Expand Down

0 comments on commit 88ccfbe

Please sign in to comment.