Skip to content

Auto Release v0.0.235

Choose a tag to compare

@github-actions github-actions released this 25 Mar 20:53
· 44 commits to main since this release
2ff8c1b

Auto Release from Main Branch

This release was automatically created from the latest changes on the main branch.

Commit: 2ff8c1b
Timestamp: 2026-03-25T21:44:26+01:00
Commit Message: Merge pull request #131 from PipeOpsHQ/fix/traefik-custom-404-fallback

chore: remove unused FRP (frpc) from project

Installation

Helm Chart (Recommended for Kubernetes)

helm install pipeops-agent oci://ghcr.io/pipeopshq/pipeops-agent \
  --version v0.0.235 \
  --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 | bash

Docker

docker pull ghcr.io/pipeopshq/pipeops-k8-agent:v0.0.235

Verification

sha256sum -c checksums.txt

What's Changed

  • chore: remove unused FRP (frpc) from project by @9trocode in #131

Full Changelog: v0.0.234...v0.0.235