Tekton Dashboard release v0.7.1
This Dashboard release supports Pipelines 0.11.x - 0.13.x and brings a number of features, enhancements, and bug fixes.
Features
- β¨ Add support for Triggers 0.6.x
- π¨ This release drops support for Triggers 0.4.x. Triggers no longer supports referring to TriggerBindings in an EventListener using the
name
field. Use theref
field instead.
- π¨ This release drops support for Triggers 0.4.x. Triggers no longer supports referring to TriggerBindings in an EventListener using the
- β¨ Navigation menu responds to extensions being added or removed in real time
Fixes
- π Fix frontend content not being loaded in Katacoda sandbox environments
- π Fix intermittent error loading PipelineResource details page
- π Fix intermittent error loading a rerun PipelineRun
- π Fix links to ClusterTriggerBindings from the EventListener details page
Misc
- π¨ Tekton cat now makes an appearance on the About page π»
- π¨ Improve layout of TriggerTemplate details to make better use of available space
- π¨ Minor visual updates for improved consistency across pages
- π¨ Improve display of params, better handling of multiline or array values
- π¨ Import Resources references Path instead of Directory since a user can import a single file if they wish
- π¨ Add additionalPrinterColumns to the extension CRD for more helpful output using
kubectl
- π¨ Reduce the size of the static files that are loaded. Foundations prepared for more savings
Docs
- π Walkthrough to install Tekton Dashboard locally from scratch using Kind
- π Walkthrough to secure access to the Dashboard behind an oauth2 proxy
- π Improved developer documentation
Thanks
Thanks to these contributors who contributed to v0.7.1!
- β€οΈ @a-roberts
- β€οΈ @AlanGreene
- β€οΈ @eddycharly
- β€οΈ @Megan-Wright