Yoshiki Fujikane
Yoshiki Fujikane
**What would you like to be added**: This is an epic issue to track the progress for k8s multicluster deployment. **TODO** - [x] Support Livestate for multiple platform provider -...
**What happened**: When adding the k8s app with app.pipecd.yaml which has `spec.planner.alwaysPipelineSync: true` and `K8S_PRIMARY_ROLLOUT` with the option `prune:true`, piped fails with panic like this↓. The piped keeps failing until...
**What happened**: When adding the k8s app with app.pipecd.yaml which has `spec.planner.alwaysPipelineSync: true` and `K8S_BASELINE_ROLLOUT`, piped fails with panic like this↓. The piped keeps failing until it is canceled on...
**What happened**: When deploying a namespaced resource with spec.input.namespace in the app.piped.yaml, the namespace in the resource key isn't correct. For example, I deployed the Deployment resource with the app.pipecd.yaml...
**What happened**: When I use the PipelineSync, including `K8S_PRIMARY_ROLLOUT`, sometimes the pruning doesn't work. **What you expected to happen**: It would be nice to delete resources when enabling the prune...
**What happened**: Failed to plan when the gatekeeper's constraint template that has multi api version on the v0.47.3-rc0. **What you expected to happen**: It would be nice to plan the...
**What happened**: If you perform a rollback with multiple Script Runs specified, the execution of the SCRIPT_RUN_ROLLBACK stage will fail. **What you expected to happen**: Successfully finish executing the SCRIPT_RUN_ROLLBACK...
**What this PR does / why we need it**: as title **Which issue(s) this PR fixes**: Fixes # **Does this PR introduce a user-facing change?**: - **How are users affected...
**What happened**: In the PipeCD Application that uses Helm charts, an issue occurred where the version of the Helm chart was not updated even if the version was updated and...
**What would you like to be added**: When separating the app code repo and manifests repo by using event watcher, it would be nice to link the app repo PR...