Tetsuya KIKUCHI

Results 43 issues of 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...

kind/enhancement

**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. ![image](https://github.com/pipe-cd/pipecd/assets/97105818/e7f218e1-222b-4bc9-8ce4-825628d66743) -...

area/docs

**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...

area/go

**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...

kind/enhancement
good first issue
size/M

**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...

kind/enhancement
good first issue
size/M

**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...

kind/enhancement

**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`...

kind/bug

**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...

kind/enhancement
area/server

This issue DOES NOT include implementing the graph UI. ![image](https://github.com/pipe-cd/pipecd/assets/97105818/e4700460-948f-43d7-9f12-43c437605967)

kind/enhancement

**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...

kind/enhancement
epic