fix(deps): update module github.com/tektoncd/pipeline to v0.62.1 #1313
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.60.1
->v0.62.1
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
tektoncd/pipeline (github.com/tektoncd/pipeline)
v0.62.1
: Tekton Pipeline release v0.62.1 "Birman HAL LTS"Compare Source
-Docs @ v0.62.1
-Examples @ v0.62.1
Installation one-liner
Attestation
The Rekor UUID for this release is
24296fb24b8ad77a888f88120c037b3b7b9b3be97d8dd4ea1950235f44033f29dce4a1123992a3d9
Obtain the attestation:
Verify that all container images in the attestation are in the release file:
Changes
Features
Fixes
ixed variable substitution of results from matrix TaskRuns with cardinality of 1.
Misc
Docs
Thanks
Thanks to these contributors who contributed to v0.62.1!
Extra shout-out for awesome release notes:
v0.62.0
: Tekton Pipeline release v0.62.0 "Birman HAL LTS"Compare Source
🎉 Ignore Task Failure Promoted and native sidecars adopted with k8s 1.29 🎉
-Docs @ v0.62.0
-Examples @ v0.62.0
Installation one-liner
Attestation
The Rekor UUID for this release is
24296fb24b8ad77adbcee63512553d756997c4c7efad2e1163023bda8bd9ddecafde859fcb4ebb11
Obtain the attestation:
Verify that all container images in the attestation are in the release file:
Changes
Features
Access reason in addition to the status using $(tasks.taskName.reason)
Capture Remote StepAction Location in TaskRun Status
Add
isBuildArtifact
field to Artifacts.Promote Ignore Task Failure to Beta
Introducing a feature to adopt Kubernetes-native sidecars, which designates sidecar containers as initContainers. This prevents the need to pull and replace a nop image, leading to faster termination of the sidecars without unnecessary pod errors. Set enable-kubernetes-sidecar to true for Kubernetes 1.29 and later to take advantage of this feature.
Support passing artifacts between tasks in a pipeline
introduce when expressions to steps.
Fixes
Fix: Once a PipelineRun is created, most of the fields in the spec is not allowed to be updated; only status can be updated.
Fix: Once a TaskRun is created, most of the fields in the spec is not allowed to be updated; only status and statusMessage can be updated.
DryRunValidate returns the mutated object
Fix incorrect param type passed to stepaction makes it use default value
Perform matrix results validation on only result ref params
Improved error string when a param is missing from a PipelineRun
debug.breakpoints.onFailure is not allowed to be set to an empty string.
Misc
e6641f2
to0535413
in /tekton in the all group across 1 directory (#8135)ScopeWhenExpressionsToTask
(#8078)Docs
failureIgnored
(#8111)onError
is now promoted (#8109)Thanks
Thanks to these contributors who contributed to v0.62.0!
Extra shout-out for awesome release notes:
v0.61.1
: Tekton Pipeline release v0.61.1 "Ragdoll Data"Compare Source
-Docs @ v0.61.1
-Examples @ v0.61.1
Installation one-liner
Attestation
The Rekor UUID for this release is
24296fb24b8ad77a7bf5b4e52e97f499e0dc71aed47d629395ba503bbc0cf8a16d8b49169d2db2f5
Obtain the attestation:
Verify that all container images in the attestation are in the release file:
Changes
Features
Fixes
mproved error handling for some invalid result reference scenarios.
Misc
Docs
Thanks
Thanks to these contributors who contributed to v0.61.1!
Extra shout-out for awesome release notes:
v0.61.0
: Tekton Pipeline release v0.61.0 "Ragdoll Data"Compare Source
-Docs @ v0.61.0
-Examples @ v0.61.0
Installation one-liner
Attestation
The Rekor UUID for this release is
24296fb24b8ad77a68cb504006aa006da7ebfef6d88e038545d3f4c2d314ba34f3c1d8a57dab26a8
Obtain the attestation:
Verify that all container images in the attestation are in the release file:
Changes
Features
Promote Larger Results via Sidecar Logs to Beta
Binary file (standard input) matches
Fixes
Cleanup resolved object before attempting to validate it through api dry-run call
fix: resolve issue where results may not be obtained from sidecar logs
Fix Validation Error Merging StepTemplates with Step's Ref
Fix bundle resolver so it could pull OCI image (bundle) manifest from AWS ECR private registry
Misc
taskRef.bundle
andpipelineRef.bundle
are now removed fromv1beta1
API version, as they were deprecated for about a year and half. Using them will result in a error when creating an object.action required: make sure you migrate from
taskRef.bundle
andpipelineRef.bundle
to the bundle resolver (see https://tekton.dev/docs/pipelines/migrating-v1beta1-to-v1/#replacing-taskrefbundle-and-pipelinerefbundle-with-bundle-resolver-a-idreplacing-taskrefbundle-and-pipelinerefbundle-with-bundle-resolver-a)ektoncd/pipeline now requires go 1.22 to be built
he minimum Kubernetes version supported by Tekton is now 1.28.
Docs
Thanks
Thanks to these contributors who contributed to v0.61.0!
Extra shout-out for awesome release notes:
v0.60.2
: Tekton Pipeline release v0.60.2 "Chinchilla Tobor"Compare Source
-Docs @ v0.60.2
-Examples @ v0.60.2
Installation one-liner
Attestation
The Rekor UUID for this release is
24296fb24b8ad77a1b1da05e47cee68581daf1cd5823facc5b59b76edaf9ce986efe5c68bd1a4cbe
Obtain the attestation:
Verify that all container images in the attestation are in the release file:
Changes
Features
Fixes
Misc
Docs
Thanks
Thanks to these contributors who contributed to v0.60.2!
Extra shout-out for awesome release notes:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.