fleet/tools/tuf/status
2025-04-15 19:04:46 -03:00
..
README.md Update TUF status generation to use new TUF repository (#26099) 2025-02-07 08:30:07 -03:00
tuf-status.go Update tools/tuf-status for windows-arm64 (#28232) 2025-04-15 19:04:46 -03:00

TUF status

The TUF status tool can be used to process information of a Fleet TUF repository hosted on AWS S3 or Cloudflare R2. The default URL is Fleet's TUF: https://updates.fleetctl.com.

Get the version numbers of a channel

To get the version numbers of components in a given channel you can use the channel-version command.

go run tools/tuf/status/tuf-status.go channel-version -channel stable
{
  "desktop": {
    "linux": "1.20.0",
    "macos": "1.20.0",
    "windows": "1.20.0"
  },
  "nudge": {
    "macos": "1.1.10.81462"
  },
  "orbit": {
    "linux": "1.20.1",
    "macos": "1.20.1",
    "windows": "1.20.1"
  },
  "osqueryd": {
    "linux": "5.9.1",
    "macos": "5.9.1",
    "windows": "5.9.1"
  },
  "swiftDialog": {
    "macos": "2.1.0"
  }
}