Skip to content

Commit 762e6a4

Browse files
crozzygithub-actions[bot]
authored andcommitted
chore: v1.5.26 changelog bump
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 395b041 commit 762e6a4

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
<a name="v1.5.26"></a>
2+
## [v1.5.26] - 2024-04-02
3+
[v1.5.26]: https://github.com/quay/claircore/compare/v1.5.25...v1.5.26
4+
5+
- debian: update how "source" packages are handled
6+
<details>
7+
Previously, the Updater parsed metadata from the repository to try to
8+
record only "binary" packages. This was inaccurate and, with the new
9+
dpkg handling, now unneeded. The new approach should be more accurate.
10+
</details>
11+
12+
- dpkg: improve Source handling
13+
<details>
14+
The dpkg handling machinery now correctly records source packages and
15+
versions. Previously, version differences between a source package and
16+
the resulting binary package(s) were incorrect if the versions were not
17+
identical.
18+
</details>
19+
20+
- libindex: add `O_TMPFILE` fallback logic
21+
<details>
22+
After discovering that some common deployment methods are incompatible with
23+
using the `O_TMPFILE` `open(2)` flag, a fallback path has been added. The
24+
changes also move the default location of where temporary files are downloaded
25+
to, to better align with the layout recommended by systemd.
26+
27+
Please see [the documentation] for specifics.
28+
29+
[the documentation]: https://pkg.go.dev/github.com/quay/claircore/[email protected].
30+
26-0.20240325212310-fedb9d327aa7#NewRemoteFetchArena
31+
</details>
32+
33+
- osv: parse database_specific severity when no CVSS severity is defined
34+
<details>
35+
Occasionally there are OSV advisories that don't include any severity
36+
information in the `.severity` object but they do contain a severity in
37+
the `.database_specific` object. This change attempts to parse that
38+
severity if we don't get a severity from the native `.severity` object.
39+
</details>
40+
141
<a name="v1.5.25"></a>
242
## [v1.5.25] - 2024-02-26
343
[v1.5.25]: https://github.com/quay/claircore/compare/v1.5.24...v1.5.25

0 commit comments

Comments
 (0)