Andrea Frittoli
Andrea Frittoli
# Changes When a pipelinerun is cancelled, it may be that some of the resources managed by the pipelinerun are missing (NotFound). In this case we should not fail, and...
Using the ffdl cli to get a model, returns YAML or JSON, but in both cases an header line "Getting model xyz" is included, which breaks parsing. ``` # ffdl...
# Expected Behavior Tasks never accept secrets as parameters. A workspace (or a secret name) and field names can be used to provide access to secrets stored as k8s secrets...
# Expected Behavior The `buildkit` and `buildkit-daemonless` tasks does not use `PipelineResources` # Actual Behavior The `buildkit` task still uses `PipelineResources` even if they are deprecated. We should create a...
### Feature request Build a community maintained catalog of trigger resources for well known event formats in the CI/CD space. For example GitHub or GitLab webhooks, CDEvents (https://cdevents.dev) and more....
# Expected Behavior I can `kubectl diff` tekton triggers resources # Actual Behavior On the plumbing repo: ``` $ kubectl diff -k tekton/resources Error from server (InternalError): Internal error occurred:...
# Expected Behavior Triggers are an excellent way to provide a partially configured set of runtime resources, and isolated a limited number of parameters that are relevant for specific use...
**What happened**: Kind checks for `cgroup v2` support on my local host - where `cgroup v2` is not supported: ``` $ KIND_EXPERIMENTAL_PROVIDER=podman kind create cluster -v7 using podman due to...
### Feature request Similar to other Tekton projects, Tekton Chains should feature nightly builds. ### Use case - Deployment to the `robocat` cluster for daily integration - Allow users to...
### Feature request Support all usual commands in case of [tekton matrix](https://tekton.dev/docs/pipelines/matrix/). ### Use case Interact with Tekton pipelines that make use of [matrix](https://tekton.dev/docs/pipelines/matrix/). ### UI Example I think the...