Skip to content

Tekton Operator release v0.21.0-1

Compare
Choose a tag to compare
@tekton-robot tekton-robot released this 03 Mar 13:28

🎉 Tekton Operator release v0.21.0-1 🎉

-Docs @ v0.21.0-1

👉 Tekton Pipeline: v0.21.0
👉 Tekton Triggers: v0.11.2
👉 Tekton Dashboard: v0.14.0

Installation one-liner

  1. Install operator
    $ kubectl apply -f https://storage.googleapis.com/tekton-releases/operator/previous/v0.21.0-1/release.yaml
    
  2. Install Components (uses installation profiles: default, all, basic)
    # to installl pipelines, triggers and dashboard (use profile 'all')
    $ kubectl apply -f https://raw.githubusercontent.com/tektoncd/operator/main/config/crs/kubernetes/config/all/operator_v1alpha1_config_cr.yaml 
    

note: other

Thanks

Thanks to these contributors who contributed to v0.21.0-1!

Extra shout-out for awesome release notes:

Unsorted PR List

  • Update component versions (#244)
  • [Openshift] Add new webhook configuration to handle annotation for triggers secure connection (#239)
  • Add option to run tests on non-Intel architectures (#238)