Tetsuya KIKUCHI
Tetsuya KIKUCHI
**What would you like to be added**: To renew the version of cobra. Currently, we use cobra v1.0.0 as below. https://github.com/pipe-cd/pipecd/blob/4285674e207636ff871aec9551ca3fc6ca201a46/go.mod#L42 Today, the current latest of cobra is v1.8.0. See...
**What this PR does / why we need it**: - Fix indents of the procedures - especially, `2. Get the Cpi Profile` was merged with the previous line.  -...
**What this PR does / why we need it**: Support generating the simplest app.pipecd.yaml for K8sApp by `pipectl init` , selecting Kustomize or Helm. **Which issue(s) this PR fixes**: Fixes...
**What would you like to be added**: When a user removes a tag from serviceDefinition, then that tag should be removed on AWS. **Why is this needed**: Now we use...
**What would you like to be added**: "google.golang.org/genproto/googleapis/cloud/secretmanager/v1" is deprecated: Please use types in: cloud.google.com/go/secretmanager/apiv1/secretmanagerpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details. in(currently including the package): - pkg/app/piped/cmd/piped/piped.go - pkg/app/launcher/cmd/launcher/launcher.go **Why...
**What would you like to be added**: Support generating the simplest `app.pipecd.yaml` for `KubernetesApp` by `pipectl init` as a part of #4677 Details: - QuickSync would be enough for the...
**What happened**: The `ECS_PRIMARY_ROLLOUT` stage deleted the old task sets **including the canary task set**. -> The traffic-receiving target group lost instances to route traffic. -> `503 Service Temporarily Unavailable`...
**What would you like to be added**: Support OIDC for Control Plane's SSO. **Why is this needed**: Currently, only GitHub and Google are supported for the SSO. However, some users...
This issue DOES NOT include implementing the graph UI. 
**What would you like to be added**: Support 3 features below for ECS: 1. Plan Preview 2. Live State 3. Drift Detection Note: I make this PR as epic because...