Tekton Pipeline release v1.4.0 "Kurilian K-2SO" #9018
afrittoli
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🎉 Improved remote resolution and timeout configuration 🎉
-Docs @ v1.4.0
-Examples @ v1.4.0
Installation one-liner
Attestation
The Rekor UUID for this release is
108e9186e8c5677a040c237838848039376864340e5217f6c7c23f294d61437c3d196cb1112b91f1Obtain the attestation:
Verify that all container images in the attestation are in the release file:
Changes
Features
The resolution of
StepActionswithin aTaskRunis now performed concurrently, which can significantly reduce the time it takes for aTaskRunto start, especially when using multiple remoteStepActions.PipelineRun do not fail anymore if the pvc creation is due to an exceeded quota ; it will be requeued instead (until quota is available or it times out)
feature: PipelineRun can now override individual task timeouts with spec.taskRunSpecs[].timeout
Fixes
initContainersfor the kubernetes sidecar implementation #8986)Updated the sidecar implementation to check the completion status of initContainers before marking the taskRun complete.
tekton_pipelines_controller_running_pipelinerunsmetric #8951)Fixed tekton_pipelines_controller_running_pipelineruns metric to exclude pending PipelineRuns, it now counts only running PipelineRuns
Updating tini-git base image to be multi-platform, also fixing the resolvers image.
Bug fix: Before this change, there was a regression in which the git resolver was not authenticating with the provided
gitTokenandgitTokenKey, breaking the git resolver's http token-based auth. After this change, all git operations performed by the git resolver use the providedgitTokenfor remote authentication.Misc
Docs
Update examples and documentation to use ArtifactHub instead of the deprecated Tekton Hub for resource discovery and management.
Thanks
Thanks to these contributors who contributed to v1.4.0!
Extra shout-out for awesome release notes:
This discussion was created from the release Tekton Pipeline release v1.4.0 "Kurilian K-2SO".
Beta Was this translation helpful? Give feedback.
All reactions