Skip to content

Auto Release v0.0.219

Choose a tag to compare

@github-actions github-actions released this 18 Feb 04:44
· 83 commits to main since this release
18d84d1

Auto Release from Main Branch

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

Commit: 18d84d1
Timestamp: 2026-02-18T05:37:59+01:00
Commit Message: Merge pull request #109 from PipeOpsHQ/fix/rbac-self-reconciliation

fix: wire up LokiSSL and GrafanaSSL in heartbeat like PrometheusSSL

Installation

Helm Chart (Recommended for Kubernetes)

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

Verification

sha256sum -c checksums.txt

What's Changed

  • fix: wire up LokiSSL and GrafanaSSL in heartbeat like PrometheusSSL by @9trocode in #109

Full Changelog: v0.0.218...v0.0.219