Auto Release from Main Branch
This release was automatically created from the latest changes on the main branch.
Commit: 90d1e8e
Timestamp: 2026-06-16T05:50:28+01:00
Commit Message: Merge pull request #150 from PipeOpsHQ/fix/dockerfile-go-1.25
build: bump builder image to golang:1.25-alpine (go.mod requires go 1.25.0)
Installation
Helm Chart (Recommended for Kubernetes)
helm install pipeops-agent oci://ghcr.io/pipeopshq/pipeops-agent/pipeops-agent \
--version v0.0.238 \
--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 | bashDocker
docker pull ghcr.io/pipeopshq/pipeops-k8-agent:v0.0.238Verification
sha256sum -c checksums.txtWhat's Changed
- chore(deps): bump helm.sh/helm/v3 from 3.18.5 to 3.20.2 in the go_modules group across 1 directory by @dependabot[bot] in #134
- fix: improve control plane reconnect resilience and self-healing by @9trocode in #135
- fix: propagate namespace creation errors instead of silently swallowing them by @9trocode in #136
- fix: pre-create monitoring namespaces before any Helm install runs by @9trocode in #137
- fix: use url.URL struct for service URL to prevent SSRF (CodeQL #39) by @9trocode in #138
- fix: guard against integer overflow in WebSocket frame allocations (CodeQL #84) by @9trocode in #139
- chore(deps): bump github.com/containerd/containerd from 1.7.30 to 1.7.32 in the go_modules group across 1 directory by @dependabot[bot] in #140
- fix(helm): standardize OCI registry path + bootstrap monitoring namespace by @9trocode in #143
- fix(ingress): grant traefik.io RBAC + stop stalling on Traefik readiness by @9trocode in #145
- fix(agent): self-heal monitoring/ingress bootstrap with retry backoff by @9trocode in #146
- chore(deps): bump github.com/jpillora/chisel from 1.10.1 to 1.11.5 in the go_modules group across 1 directory by @dependabot[bot] in #144
- test(agent): fix flaky TestWSStreamEntry_ConcurrentAccess by @9trocode in #147
- ci: install Go toolchain matching go.mod (fixes 'no such tool covdata') by @9trocode in #148
- style: gofmt -s websocket_client.go to fix CI formatting check by @9trocode in #149
- build: bump builder image to golang:1.25-alpine (go.mod requires go 1.25.0) by @9trocode in #150
Full Changelog: v0.0.237...v0.0.238