Skip to content

Releases: nudgebee/node-agent

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 17 Jul 13:40
Immutable release. Only release title and notes can be modified.
829a43f
security: Go 1.25.12 + cilium/xz patch bumps (4 of 10 fixable CVEs) (…

v0.1.4-rc.1

v0.1.4-rc.1 Pre-release
Pre-release

Choose a tag to compare

@mayankpande88 mayankpande88 released this 17 Jul 05:43
Immutable release. Only release title and notes can be modified.
829a43f

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

Choose a tag to compare

@github-actions github-actions released this 15 Jul 11:55
Immutable release. Only release title and notes can be modified.
5e1f9fc
fix: guard eBPF map iteration until tracer.Run loads the collection (…

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 07:31
Immutable release. Only release title and notes can be modified.
8a3d59d
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

Choose a tag to compare

@mayankpande88 mayankpande88 released this 10 Jul 08:53
Immutable release. Only release title and notes can be modified.
cf29f1d

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

Choose a tag to compare

@github-actions github-actions released this 14 May 11:37
d4c4a28
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).