JeromeJu
JeromeJu
# Changes This commit adds conversion functions between v1beta1 and v1 Pipeline. It does not handle fields deprecated in v1beta1 that will not be present in v1. It implements ConvertTo...
# Changes This commit adds structs and validation for v1 TaskRun, including pod, resultRef. This is copied from v1beta1 with the following exceptions: - omitted TaskRunResources - This includes the...
# Changes This commit adds conversion functions between v1beta1 and v1 TaskRun. It does not handle fields deprecated in v1beta1 that will not be present in v1. It implements ConvertTo...
### Feature request For the latest release, CSI Volumes is in Alpha in v0.38. It shall be promoted to beta. ### Use case
### Feature request In [TEP-69: Support retries for custom task in a pipeline](https://github.com/tektoncd/community/pull/491), the cases where the custom controller does not support retries have not been clarified. Hence this issue...
### Feature request Now that the [CSI volume as workspaces](https://github.com/tektoncd/pipeline/pull/5030) has been merged and released in v0.38, it would be helpful that we can have this added to cli. ###...
Automation to grab all tap files and AQAcert.log file and push them to either releases repo or artifactory 1. Creating a standalone groovy script that given the name/id of a...
This commit removes the deprecated PodSeucrityPolicy and provide a guide moving forward for users. # Changes # Submitter Checklist As the author of this PR, please check off the items...
# Changes This commit removes the deprecated PodSeucrityPolicy and provide a guide moving forward for users. Fixes: https://github.com/tektoncd/pipeline/issues/4112 /kind bug TODO: Apply PSA & OPA that could cover what previously...
# Changes This commit renames `taskRunStepOverride` and `taskRunSidecarOverride` Golang structs to `taskRunStepSpec` and `taskRunSidecarSpec`, renames `taskrun.spec.stepOverrides` and `taskrun.spec.sidecarOverrides` to `taskrun.spec.stepSpecs` and `taskrun.spec.sidecarSpecs` and the fields related to compute resources in...