Skip to content

Tekton Triggers v0.2.1

Compare
Choose a tag to compare
@dibyom dibyom released this 30 Jan 20:39

-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

  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.

Thanks

Thanks to these contributors who contributed to v0.2.1!