Hey, what's the best way to check for new versions...
# fleet
j
Hey, what's the best way to check for new versions of the Orbit client from your Tuf server? This is the Fleet agent that's currently on version 1.21 I'm talking about. Is there a webhook or RSS feed I can use to be alerted when there's a new version? šŸ™‚
j
Hello! šŸ‘‹ Thanks for reaching out! I believe that the Fleet agent (fleetd) should auto-update when a new version of Orbit is pushed. Let me look into if there's a way for you to manually check what the version is!
j
Hi, Jahziel. Yes, I'm aware there's an auto-update feature but we are pinning and updating ourselves via the .MSI deployment. If there was a way we could know when a new version drops, that would be great šŸ™‚ Thanks!
j
Howdy! I looked into this with the rest of the team. Looks like we don't have a dedicated channel for publishing these updates (e.g. RSS), but there are a couple of ways you could manually check the version: • Check our changelog: https://github.com/fleetdm/fleet/blob/main/CHANGELOG.md • Using a command-line tool we recently wrote: https://github.com/fleetdm/fleet/blob/main/tools/tuf/status/README.md • Accessing the list of targets from the TUF server directly: https://tuf.fleetctl.com/targets.json
I hope that's helpful! šŸ˜„
j
Thanks so much! I'll take a look!