nghialv
nghialv
**What would you like to be added**: **Why is this needed**:
**What would you like to be added**: **Why is this needed**: Currently, we are using the PipeCD agent to deploy a large number of Terraform applications. However, the agent starts...
Some events in the [docs](https://pipecd.dev/docs-v0.44.x/user-guide/managing-piped/configuring-notifications/) but still not be implemented. - [ ] APPLICATION_SYNCED - [ ] APPLICATION_OUT_OF_SYNC - [ ] APPLICATION_HEALTHY - [ ] APPLICATION_UNHEALTHY - [ ] DEPLOYMENT_ROLLING_BACK...
**What would you like to be added**: https://pipecd.dev/docs/user-guide/managing-application/customizing-deployment/adding-a-manual-approval/ Currently, a list of users can be specified but it would be nice if teams can be used as well. **Why is...
**What would you like to be added**: Currently, each API key can be either `READ_ONLY` or `READ_WRITE` role. It would be nice to have the ability to configure a more...
**What happened**: ``` apiVersion: v1 kind: Pod name: secret-env-pod spec: containers: - env: - name: SECRET_USERNAME valueFrom: secretKeyRef: key: username name: mysecret ``` **What you expected to happen**: **How to...
**What happened**: Here is the scenario: Although we have recommended that all operations should be done through PR by changing the Git data (as GitOps rules), but some developers have...
**What happened**: **What you expected to happen**: **How to reproduce it**: **Environment**: - `piped` version: - `control-plane` version: - Others:
Hi I have refactored encoding function and added some tests.
This pull request is just to demonstrate the PlanPreview feature. https://pipecd.dev/docs/user-guide/plan-preview/