Skip to content

Auto Release v0.0.228

Choose a tag to compare

@github-actions github-actions released this 20 Feb 22:43
· 65 commits to main since this release
f38e052

Auto Release from Main Branch

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

Commit: f38e052
Timestamp: 2026-02-20T23:35:34+01:00
Commit Message: Merge pull request #118 from PipeOpsHQ/fix/wait-for-ingress-controller-service

fix: wait for ingress controller service before starting ingress watcher

Installation

Helm Chart (Recommended for Kubernetes)

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

Verification

sha256sum -c checksums.txt

What's Changed

  • fix: wait for ingress controller service before starting ingress watcher by @9trocode in #118

Full Changelog: v0.0.227...v0.0.228