Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Aug 16:01
· 10 commits to main since this release
e9941e1

NVIDIA Fleet Intelligence Client v1.0.0

This release includes nvfleetint, the command-line client for NVIDIA Fleet Intelligence.

Available Packages

  • Linux archives: Standalone binaries with SHA-256 checksums on amd64 and arm64
  • Windows archives: Authenticode-signed binaries on amd64 and arm64
  • macOS archives: Developer ID-signed and notarized .zip archives 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

New Contributors

Full Changelog: v0.2.0...v1.0.0