Skip to content

Auto Release v0.0.237

Choose a tag to compare

@github-actions github-actions released this 26 Mar 03:46
· 38 commits to main since this release
66944cc

Auto Release from Main Branch

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

Commit: 66944cc
Timestamp: 2026-03-26T04:39:37+01:00
Commit Message: Merge pull request #133 from PipeOpsHQ/fix/lxc-containerd-slow-chown

fix: apply containerd slow_chown on install script re-runs

Installation

Helm Chart (Recommended for Kubernetes)

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

Verification

sha256sum -c checksums.txt

What's Changed

  • fix: apply containerd slow_chown on install script re-runs by @9trocode in #133

Full Changelog: v0.0.236...v0.0.237