Skip to content

v1.5.0 Release

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 21:09
v1.5.0

v1.5.0 - 2023-05-15

  • updater: Extend default updater period to 6 hours

    Given the expense of updating and the lack of value to such a high frequency this change extends the default update period from 30 mins to 6 hours.
  • whiteout: Add the ability to reason about whiteout files in layers

    This change give the indexing process a mechanism to discover whiteout files and use them to inform the final index report. A Resolver step is added to the end of the indexing process to allow for logic to be injected after the various indexers' results have been compiled. Indexers are expected to add a filepath to the packages they discover to denote that the deletion of the filepath signifies the package is delete.
  • debian: use JSON security tracker data

    Previously, claircore used the OVAL database provided by the Debian project. However, the translation from the native format used upstream lost the severity information. Now, claircore consumes the upstream format and thus can report severity information.