Tekton Triggers release v0.22.0 #1484
dibyom
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
-Docs @ v0.22.0
-Examples @ v0.22.0
Installation one-liner
Triggers now requires Kuberentes v.123 or higher
Attestation
The Rekor UUID for this release is
24296fb24b8ad77a825172e0ac852ced908622c18666b3dbba54ae7e1934a9424b651bdd6041f9af
Obtain the attestation:
Verify that all container images in the attestation are in the release file:
Changes
Features
The port on which the webhook server listens may be configured via the WEBHOOK_PORT environment variable.
CloudEvents sent to a Trigger will now receive a valid CloudEvent response.
Interceptor
CRD has been added which can be used to define a namespace scoped Interceptor. Use Namespaced Interceptor in kind section of Interceptors Ref in Triggers or EventListener spec.Add eventID as input to TriggerBinding
cloudEventURI field can be used in stable APIs now.
Fixes
action required: If using Kubernetes 1.22, set PodSecurity flag to true to enforce a restricted pod security level in Tekton namespaces. See https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-graduated-or-deprecated-features for more information.
E2E tests now use cos_containerd image instead of the unsupported cos image
Misc
🔨 Update CEL version to 0.12.5 and modified functions (Update CEL version to 0.12.5 and modified functions #1483)
🔨 Modify e2e test scripts to support running on kind (Modify e2e test scripts to support running on kind #1476)
🔨 Refactor interceptor main package (Refactor interceptor main package #1467)
🔨 Add OpenSSF Best Practices Badge (Add OpenSSF Best Practices Badge #1458)
🔨 Remove redundant code for chan in TLS ticker (Remove redundant code for chan in TLS ticker #1460)
🔨 Fix the Typo in Trigger Types API docs (Fix the Typo in Trigger Types API docs #1456)
🔨 Remove unused issue template (Remove unused issue template #1455)
🔨 Bump tektoncd/pipeline to v0.41.0 (Bump tektoncd/pipeline to v0.41.0 #1482)
Docs
Thanks
Thanks to these contributors who contributed to v0.22.0!
Extra shout-out for awesome release notes:
This discussion was created from the release Tekton Triggers release v0.22.0.
Beta Was this translation helpful? Give feedback.
All reactions