Releases: nudgebee/node-agent
Releases · nudgebee/node-agent
Release list
v0.1.4
v0.1.4-rc.1
Immutable
release. Only release title and notes can be modified.
RC: security hardening — Go 1.25.12 (CVE-2026-39822 HIGH/-42505), cilium v1.17.16, xz v0.5.15 (#295). Remaining prometheus/docker findings require migrations (documented in the PR).
v0.1.3
Immutable
release. Only release title and notes can be modified.
fix: guard eBPF map iteration until tracer.Run loads the collection (…
v0.1.2
Immutable
release. Only release title and notes can be modified.
fix(otel): don't combine WithTLSClientConfig with WithInsecure (#293) otel v1.43+ rejects a TLS client config on insecure HTTP endpoints: F tracing.go:77] insecure HTTP endpoint cannot use TLS client configuration Since the otel group bump, the agent fatals at startup whenever TRACES_ENDPOINT is plain HTTP (e.g. the in-cluster otel collector). Apply WithTLSClientConfig only for https endpoints, in both the traces and logs exporters.
v0.1.1
Immutable
release. Only release title and notes can be modified.
Security hardening (nudgebee/nudgebee#578, node-agent #289): build with Go 1.25.11 (clears the stdlib CRITICAL + all stdlib HIGH/MEDIUM in the agent binary) and microdnf update the UBI9 base. Takes the image from 94 fixable CVEs to ~8 (0 CRITICAL). Residual (docker/prometheus major bumps) tracked separately.
v0.1.0
Release v0.1.0 First nudgebee fork release published to ghcr.io/nudgebee/node-agent. Highlights: - CI/CD: migrated image publish from ECR to GHCR; main is the single release branch; v* tags on main trigger multi-arch (amd64+arm64) builds and GitHub releases. - LLM observability pipeline refactor (#234).