From 762e6a4409d3f098cc8646cbbbe4815e6903a2d6 Mon Sep 17 00:00:00 2001
From: crozzy <1027041+crozzy@users.noreply.github.com>
Date: Tue, 2 Apr 2024 17:11:58 +0000
Subject: [PATCH] chore: v1.5.26 changelog bump
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31c6a9919..17a9eba66 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,43 @@
+
+## [v1.5.26] - 2024-04-02
+[v1.5.26]: https://github.com/quay/claircore/compare/v1.5.25...v1.5.26
+
+- debian: update how "source" packages are handled
+
+ Previously, the Updater parsed metadata from the repository to try to
+ record only "binary" packages. This was inaccurate and, with the new
+ dpkg handling, now unneeded. The new approach should be more accurate.
+
+
+- dpkg: improve Source handling
+
+ The dpkg handling machinery now correctly records source packages and
+ versions. Previously, version differences between a source package and
+ the resulting binary package(s) were incorrect if the versions were not
+ identical.
+
+
+- libindex: add `O_TMPFILE` fallback logic
+
+ After discovering that some common deployment methods are incompatible with
+ using the `O_TMPFILE` `open(2)` flag, a fallback path has been added. The
+ changes also move the default location of where temporary files are downloaded
+ to, to better align with the layout recommended by systemd.
+
+ Please see [the documentation] for specifics.
+
+ [the documentation]: https://pkg.go.dev/github.com/quay/claircore/libindex@v1.5.
+ 26-0.20240325212310-fedb9d327aa7#NewRemoteFetchArena
+
+
+- osv: parse database_specific severity when no CVSS severity is defined
+
+ Occasionally there are OSV advisories that don't include any severity
+ information in the `.severity` object but they do contain a severity in
+ the `.database_specific` object. This change attempts to parse that
+ severity if we don't get a severity from the native `.severity` object.
+
+
## [v1.5.25] - 2024-02-26
[v1.5.25]: https://github.com/quay/claircore/compare/v1.5.24...v1.5.25