Auto Release v0.0.234
Auto Release from Main Branch
This release was automatically created from the latest changes on the main branch.
Commit: 3a5829b
Timestamp: 2026-03-13T09:16:06+01:00
Commit Message: Merge pull request #128 from PipeOpsHQ/fix/traefik-custom-404-fallback
fix: add custom 404 fallback route for vm-agent Traefik
Installation
Helm Chart (Recommended for Kubernetes)
helm install pipeops-agent oci://ghcr.io/pipeopshq/pipeops-agent \
--version v0.0.234 \
--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.234Verification
sha256sum -c checksums.txtWhat's Changed
Full Changelog: v0.0.233...v0.0.234