Skip to content

Auto Release v0.0.232

Choose a tag to compare

@github-actions github-actions released this 04 Mar 11:38
· 51 commits to main since this release
aed089f

Auto Release from Main Branch

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

Commit: aed089f
Timestamp: 2026-03-04T12:30:46+01:00
Commit Message: Merge pull request #126 from PipeOpsHQ/fix/helm-namespace-ownership-metadata

fix: add Helm ownership metadata to namespace

Installation

Helm Chart (Recommended for Kubernetes)

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

Verification

sha256sum -c checksums.txt

What's Changed

  • fix: avoid monitoring readiness checks when auto-install is disabled by @9trocode in #125
  • fix: add Helm ownership metadata to namespace by @9trocode in #126

Full Changelog: v0.0.231...v0.0.232