These release notes are for a hotfix release for Anbox Cloud 1.23.2 to work around the LP #2083961 bug in snapd.
The only updated component is the ams-lxd
charm. The version of the updated charm is 1.23.2-40ab511
. You can find the updated list of component versions for the 1.23.2 at Component versions .
The fixed problem manifests itself in the ams-lxd
charm running into error status when trying to perform a reload of the lxd.daemon
systemd service unit. The charm invokes snap restart --reload lxd.daemon
for this which causes a failure on the systemd side as it is attempting to restart more than the necessary units. In order to mitigate the problem, until it is fixed in snapd, the ams-lxd
charm has been updated to reload LXD by running systemctl reload-or-restart snap.lxd.daemon.service
instead.
Upgrade instructions
See How to upgrade Anbox Cloud and How to upgrade the Anbox Cloud Appliance for instructions on how to update your Anbox Cloud deployment to the 1.23.2 release.