fleet/tools/tuf
Lucas Manuel Rodriguez 9ca85411a1
Add more tooling for tuf (#16452)
I've added this tool while working on releasing #16422.

It may help us address #14026.

Running:
```sh
go run tools/tuf/status/tuf-status.go channel-version -channel stable
```
Outputs:
```json
{
  "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"
  }
}
```
2024-01-30 14:20:41 -03:00
..
status Add more tooling for tuf (#16452) 2024-01-30 14:20:41 -03:00
test Windows removal script (#16172) 2024-01-23 10:43:31 -06:00
promote_edge_to_stable.sh Update TUF scripts and docs (#16023) 2024-01-15 12:20:37 -03:00