Yoshiki Fujikane
Yoshiki Fujikane
Added `Summary` value on [701bffa](https://github.com/pipe-cd/pipecd/pull/5002/commits/701bffa8fe819ac82ff594e617a3bd5dc660936c)
Workaround to delete resources - do QuickSync with `prune: true`
**Why this happened** When checking the resource ConstraintTemplate `templates.gatekeeper.sh/v1beta1`, it fails because it is considered as not found. This is related to the fix for https://github.com/pipe-cd/pipecd/pull/4916 Currently, piped checks whether...
We will fix it later on pipedv1.
Note: - Check this later https://github.com/pipe-cd/pipecd/issues/3086 cc @khanhtc1202
Support it on the pipedv1.
[root cause] The error occurs when piped tries to store the stage log to the completed `SCRIPT_RUN_ROLLBACK` stage. piped identifies the target stage with stage ID to store the stage...
I tried to add suffix to the stageID for SCRIPTRUN_ROLLBACK stage like this. https://github.com/pipe-cd/pipecd/commit/7a475a687e9eed85cd105a542db4b663f8415f66 But it failed when rollback. The error comes from finding the stage config with stageID on...
Currently, the SCRIPT_RUN_ROLLBACK stage is a predefined stage, and it is assumed that there are multiple in the pipeline. But we should modify the spec to execute only one SCRIPT_RUN_ROLLBACK...
> [root cause] The error occurs when piped tries to store the stage log to the completed SCRIPT_RUN_ROLLBACK stage. > piped identifies the target stage with stage ID to store...