NVIDIA/fleet-intelligence-client v1.1.0
NVIDIA/fleet-intelligence-client
Captured source
source ↗v1.1.0
Repository: NVIDIA/fleet-intelligence-client
Tag: v1.1.0
Published: 2026-09-08T20:43:28Z
Prerelease: no
Release notes:
NVIDIA Fleet Intelligence Client v1.1.0
This release includes nvfleetint, the command-line client for NVIDIA Fleet Intelligence.
Available Packages
- Linux archives: Standalone binaries with SHA-256 checksums on
amd64andarm64 - Windows archives: Authenticode-signed binaries on
amd64andarm64 - macOS archives: Developer ID-signed and notarized
.ziparchives for Intel and Apple Silicon
Installation
Download the appropriate archive 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.txt
Confirm that fleet-intelligence.pub.asc has fingerprint FE0C 8B74 CA66 357C 13BE 197D CCE3 C963 0871 99B3, then authenticate the checksum manifest:
gpg --import fleet-intelligence.pub.asc gpg --verify checksums.txt.asc checksums.txt
Support
For issues and questions, please visit: https://github.com/NVIDIA/fleet-intelligence-client/issues
What's Changed
- feat: add version update check by @emilyzhangbg in https://github.com/NVIDIA/fleet-intelligence-client/pull/48
- feat(openapi): sync release 1.8 client contract by @jingxiang-z in https://github.com/NVIDIA/fleet-intelligence-client/pull/49
- feat(oob): add CLI/SDK support for out-of-band inventory by @jingxiang-z in https://github.com/NVIDIA/fleet-intelligence-client/pull/30
- feat(xid): add CLI/SDK support for xid bursts by @emilyzhangbg in https://github.com/NVIDIA/fleet-intelligence-client/pull/46
- fix: Change publish docs call trigger. by @ebalduf in https://github.com/NVIDIA/fleet-intelligence-client/pull/47
- chore: update Go toolchain and crypto deps by @emilyzhangbg in https://github.com/NVIDIA/fleet-intelligence-client/pull/50
- feat: add filter options commands by @emilyzhangbg in https://github.com/NVIDIA/fleet-intelligence-client/pull/51
- feat: add tag setting support by @emilyzhangbg in https://github.com/NVIDIA/fleet-intelligence-client/pull/53
- refactor: keep cmd/nvfleetint to commands, move the rest to internal by @emilyzhangbg in https://github.com/NVIDIA/fleet-intelligence-client/pull/54
- feat(install): streamline PowerShell setup by @jingxiang-z in https://github.com/NVIDIA/fleet-intelligence-client/pull/55
- chore: regenerate client for OOB inventory, verification, and location renames by @emilyzhangbg in https://github.com/NVIDIA/fleet-intelligence-client/pull/56
- feat: add computezone update command by @emilyzhangbg in https://github.com/NVIDIA/fleet-intelligence-client/pull/57
- chore(xidburst): remove end time to align with UI by @emilyzhangbg in https://github.com/NVIDIA/fleet-intelligence-client/pull/58
- fix(computezone): change computezone update example to use id instead of name by @emilyzhangbg in https://github.com/NVIDIA/fleet-intelligence-client/pull/59
- feat(node): add OOB node name support by @jingxiang-z in https://github.com/NVIDIA/fleet-intelligence-client/pull/60
- fix(node): require agent type for filtered node lists by @emilyzhangbg in https://github.com/NVIDIA/fleet-intelligence-client/pull/62
- chore: align with release 1.9 openapi spec by @emilyzhangbg in https://github.com/NVIDIA/fleet-intelligence-client/pull/63
- Further clean up of documentation by @ebalduf in https://github.com/NVIDIA/fleet-intelligence-client/pull/64
Full Changelog: https://github.com/NVIDIA/fleet-intelligence-client/compare/v1.0.0...v1.1.0