Tekton Dashboard release v0.20.0
This Dashboard release supports Pipelines 0.20.x - 0.27.x and Triggers 0.10.x - 0.16.x, bringing a number of features, enhancements, and bug fixes.
Features
- ✨ Display pod and event details to help with debugging TaskRun failures
- ✨ Switch log retrieval to use streaming by default
Users can switch back to the previous polling mechanism by passing--stream-logs false
to the installer script or updating the flag in the deployment directly
Fixes
- 🐛 Fix error with external logs not loading in some cases
- 🐛 Fix for websocket connection error via
kubectl proxy
- 🐛 Fix error selecting PipelineResources in Create TaskRun
- 🐛 Fix links to open / download external logs
Misc
- 🔨 Update to latest lerna and Storybook releases
- 🔨 Fix typo in postman tests
- 🔨 Remove OpenShift image stream option from developer script
- 🔨 Remove legacy websocket API and associated generated code
- 🔨 Update to latest Carbon release
- 🔨 Remove unused variables from postman tests
- 🔨 Reduce amount of data loaded on page navigation and improve efficiency of websocket connections
- 🔨 Remove invalid verb from ClusterRole patch for Triggers resources
- 🔨 Update strings for table batch selection
- 🔨 Make use of ingress in local dev cluster opt-in
- 🔨 Update visx to latest version
- 🔨 Update tests to latest Tekton releases
- 🔨 Reduce front end vendor bundle size by 50%
- 🔨 Improve contrast of status label in dark mode
- 🔨 Update to latest react patch release
Docs
- 📖 Add v0.19.0 links to the readme
Thanks
Thanks to these contributors who contributed to v0.20.0!
- ❤️ @AlanGreene