Skip to content

Auto Release v0.0.226

Choose a tag to compare

@github-actions github-actions released this 19 Feb 05:07
· 69 commits to main since this release
e97f374

Auto Release from Main Branch

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

Commit: e97f374
Timestamp: 2026-02-19T05:59:10+01:00
Commit Message: Merge pull request #116 from PipeOpsHQ/fix/websocket-proxy-streamchan-relay

fix: prevent WebSocket relay from exiting when streamChan closes after 101 response

Installation

Helm Chart (Recommended for Kubernetes)

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

Verification

sha256sum -c checksums.txt

What's Changed

  • fix: prevent WebSocket relay from exiting when streamChan closes after 101 response by @9trocode in #116

Full Changelog: v0.0.225...v0.0.226