Check for ResourceRef and PipelineRef for TaskRun and PipelineRun Describe to be nil #429
Labels
kind/api-change
Categorizes issue or PR as related to adding, removing, or otherwise changing an API
With the following pull requests to pipelines,
PipelineRef
,TaskResourceBinding
, andPipelineResourceBinding
will be returned as nil when not present with the next release of pipelines:tektoncd/pipeline#1495
tektoncd/pipeline#1497
When this is updated for the CLI, this will break
tkn tr describe
andtkn pr describe
as they currently rely on checking for an empty string when these resources are not present.To address 0.9 updates, a similar pattern can be followed as in #418.
The text was updated successfully, but these errors were encountered: