Tags: jmlrt/pipeline
Tags
Disable the default workingDir and HOME overrides Prior to this commit Steps were given a default HOME env var and a default workingDir. These defaults collide with any value set by the Step's image Dockerfile. This commit removes the default home and workingDir overrides (except in those few cases where they're still expected, like PipelineResources). See https://groups.google.com/g/tekton-dev/c/C-PL8VYN51E/m/el5Fca_PDAAJ for our tekton-dev announcement of this change. See tektoncd#1836 for the original problem description and workingDir tracking issue. See tektoncd#2013 for the HOME change tracking issue. See https://github.com/tektoncd/pipeline/blob/main/docs/deprecations.md for our documented dates for these deprecations. See https://github.com/tektoncd/pipeline/blob/main/api_compatibility_policy.md#alpha-beta-and-ga for our beta deprecation policy. ,
Pull request template spring cleaning 🌷 I removed the blocks on reviewer notes and on updating the release pipeline for new images because I don't get the impression these were serving any useful purponse; and I think having noise in the pull request template might distract people from the important bits, like the checklist which is still often ignored :( I also tried to update the checklist to refer our new(ish) guidelines since I don't think the existing links actually worked anymore 😬
validate execution status variable Adding param validation while accessing execution status along with any other param or extra string. Also, avoiding task results validation as it follows very similar pattern with $(tasks.taskname.results.status) where "status" is a result of some task. (cherry picked from commit 2ec2b86)
Change the webhook name to pipeline-webhook The "webhook" name is too generic and it creates conflicts on leases when other services (like triggers) that use leader election run in same namespace but with different configuration. Fixes tektoncd#3529 Co-authored-by: Matt Moore <mattmoor@vmware.com> Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com> (cherry picked from commit 747f4ba)
PreviousNext