Tekton Triggers release v0.1.0
π First Tekton Triggers Release! π
This is the very first release of Tekton Triggers, which has built on the original tekton listener design, allowing users to extract information from events payloads (a "trigger") to create Kubernetes resources.
Head over to the docs to get started: https://github.com/tektoncd/triggers/tree/v0.1.0#tekton-triggers and https://github.com/tektoncd/triggers/tree/v0.1.0/docs
Features
-
TriggerTemplate
- Templates resources to be created (e.g. Create PipelineResources and PipelineRun that uses them) -
TriggerBinding
- Validates events and extracts payload fields -
EventListener
- Connects TriggerBindings and TriggerTemplates into an addressable endpoint (the event sink). It uses the extracted event parameters from each TriggerBinding (and any supplied static parameters) to create the resources specified in the corresponding TriggerTemplate. It also optionally allows an external service to pre-process the event payload via the interceptor field.
Thanks
Thanks to these contributors who contributed!