Tekton Triggers release v0.23.0 "Tekton Triggers" #1543
khrm
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.23.0
-Examples @ v0.23.0
Installation one-liner
Attestation
The Rekor UUID for this release is
24296fb24b8ad77a11b8a3dc45583f50a2166834931fa90e92b29af49e99c54e95972c81c27a5e56
Obtain the attestation:
Verify that all container images in the attestation are in the release file:
Changes
Features
Github interceptor blocks a pull request trigger from being executed unless invoked by an owner or with a configurable comment by an owner, for example
/ok_to_test
. This feature can be enabled/disabled by feature flagging it true/falseTriggers now allows creating v1 PipelineRuns, TaskRuns, Tasks, and Pipelines as well as v1beta1 CustomRuns
The GitHub
Interceptor
now has the ability to add a comma delimited list of all files that have changed (added, modified or deleted) for thepush
andpull_request
events. The list of changed files are added to thechanged_files
property of the event payload in the top-levelextensions
fieldFixes
tls.VersionTLS12
in order to make Triggers run on OCP where FIPS enabled #1518)Changed TLS MinVersion to
tls.VersionTLS12
in order to make Triggers run on OCP(Where FIPS enabled) as OCP uses MInTLS as 1.2 for all componentsEventlistener containers now contain the right security context to allow running with restricted pod security admission
Resource validation is skipped on deletion
Misc
🔨 Add v0.22.2 to releases.md (Add v0.22.2 to releases.md #1532)
🔨 chore: use http constants to replace numbers (chore: use http constants to replace numbers #1531)
🔨 Add v0.22.x to releases.md (Add v0.22.x to releases.md #1511)
🔨 test: use
T.Setenv
to set env vars in tests (test: useT.Setenv
to set env vars in tests #1491)🔨 Update ko image to latest with Go 1.19 (Update ko image to latest with Go 1.19 #1541)
🔨 Fix go1.19 related codegen issues (Fix go1.19 related codegen issues #1534)
🔨 Remove git files from KODATA (Remove git files from KODATA #1533)
🔨 Update Pipelines to v0.44 and cel-go to v0.13.0 (Update Pipelines to v0.44 and cel-go to v0.13.0 #1525)
Docs
Thanks
Thanks to these contributors who contributed to v0.23.0!
Extra shout-out for awesome release notes:
This discussion was created from the release Tekton Triggers release v0.23.0 "Tekton Triggers".
Beta Was this translation helpful? Give feedback.
All reactions