Skip to content

v5.5.22

Latest

Choose a tag to compare

@sebrandon1 sebrandon1 released this 11 Jun 21:24
· 22 commits to main since this release
c19d943

v5.5.22

Patch update with bug fixes replacing panics with proper error handling, improved skip messages, a statefulSet data source fix, Go toolchain update, and dependency bumps.

Bug Fixes

  • fix: propagate flag parsing errors instead of silently discarding them by @sebrandon1 in #3684
  • bug fix: corrected datasource for managed statefulSets in updateTnf by @yaronh12 in #3698
  • fix: improve skip messages for statefulset-scaling, ICMP connectivity, and node OS lifecycle tests by @sebrandon1 in #3687
  • fix: add CRC RHCOS 9.6.20260504-0 to version map for OCP 4.21 by @sebrandon1 in #3700
  • fix: replace panic with error log in getHelmList by @sebrandon1 in #3703
  • fix: close file handles on all exit paths in CompressResultsArtifacts by @sebrandon1 in #3704
  • fix: replace panic with error returns in webserver and CSV output by @sebrandon1 in #3714

Code Maintenance

Component Updates

Dependency Updates

Full Changelog: v5.5.21...v5.5.22

Contributors