Vibhav Bobade
Vibhav Bobade
# Changes /fixes https://github.com/tektoncd/pipeline/issues/7752 # Submitter Checklist As the author of this PR, please check off the items in this checklist: - [x] Has [Docs](https://github.com/tektoncd/community/blob/main/standards.md#docs) if any changes are user...
Currently users with only write permissions can trigger retests with the /retest flag. collaborator folk such as myself have to rely on maintainer intervention to ensure that flakes aren't giving...
TEP 0097: Add `breakpoints`, `breakpoints.onFailure` to `debug` and extend support to PipelineRun
### Feature request Add `breakpoints`, `breakpoints.onFailure` to `debug` spec in TaskRuns which uses existing logic from the `onFailure` option in the `debug.breakpoint` spec in the TaskRun spec. Extend this logic...
# Changes When resolving StepActions using the Cluster resolver, the system should always use the Task's namespace rather than falling back to the TaskRun's namespace. Prior to this StepActions were...
This is an umbrella issue created to track Chainloop's support for Tekton through multiple avenues. - [ ] Chainloop as a storage backend in Tekton Chains - [ ] Tekton...
correct misspelling in the Client.WaitForWeavaite method name and updated all references across the codebase to use the correct spelling WaitForWeaviate. Fixes: https://github.com/weaviate/weaviate/issues/9304
# Changes add validation to ensure taskRef.apiVersion follows the correct format (group/version) when specified. Previously, invalid apiVersion values like 'invalid-api-version' were accepted, causing PipelineRuns to create unhandled CustomRuns that would...