Rust guest tools 0.4.0
Time for a fresh release of our new Linux/BSD guest tools!
What's new
We're thrilled to introduce a handy new feature: from now on, we're statically linking the libxenstore
library.
This means we can offer a standalone binary, eliminating any extra dependencies. It's super convenient for deployment (no more dependency headaches!) and especially beneficial for RHEL-derived distributions, where dealing with outdated or missing dependencies is now a thing of the past (for example, libxenstore
is NOT shipped in RHEL-derived distros).
Bug fixes
In addition to the new feature, we've squashed a bug – or rather, tweaked a behavior. Now, the network information previously stored (from a previous fetch eg from another tool or an older version) is cleared on start.
How to install or update
Already using our Rust tools from our Debian repository (see below)? Just run an apt update
and apt upgrade
, and you're all set!
Otherwise, follow the same process to install it on Debian-based distros. If you use an RPM based distro, the RPM is available here:
For other Linux distro or FreeBSD, you can check the release page with all the binaries available:
As always, we're eager to hear your thoughts. Join the conversation in our dedicated thread:
Enjoy the update!