Is there a way to specify an old orbit version whe...
# fleet
a
Is there a way to specify an old orbit version when generating an installer?
r
you can provide the
--version
flag to
fleetctl package
when you build the package. if you also want to prevent orbit from auto updating, you can provide
--disable-updates
as well. I'm curious if you're seeing some unexpected behavior in the latest Orbit version
Past the first few messages
@roberto I specified 1.5.0, and still got 1.10.0 when I install and run
orbit --version
z
Ah, @roberto that's not quite right. @Ari Weinberg you'll need the
--orbit-channel=1.5.0
flag. Note that this will effectively disable updates as well.
a
Is there a changelog for orbit versions anywhere?
Never mind, 1.5.0 is actually what I needed. all the versions after that have the breaking change. Thank you both for your help!
r
ah, thank you both! and sorry about that