[DRAFT] Tekton Triggers v0.2.1-preview
Pre-release
Pre-release
Fixes
- Fix interceptor panic
- Allow nested brackets in TriggerBinding expressions
- Fix crashloop when upgrading ELs from 0.1 to 0.2
- Fix webhookInterceptor Bug
- Disallow non label compliant names for Triggers
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.