Skip to content

[DRAFT] Tekton Triggers v0.2.1-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@dibyom dibyom released this 24 Jan 16:23
· 4 commits to release-v0.2.x since this 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

  1. Give any ServiceAccount used by an EventListener permission to get, list, and watch ConfigMaps. If you are using Github/Gitlab interceptors to do payload verification, the ServiceAccount needs get on Secrets as well.
  2. Update TriggerBindings to use JSONPath syntax instead of gjson syntax.
  3. Move any EventListener params into a TriggerBinding.
  4. Update EventListener Interceptors to use the Webhook Interceptor syntax.
  5. Update any trigger names or EventListener names that do not adhere to the Kubernetes syntax and character set requirements for label values.