Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os-update allows use of same version, for development variant #2880

Open
kb2ma opened this issue Oct 29, 2024 · 0 comments
Open

os-update allows use of same version, for development variant #2880

kb2ma opened this issue Oct 29, 2024 · 0 comments

Comments

@kb2ma
Copy link
Contributor

kb2ma commented Oct 29, 2024

Expected Behavior

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant