Yoshiki Fujikane
Yoshiki Fujikane
**What would you like to be added**: It would be nice to be able to check or reset ID/PW in case we forgot them. **Why is this needed**: We can't...
**What happened** The Hugo version is a little bit old. So it would be nice to update it. Also, if possible, update the theme Docsy version. TODO - [x] Update...
**What this PR does / why we need it**: context: https://github.com/pipe-cd/pipecd/issues/4269#issuecomment-2031079364 Removed checking the resource key with the annotation because their generation logic differs. Previously, I tried to keep using...
**What happened**: Sometimes there are flaky behaviors in the piped component (e.g. Plan Preview, launcher ). We need to investigate the cause. **What you expected to happen**: **How to reproduce...
**What would you like to be added**: TODO: - [x] Update the base image of Dockerfiles and go.mod in `tools/` - [x] actions-gh-release - [x] actions-plan-preview - [x] codegen -...
**What happened**: Currently, the resource key includes the namespace, although the resource is cluster-scoped (e.g. ClusterRole). This might lead the problems. **What you expected to happen**: **How to reproduce it**:...
**What happened**: When we tried to deploy `kube-prometheus-stack` by using PipeCD, plan preview failed like this↓ **What you expected to happen**: We want to succeed to do a plan preview....
**What this PR does / why we need it**: Update go version to 1.22 TODO: - [x] Update the base image of Dockerfiles and go.mod in `tools/` - [x] actions-gh-release...
**What this PR does / why we need it**: This fix will solve the problem that the cluster-scoped resource can't be deleted when we set the namespace in app.pipecd.yaml. context:...
**What this PR does / why we need it**: Added default env value for the deployment information (such as deployment id, application id...) example of app.pipecd.yaml ``` apiVersion: pipecd.dev/v1beta1 kind:...