Skip to content

Releases: nudgebee/node-agent

Release list

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).