Skip to content

v4.5.0

Choose a tag to compare

@sebrandon1 sebrandon1 released this 03 Oct 15:19
· 1599 commits to main since this release
6be43a6

v4.5.0

There are non-backwards compatible changes as part of this release, hence the reason for moving from v4.4.x to v4.5.x. See the section below about the TNF Config Changes.

In addition to the config changes there has been functionality removed surrounding the container certification status test that was a piece of older functionality that was rarely used. The way it used to check images outside of the labeling scheme, relying on the TNF config to house the image names is not the way we wanted users to interact with the test suite.

TNF Config Changes

New Additions

  • New tool to verify the certification status of container images by @jmontesi in #1450
  • Comparison tool: compare node's labels and annotations. by @greyerof in #1444
  • Claim comparison tool: compare versions. by @greyerof in #1480

Fixes and Improvements

Report Objects

Certified Container Changes

  • Fix: run container-is-certified also in the case of digest only images by @edcdavid in #1439
  • Remove skips for testContainerCertificationStatus by @sebrandon1 in #1462
  • Fix container status by @edcdavid in #1477
  • check for all possible states instead of matching container name with container name in status field by @edcdavid in #1464
  • add check for "manifest_list_digest" when looking for certified containers by digest by @edcdavid in #1489
  • adding digest in the failure reason of of the affiliated-certification-container-is-certified-digest test by @edcdavid in #1473
  • onlinecheck: delete unused function by @jmontesi in #1471

Others

CI Improvements

Dependency Updates

Full Changelog: v4.4.0...v4.4.1