Hi everyone,
We are happy to announce the release of Mender 2.0 beta!
This is a big milestone for the Mender project, with Mender 2.0 beta you can:
Update applications
Create custom update methods using Update Modules
Install Mender with a Debian package
Save about 25% bandwidth with LZMA compression
Read more in the beta release blog post !
Testing the beta will help ensure the final release works well for your environment. Please feel free to reply with any questions or comments!
3 Likes
According to the Mender 2.0 beta release blog post ,
In Mender 1.7 and earlier versions, you would install a new Mender Artifact by running mender -rootfs <URI>
.
With Mender 2.0 and later, this argument has been changed to mender -install <URI>
in order to make it more intuitive and align with the arguments used with Update Modules.
But the Mender 2.0 documentation still says:
To deploy the new Artifact to your device, run the following command in the device terminal:
mender -rootfs <URI>
Is this a typo?
mirzak
April 11, 2019, 1:35pm
3
Definitely a typo, pull-requests are appreciated
Edit: There are multiple locations where -rootfs
is still used.
kacf
April 11, 2019, 1:47pm
4
Thanks, this was an oversight. Fixed here:
1 Like
I will do the changes accordingly and send the PR
Edit: I saw from @kacf that, the change is already done
Any update on the Mender 2.0 release date (not beta)?