You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assume device is running OS v6.0.23, development variant. Expect request to update to same version to fail, like below.
$ balena device os-update 1234567 --version "6.0.23"
The provided version 6.0.23 is not in the Host OS update targets for this device
Actual Behavior
CLI accepts use of the same version, as shown below. This issue occurs only with development variant. Production variant shows expected behavior above.
$ balena device os-update 1234567 --version "6.0.23"
Host OS updates require a device restart when they complete. Are you sure you want to proceed? (y/N)
Specifications
balena CLI version: v20.0.0
Cloud backend: BoB
The text was updated successfully, but these errors were encountered:
Expected Behavior
Assume device is running OS v6.0.23, development variant. Expect request to update to same version to fail, like below.
Actual Behavior
CLI accepts use of the same version, as shown below. This issue occurs only with development variant. Production variant shows expected behavior above.
Specifications
The text was updated successfully, but these errors were encountered: