This Dashboard release supports Pipelines 0.11.x - 0.17.x and Triggers 0.5.x - 0.9.x, bringing a number of features, enhancements, and bug fixes.
Features
- ✨ Add support for Triggers 0.9.x #1781
Dashboard now supports display of EventListeners using these new features / changes introduced in Triggers 0.9.x:- template
ref
instead ofname
- embedded bindings using
name
/value
pairs - embedded template spec
- template
Fixes
- 🐛 Fix highlighting colour on taskRun in taskTree when focus moves away
- 🐛 Fix for LogFormat component handling consecutive carriage returns
- 🐛 Add missing styles for UnorderedList on the Delete modals
- 🐛 Fix styles and label for cancelled steps
- 🐛 Fix realtime updates for extensions and ClusterTasks
- 🐛 Improve handling of missing TaskRun status in TaskRunDetails component
- 🐛 Fix rerun of cancelled runs
- 🐛 Fix loading of CRD extensions when a specific namespace is selected
Misc
- 🔨 Remove legacy exceptions from the Content Security Policy settings
- 🔨 Remove deprecated Storybook config
- 🔨 Update StatusIcon component to provide its own styles
- 🔨 Update Node.js to v14 LTS
Docs
- 📖 Add v0.10.1 doc links to readme
Thanks
Thanks to these contributors who contributed to v0.10.2!
- ❤️ @AlanGreene
- ❤️ @steveodonovan