-
Task
-
Resolution: Done
-
Blocker
-
None
-
None
-
-
Konflux - Operations
-
KONFLUX-3659 - Resolve critical Openshift Pipelines bugs affecting migration
- Update UI to request v1 Resource.
- Update UI to request logs using PipelineRun UID + TaskRunUID. Basically just using records annotation instead of logs annotation. This will work with current API also.
- Modify UI to make requests for logs using logs Get v1alpha3 endpoint
- Note: This is mainly a matter of changing the endpoint
For PipelineRun and TaskRun update list calls to v1 & v1beta1
- data_type=tekton.dev/v1beta1.PipelineRun change to data_type in ("tekton.dev/v1beta1.PipelineRun", "tekton.dev/v1.PipelineRun")
- Use both v1beta1 and v1 for backward compatibility
For Logs include results.tekton.dev/v1alpha2.Log & results.tekton.dev/v1alpha3.Log
- blocks
-
SRVKP-6501 EC Security tab information disappears
- Closed
-
SRVKP-6210 Unable to access logs and task runs
- Closed
-
SRVKP-6525 Upgrade Pipelines and Tekton Results version in Konflux infra repo
- To Do
- links to