Releases: NVIDIA/fleet-intelligence-client
Release list
v1.1.0-rc.1
NVIDIA Fleet Intelligence Client v1.1.0-rc.1
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.
Changelog
New Features
- ff06a9b: feat(oob): add CLI/SDK support for out-of-band inventory (#30) (@jingxiang-z)
- 4cd1918: feat(openapi): sync release 1.8 client contract (#49) (@jingxiang-z)
- 8cce12a: feat(xid): add CLI/SDK support for xid bursts (#46) (@emilyzhangbg)
- fd29d2c: feat: add filter options commands (#51) (@emilyzhangbg)
- 30f7a6a: feat: add update node tag command (#53) (@emilyzhangbg)
- 569182e: feat: add version update check (#48) (@emilyzhangbg)
Bug Fixes
Maintenance
- 36aaa04: chore: update Go toolchain and crypto deps (#50) (@emilyzhangbg)
Verification
All release artifacts are checksummed. Verify downloads using:
sha256sum -c checksums.txtConfirm 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.txtSupport
For issues and questions, please visit: https://github.com/NVIDIA/fleet-intelligence-client/issues
v1.0.0
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
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.txtConfirm 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.txtSupport
For issues and questions, please visit: https://github.com/NVIDIA/fleet-intelligence-client/issues
What's Changed
- feat(skills): add fleet-health-report skill by @emilyzhangbg in #9
- refactor(cli)!: rename cli output to align with dashboard UI by @emilyzhangbg in #10
- fix(cli): improve pagination display by @emilyzhangbg in #11
- feat: expose new external api endpoints in cli by @emilyzhangbg in #12
- chore: use short SPDX headers by @jingxiang-z in #13
- chore(oss): update docs for open source release by @jingxiang-z in #14
- feat(release): add signed cross-platform distribution for nvfleetctl by @jingxiang-z in #16
- feat(release): sign checksum manifest by @jingxiang-z in #18
- feat(skills): expand and correct nvfleetctl skill guidance by @emilyzhangbg in #17
- feat(skills): add node RCA/RCCA report skill by @emilyzhangbg in #15
- fix: update SDK for API schema changes by @ooolafhu in #19
- docs(release): document artifact verification by @jingxiang-z in #20
- fix(sdk): require https base URLs and pin a TLS 1.2 floor by @emilyzhangbg in #22
- docs(skills): drop platform-specific sandbox guidance by @emilyzhangbg in #21
- docs(notice): add Boulder MPL attribution by @jingxiang-z in #23
- chore(deps): update package version and pin CI to Go 1.26.5 by @emilyzhangbg in #24
- chore(deps): update direct dependencies and notices by @jingxiang-z in #25
- fix(skills): make agent skills portable by @jingxiang-z in #29
- docs: docs improvement for release by @jingxiang-z in #31
- refactor: rename CLI and SDK to nvfleetint by @jingxiang-z in #32
- feat(auth): add named credential profiles by @emilyzhangbg in #33
- fix(client): retry transient API failures by @jingxiang-z in #34
- feat(release): publish release archives to Artifactory by @emilyzhangbg in #28
- chore: change remaining integrity check terms to verification check by @emilyzhangbg in #35
- fix(alerts): align timeline client with API contract by @jingxiang-z in #37
- refactor(skills): consolidate CLI guidance by @jingxiang-z in #36
- docs: Move to the new Nvidia docs structure w/ Fern by @ebalduf in #39
- fix: apply tava requirements by @emilyzhangbg in #40
- fix: change auth add to read from stdin by @emilyzhangbg in #41
- fix: correct release artifact paths by @jingxiang-z in #42
- fix(alert): use zero-indexed alert pagination by @emilyzhangbg in #43
- fix(cli): bound displayed pagination pages by @jingxiang-z in #44
- fix(release): pin GoReleaser to trigger tag by @jingxiang-z in #45
New Contributors
Full Changelog: v0.2.0...v1.0.0
v0.2.0
NVIDIA Fleet Intelligence Client v0.2.0
This release includes nvfleetctl, the command-line client for NVIDIA Fleet Intelligence.
Available Packages
- Binary archives: Standalone
nvfleetctlbinaries for Linux, macOS, and Windows onamd64andarm64
Installation
Download the appropriate archive for your system from the assets below. For installation instructions, see the project README.
Changelog
New Features
- a8d5607: feat(skills): add nvfleetctl skill (#8) (@emilyzhangbg)
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-client/issues
v0.1.0
NVIDIA Fleet Intelligence Client v0.1.0
This release includes nvfleetctl, the command-line client for NVIDIA Fleet Intelligence.
Available Packages
- Binary archives: Standalone
nvfleetctlbinaries for Linux, macOS, and Windows onamd64andarm64
Installation
Download the appropriate archive for your system from the assets below. For installation instructions, see the project README.
Changelog
New Features
- 6aeb726: feat(auth): Add login, logout, status commands (GPUHEALTH-2284) (Emily Zhang emizhang@nvidia.com)
- 3c096b8: feat(cli): Add phase 1 read commands (GPUHEALTH-2292) (Emily Zhang emizhang@nvidia.com)
- 45b5e02: feat(cli): support json output for cli auth and error (#7) (Jingxiang Zhang 72907213+jingxiang-z@users.noreply.github.com)
- a6fec4f: feat(report): Add signed inventory report download & verification (GPUHEALTH-2389) (Emily Zhang emizhang@nvidia.com)
Bug Fixes
- bfae575: fix: Fix CI by changing import order (#2) (emilyzhangbg 57567096+emilyzhangbg@users.noreply.github.com)
Documentation Updates
- c47410a: docs(oss): improve open source readiness docs (#1) (Jingxiang Zhang 72907213+jingxiang-z@users.noreply.github.com)
- b38456f: docs(readme): Update readme (Emily Zhang emizhang@nvidia.com)
Maintenance
- 17bf96b: chore(oss): add license headers and golangci-lint (#3) (Jingxiang Zhang 72907213+jingxiang-z@users.noreply.github.com)
- 6006d87: chore(release): add goreleaser config and release workflow (#6) (emilyzhangbg 57567096+emilyzhangbg@users.noreply.github.com)
- 1d20ffc: chore: Add Issue and PR templates from PLC-OSS-Template to follow NVIDIA OSS standard (Emily Zhang emizhang@nvidia.com)
- 2facf6f: chore: Migrate repository from GitLab to GitHub (Emily Zhang emizhang@nvidia.com)
- ae68f80: chore: add Apache 2.0 license (Jingxiang Zhang jingzhang@nvidia.com)
- 95fba86: chore: add coderabbit review config (#5) (Jingxiang Zhang 72907213+jingxiang-z@users.noreply.github.com)
- 1dbf546: chore: initial scaffold (xuefengh xuefengh@nvidia.com)
- 61d559e: refactor: rename fleetctl to nvfleetctl (Emily Zhang emizhang@nvidia.com)
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-client/issues