Tekton Triggers v0.2.1
-Docs @ v0.2.1
-Examples @v0.2.1
Fixes
- Fix interceptor panic (#357)
- Allow brackets in TriggerBinding expressions (#376)
- Fix crashloop when upgrading EventListeners from 0.1 to 0.2 (#369)
- Disallow non label compliant names for Triggers (#383)
- Fix bug running multiple Triggers (#388)
- Fix webhook Interceptor header bug #393 (#399)
Upgrading from v0.1.0
- Give any ServiceAccount used by an EventListener permission to
get
,list
, andwatch
ConfigMaps. If you are using GitHub/GitLab interceptors to do payload verification, the ServiceAccount needsget
on Secrets as well. - Update TriggerBindings to use JSONPath syntax instead of gjson syntax.
- Move any EventListener
params
into a TriggerBinding. - Update EventListener Interceptors to use the Webhook Interceptor syntax.
- Update any trigger names or EventListener names that do not adhere to the Kubernetes syntax and character set requirements for label values.
Thanks
Thanks to these contributors who contributed to v0.2.1!