v0.25.1 Bug Fix Release 🎉
In this release, we fixed the TaskRuns
from getting deleted of a running pipelinerun and also improving the delete command to consider all the resource incomplete which does not have completion time.
Changelog 📋
Fixes 🐛
- Fix incomplete TaskRuns being deleted when --ignore-running=true #1708
- Fix taskrun getting deleted of running pipelinerun #1737
- Update golangci-lint to 1.47.2 & update e2e tests #1759