Skip to content

Commit

Permalink
chore: v1.5.28 changelog bump
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
crozzy authored and github-actions[bot] committed May 13, 2024
1 parent 4c5aa9e commit 5cdff2e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="v1.5.28"></a>
## [v1.5.28] - 2024-05-13
[v1.5.28]: https://github.com/quay/claircore/compare/v1.5.27...v1.5.28

- datastore: add vuln and enrich stream updates
<details>
In an effort to reduce memory consumption during updating the
vulnerability database, add support for iterators. Extend Updater
interface with `UpdateVulnerabilitiesIter` method that performs
the same operation as `UpdateVulnerabilities` but accepts an iterator
function instead of a slice. Also, extend the `EnrichmentUpdater`
interface with `UpdateEnrichmentsIter` in the same way.
</details>

- cpe: add match expression support
<details>
This adds support for NIST IR 7696, aka CPE2.3 Name Matching. It's
anticipated to be used in upcoming CSAF/VEX support. See
https://doi.org/10.6028/NIST.IR.7696 for the specification.
</details>

<a name="v1.5.27"></a>
## [v1.5.27] - 2024-04-25
[v1.5.27]: https://github.com/quay/claircore/compare/v1.5.26...v1.5.27
Expand Down

0 comments on commit 5cdff2e

Please sign in to comment.