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
- chore: upgrade to Go 1.26.3 with toolchain directive by @sebrandon1 in #3682
- chore: update Go toolchain to 1.26.4 by @sebrandon1 in #3713
- ci: skip Quay image pushes during Quay.io outages by @sebrandon1 in #3683
- test: add missing unit tests and remove stale TODO markers by @sebrandon1 in #3685
Component Updates
- Update RHCOS to OCP version map by @github-actions in #3681, #3686, #3697, #3699, #3702, #3705, #3715, #3717, #3718
Dependency Updates
- build(deps): bump palmsoftware/quick-k8s by @dependabot in #3696, #3711
- build(deps): bump actions/checkout by @dependabot in #3695, #3710
- build(deps): bump ubi9/ubi by @dependabot in #3689, #3709
- build(deps): bump ubi9/ubi-minimal by @dependabot in #3688
- build(deps): bump google.golang.org/api in the other-go-modules group by @dependabot in #3692
- build(deps): bump github/codeql-action in the other-actions group by @dependabot in #3694
- build(deps): bump the other-actions group with 2 updates by @dependabot in #3712
- build(deps): bump github.com/redhat-best-practices-for-k8s/oct by @dependabot in #3707
Full Changelog: v5.5.21...v5.5.22
Contributors
- @sebrandon1
- @yaronh12
- @dependabot
- @github-actions