Skip to content

Auto Release v0.0.233

Choose a tag to compare

@github-actions github-actions released this 09 Mar 00:21
· 49 commits to main since this release
606d02b

Auto Release from Main Branch

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

Commit: 606d02b
Timestamp: 2026-03-09T01:11:59+01:00
Commit Message: Merge pull request #129 from PipeOpsHQ/snyk-fix-96928f9c09ca5896eaa5e73545ad7449

[Snyk] Security upgrade golang from 1.24-alpine to 1.25.4-alpine

Installation

Helm Chart (Recommended for Kubernetes)

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

Verification

sha256sum -c checksums.txt

What's Changed

  • [Snyk] Security upgrade golang from 1.24-alpine to 1.25.4-alpine by @9trocode in #129

Full Changelog: v0.0.232...v0.0.233