Hello,
We are using both Mender self hosted and Enterprise, but I have failed to see such a deployment method on any of them:
What we want to be able to do is to create a deployment path: something along the lines: I define the following path:
v1.0 → v1.0.1 → v1.1 → v1.2 → v2.0 → v2.0.1 → v2.0.1 → v3
The thing is that I’ll flash a device and then store it, maybe for long periods of time. I want that device to be updated to the latest version (it needs to go through all the updates in order to get to the latest), without any intervention from my side.
On the Mender Enterprise, this could be solved by dynamic groups, but it would mean to create (in my presented case) at least 8 groups. Isn’t there a better way to achieve this?
I would love for the device to come online, ping the mender server and ask if there’s any updates for it. Once the server reads the version of the software from that device, create the deployments for that device, one after another, until the device’s up to date.
Thank you.