Auto Release v0.0.222
Auto Release from Main Branch
This release was automatically created from the latest changes on the main branch.
Commit: aa3406e
Timestamp: 2026-02-18T10:22:55+01:00
Commit Message: Merge pull request #112 from PipeOpsHQ/fix/exec-protocol-translation
fix: translate between frontend text protocol and K8s channel binary protocol for exec
Installation
Helm Chart (Recommended for Kubernetes)
helm install pipeops-agent oci://ghcr.io/pipeopshq/pipeops-agent \
--version v0.0.222 \
--set agent.pipeops.token="your-pipeops-token" \
--set agent.cluster.name="your-cluster-name"Quick Install (Binary)
curl -fsSL https://raw.githubusercontent.com/pipeopshq/pipeops-k8-agent/main/scripts/install.sh | bashDocker
docker pull ghcr.io/pipeopshq/pipeops-k8-agent:v0.0.222Verification
sha256sum -c checksums.txtWhat's Changed
- fix: translate between frontend text protocol and K8s channel binary protocol for exec by @9trocode in #112
Full Changelog: v0.0.221...v0.0.222