Skip to content

Auto Release v0.0.236

Choose a tag to compare

@github-actions github-actions released this 25 Mar 21:28
· 40 commits to main since this release
2b1c35b

Auto Release from Main Branch

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

Commit: 2b1c35b
Timestamp: 2026-03-25T22:19:10+01:00
Commit Message: Merge pull request #130 from PipeOpsHQ/dependabot/go_modules/go_modules-9c5197dcb8

chore(deps): bump google.golang.org/grpc from 1.75.1 to 1.79.3 in the go_modules group across 1 directory

Installation

Helm Chart (Recommended for Kubernetes)

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

Verification

sha256sum -c checksums.txt

What's Changed

  • fix: enable containerd slow_chown for LXC on kernels < 5.19 by @9trocode in #132
  • chore(deps): bump google.golang.org/grpc from 1.75.1 to 1.79.3 in the go_modules group across 1 directory by @dependabot[bot] in #130

Full Changelog: v0.0.235...v0.0.236