Unreleased
v4.7.2 - 2023-10-09
Claircore
- chore: update claircore to v1.5.19
- crda: remove crda support
The CRDA API has been decommissioned and the functionality has been superseded by OSV support.
- chore: update toolkit to latest version v1.1.1
v1.5.17 (toolkit/v1.1.0) introduced a bug where claircore could not handle empty strings when trying to Scan() a value into a cpe.WFN. toolkit/v1.1.1 mitigates this bug.
Clair
-
admin: add pre v4.7.3 admin command to create index
In order to facilitate faster deletes we need to add a migration to add an index in v4.7.3. This change adds an admin command to allow users to "manually" create the index CONCURRENTLY before the migration to avoid any down-time. This is something for users with larger indexer DBs to consider. -
contrib: add grafana dashboards for deletion metrics
This has been a part of the API for some time and is starting to be used extensively. -
docs: add dropins to prose documentation
This change explains how to use the dropins and updates the local-dev config to do so.