v1.2.0
NVIDIA Fleet Intelligence Agent v1.2.0
This release includes a host agent for GPU telemetry collection and attestation.
Available Packages
- DEB packages:
amd64andarm64for Debian/Ubuntu systems - RPM packages:
x86_64andaarch64for RHEL/CentOS/Fedora systems - Binary archives: Standalone binaries for both architectures
Installation
Download the appropriate package for your system from the assets below. For installation instructions, see the project README.
Verification
All release artifacts are checksummed. Verify downloads using:
sha256sum -c checksums.txtSupport
For issues and questions, please visit: https://github.com/NVIDIA/fleet-intelligence-agent/issues
What's Changed
- feat: add dcgm version to machine info by @jingxiang-z in #143
- fix: improve goreleaser tag selection and changelog grouping by @jingxiang-z in #144
- fix: secure fleetint state permissions by @jingxiang-z in #147
- chore: remove unused gpu-count flag and improve configuration docs by @jingxiang-z in #146
- fix: dcgm incident integer types by @jingxiang-z in #148
- fix: restore localhost-only server defaults by @jingxiang-z in #151
- fix: validate derived backend endpoints by @jingxiang-z in #152
- fix: bump sdk grpc-go by @jingxiang-z in #155
- fix: harden startup and export under slow DCGM and machine info by @jingxiang-z in #157
- fix: detect gpu hardware before driver checks by @jingxiang-z in #158
- chore: add SECURITY.md and bump Go to 1.26.2 by @jingxiang-z in #159
- chore: prune unused vendored sdk packages by @jingxiang-z in #161
- security: remove dead code fix cmd exec by @rsampaio in #162
- feat: Add event_id(UUID) to events info in agent message to backend by @ambermingxin in #160
- security: harden agent against local and network attack vectors by @rsampaio in #163
- fix: harden exporter JWT refresh handling by @jingxiang-z in #165
- fix: enforce token file size limit before read by @rsampaio in #166
- fix: harden exporter redirects for custom HTTP clients by @jingxiang-z in #168
- docs: add sudo to unix socket curl examples by @rsampaio in #174
- security: disable HTTP redirect following on attestation, enrollment, and CLI clients [1/5] by @rsampaio in #169
- security: use absolute paths for exec to prevent PATH poisoning [2/5] by @rsampaio in #170
- security: sanitize error responses and clamp query time ranges [3/5] by @rsampaio in #171
- security: add security response headers to HTTP API [4/5] by @rsampaio in #172
Full Changelog: v1.1.1...v1.2.0