Tekton Triggers v0.6.1
-Docs @ v0.6.1
-Examples @ v0.6.1
Changes
Fixes π
- Fix issue with list results. (#652)
Fix bug marshaling list values from a CEL expression, which was causing panics.
- Fix the declarations for compareSecret. (#658)
The CEL function compareSecret now returns a boolean value, which makes it work in multiple logical comparisons in a filter.
- Ensure that the JSON matches. (#666)
The marshaled JSON output is flaky, this ensures that it matches after parsing.
Misc π¨
- [Cherry-pick] Port CEL fixes for release v0.6.1 (#665)
How to upgrade from v0.6.0 :up_arrow:
kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/previous/v0.6.1/release.yaml
Thanks
Thanks to these contributors who contributed to v0.6.1!
- β€οΈ @bigkevmcd