Skip to content

Releases: tektoncd/dashboard

Dashboard release 0.2.0

04 Oct 10:00
Compare
Choose a tag to compare

This is the second minor release of the Tekton Dashboard and Webhooks Extension!

Features of the Tekton Dashboard

  • Tekton Pipelines 0.6 and 0.7 support
  • Ability to filter PipelineRuns by label through the UI
  • Fix for a Go panic seen on Google Cloud regarding websocket upgrading
  • Functional log out button displayed if on OpenShift or Minishift
  • More backend APIs removed to use frontend ones
  • Internationalisation of strings using react-intl
  • Changes to the Dashboard front end code to improve resiliency to network issues, or intermittent problems connecting to the back end APIs to retrieve data (including for rebuild)
  • Fix for batch action header display on the secrets table in Safari
  • Fix for secrets table display (only showing tekton.dev/* annotations)
  • Improved input validation
  • Improved secret creation error reporting

Features of the Webhooks Extension

  • Ability to run multiple Pipelines based on receiving events
  • Ability to conditionally gate PipelineRuns based on the type (e.g. push or pull request), example provided in docs
  • Extensive documentation improvements, improved example code (functional and display) for handling pull request events
  • Enhanced cluster role to prevent 403 forbidden errors accessing the Webhooks Extension on OpenShift and Minishift
  • Safari support in addition to Chrome and Firefox 60 ESR

Misc

  • Improved install process (documentation and yaml providing)

Known gotchas

  • For the Tekton Dashboard, to create a secret in a particular namespace you must either select the namespace on the left when creating a secret or choose "All Namespaces"
  • See limitations.md for the webhooks extension

Thanks to everyone for their hard work on this release!

Included in this list are those who have contributed code, reported issues or raised prominent discussion items through tektoncd.slack.com - if you've been missed out please let us know

Dashboard release 0.1.1

19 Aug 14:28
Compare
Choose a tag to compare

This release is a small increment to v0.1.0. Please use the webhooks-extension from this release also. The dashboard 0.1.x releases only support Tekton 0.5.2. Tekton 0.6.x support will appear in a future 0.2.x dashboard.

In this release we have:

  • /endpoints on the REST API
  • Internal restructuring
  • Readme updates
  • Secured Ingress config
  • Pipelines for dashboard release engineering

Many thanks to:

Dashboard and webhooks extension initial release

08 Aug 08:50
Compare
Choose a tag to compare

Changes

The first release of the Tekton dashboard and webhooks extension!

This release includes HTTPS support for OpenShift 3.11 and Minishift when installing using the openshift-tekton-dashboard.yaml asset. Caution is advised in other environments when interacting with secrets.

Features of the Tekton Dashboard

  • Getting ClusterTask, PipelineRun, Pipeline, TaskRun, Task, PipelineResource information (including details, events, resource values and real-time status updates)
  • Creating PipelineRuns
  • Creating Docker and Git secrets to be used with Tekton, and service account patching
  • Extension capability (see the bundled webhook extension)
  • Importing Tekton resources from a given repository and folder

Features of the Webhooks Extension

  • Creating and deleting webhooks for use with GitHub that result in specified Pipelines being run in a given namespace under a given service account
  • Creating GitHub access tokens

This release has been tested with Tekton Pipelines 0.5.2 on Docker Desktop, OpenShift 3.11 and Minishift.

Thanks

Thanks to these contributors who contributed directly to v0.1.0 (retrieved from https://github.com/tektoncd/dashboard/graphs/contributors) and everyone involved in our design, planning and testing!

A dummy release to make the deployment.yaml accessible

07 Jun 15:22
Compare
Choose a tag to compare

This 'release' is just to make gcr-tekton-dashboard.yaml url-accessible. It installs the :latest build.

August 7th: added openshift-tekton-dashboard.yaml. This installs dashboard:latest onto OpenShift.