Skip to content

v4.3.3

Compare
Choose a tag to compare
@sebrandon1 sebrandon1 released this 01 Aug 15:30
· 1257 commits to main since this release
e4a2593

v4.3.3

Notable changes

  • New claim format version is v0.1.0. The new format bundles the catalog and classification information within the claim file, simplifying parsing of results.

  • The HTML parser is now its own project at https://github.com/test-network-function/parser. The claim format version allows checking for compatibility between the claim file and any of the tools able to decode it. Meaning of the claim format version an its relationship with the parser release version is describe at here.

Test Suite Improvements

Claim File Comparison Tool Updates

  • Added claim file version check to tnf claim show failures subcommand. by @greyerof in #1258
  • Fix for tnf claim show failures by @greyerof in #1267
  • Claim comparison tool improvement: results table. by @greyerof in #1283
  • Adding catalog and classification items to the claim file by @edcdavid in #1280
  • dumps claim file as CSV with extra classification information by @edcdavid in #1260

CI Improvements

  • Github CI: clean up unnamed/dangling container images to save disk space. by @greyerof in #1273
  • Github CI: Remove oct container image and the go mod cache to save disk space. by @greyerof in #1282
  • Fix leftovers and CI uploads by @edcdavid in #1296

QE Updates

  • 85% QE coverage : with storage-required-pods + helm-chart-certified by @bnshr in #1291

Dependency Updates

Full Changelog: v4.3.2...v4.3.3