Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pipectl_v0.52.2_darwin_amd64 | 2025-07-14 | 23.0 MB | |
pipectl_v0.52.2_darwin_arm64 | 2025-07-14 | 22.2 MB | |
pipectl_v0.52.2_linux_amd64 | 2025-07-14 | 22.6 MB | |
pipectl_v0.52.2_linux_arm64 | 2025-07-14 | 21.7 MB | |
piped_v0.52.2_darwin_amd64 | 2025-07-14 | 75.5 MB | |
piped_v0.52.2_darwin_arm64 | 2025-07-14 | 72.6 MB | |
piped_v0.52.2_linux_amd64 | 2025-07-14 | 74.7 MB | |
piped_v0.52.2_linux_arm64 | 2025-07-14 | 71.4 MB | |
README.md | 2025-07-14 | 782 Bytes | |
Release v0.52.2 source code.tar.gz | 2025-07-14 | 41.5 MB | |
Release v0.52.2 source code.zip | 2025-07-14 | 47.6 MB | |
Totals: 11 Items | 472.8 MB | 3 |
Release v0.52.2 with changes since v0.52.1
Notable Changes
-
We updated the base image to solve the CVE for git(ref: https://github.com/pipe-cd/pipecd/pull/6018#issuecomment-3067877256). Please update the piped or launcher image version to this version. Not just update via PipeCD controlplane UI.
-
We introduce
tini
to remove zombie processes. If you use launcher container, be sure to update launcher image version. Not just update via PipeCD controlplane UI.
Changes * refactor metricsAnalyzer to render queries before execution. (#6010) * Update piped-base container image version (#6018) * Update piped-base-okd image for piped and launcher (#6023) * Use tini to remove zombie process (#5997) * Add tini into piped-base image (#5991)