fleetdm / fleet

Open-source platform for IT, security, and infrastructure teams. (Linux, macOS, Chrome, Windows, cloud, data center)
https://fleetdm.com
Other
2.66k stars 379 forks source link

One flag in `fleetctl package` to control fleetd version #20170

Open noahtalerman opened 3 days ago

noahtalerman commented 3 days ago

Problem

When running fleetctl package to generate a fleetd agent, you can specify the update channel for each component of fleetd:

There's no one flag to set the update channel or version for all of fleetd (all components)

More context in this bug here:

noahtalerman commented 3 days ago

FYI @lucasmrod

lucasmrod commented 3 days ago

There's no one flag to set the update channel or version for all of fleetd (all components)

--orbit-channel, --desktop-channel, --osqueryd-channel can define a channel like stable or a specific version number. Problem I can see with unifying them is that fleetd versioning (currently at 1.27.0) is separate from osquery versioning (currently at 5.12.2).