Skip to content

v4.2.3 - Dep. Updates, Bug Fixes, Labeling Updates

Choose a tag to compare

@sebrandon1 sebrandon1 released this 24 Apr 16:39
· 1994 commits to main since this release
124031b

Welcome to the v4.2.3 release of the TNF test suite. Please see the following changes all of the details to this update as we are trying out a new, more detailed way of laying out what's changed release-to-release.

General Updates

Deprecated

  • Adding configurable labels for operators and simplifying label format in config file by @edcdavid in #1041

Please visit the above deprecated PR for more details, but the implementation behind the labeling for podsUnderTest and operatorsUnderTest have changed to allow for more flexibility when labeling operators. The config should now look something like:

podsUnderTestLabels:
  test: pod
operatorsUnderTestLabels:
  test: operator

HTML Parser Improvements

  • Sorting classification by @edcdavid in #1011
  • Adding checkbox by state (passed/skipped/failed) to filter out results by state by @edcdavid in #1019
  • Adding classification to catalog.md by @edcdavid in #1009
  • Adding a results-embed.html that includes the classification.js inline by @edcdavid in #1035

Tests Added

  • Implement Test Exclusive CPU pool by @bnshr in #991

Tests Updated/Improved

  • Check no-provisioner for local storage classes. by @greyerof in #1039
  • platform-alteration-base-image test case workaround. by @greyerof in #1005

Dependency Updates

  • Bump github.com/test-network-function/test-network-function-claim from 1.0.16 to 1.0.17 by @dependabot in #1003
  • Update preflight to v1.6.1 by @sebrandon1 in #1040
  • Update machine-config-operator to latest by @sebrandon1 in #1007
  • Bump github.com/operator-framework/api from 0.17.4-0.20230223191600-0131a6301e42 to 0.17.4 by @dependabot in #1023

Other Changes

Full Changelog: v4.2.2...v4.2.3