Ren Goto (@ren510dev)
Ren Goto (@ren510dev)
**Describe the bug** When trying to install "[email protected]" via asdf, an error occurs. I prepared a script similar to the following to automate the installation of multiple plugin tools. -...
**What would you like to be added**: Including in PipeCD webhook the timestamp when an existing resource was changed by piped. Specifically, PipeCD gets the deployment status by [reportDeploymentCompleted](https://github.com/pipe-cd/pipecd/blob/master/pkg/app/piped/controller/scheduler.go#L597-L667). At...
Prepare a structure like this: ```go type AddressInformation struct { ID int `json:"id"` VirtualIPv4 string `json:"virtual_ipv4"` VirtualIPv6 string `json:"virtual_ipv6"` IsVirtualIPv6 bool `json:"is_virtual_ipv6"` MacAddress string `json:"mac_address"` } ``` golangci-lint prints an...
**Use case:** Currently, when using the InfluxDB Helm Charts with Docker-Desktop Kubernetes Engine, the `influxdb:1.8.10-alpine` image is automatically selected. However, the container registry does not contain a Docker image that...
**What happened**: When trying to deploy a Cloud Run Job with PipeCD, the following error is returned: `spec.template.spec.containers` was missing It appears that the current implementation of PipeCD only supports...