Alexander Svyrydov
Alexander Svyrydov
### Feature request Support `CEL` in PipelineRun Task params values (and matrix values). ### Use case Imagine we have a Pipeline `cel-use-case` with one task `payload`, this Pipeline has 3...
### Feature request Add feature-flag `enable-kubernetes-sidecar` to operator. ### Use case Tekton pipelines controller [supports flag](https://tekton.dev/vault/pipelines-main/additional-configs/#customizing-the-pipelines-controller-behavior) `enable-kubernetes-sidecar` would be great to be able to control it using operator.
# Feature request Support Markdown in `displayName` field. # Use case Markdown in `displayName` would improve UX of dashboard, for example it would be possible to specify link to PR,...
# Feature request Currently duration in UI is shown after the task (or task step) is complete.   For long running processes it...
### Feature request Currently in Tekton it is possible define `displayName` for `TaskRun`, it would be great to have it for `PipelineRun`. PR: https://github.com/tektoncd/community/pull/1174 ### Use case Using `displayName` in...
### Description This pull request proposes the ability to define `displayName` for `PipelineRun`. Based on [TEP-0047: Pipeline Task Display Name](https://github.com/tektoncd/community/blob/main/teps/0047-pipeline-task-display-name.md) representing the same idea but for the list of `PipelineRun`...
Hello, Currently `HelmChart` Notation signature [verification](https://fluxcd.io/flux/components/source/helmcharts/#verification) doesn't work for AWS signed artifacts. Would be nice to add support of [AWS Signer Plugin for Notation](https://github.com/aws/aws-signer-notation-plugin?tab=readme-ov-file#aws-signer-plugin-for-notation). Thank you.