Weekly news #387

Weekly status for the week of 10th March to 16th March.

Introduction

The highlight of the past week is LXD 6.3 release.
The LXD Terraform provider also received a v2.5.0 release.

As always, thanks to all the contributors!

Indicate presence of client certificate in /1.0

LXD now includes a new informational field client_certificate in the GET /1.0 response indicating whether the current request contains a client certificate.

$ lxc query /1.0 | jq .client_certificate
false

Bug Fixes

  • Fixed an issue where LXD provided QMP arguments as string. From QEMU 9.2 onward, typing is enforced, requiring explicit types like integer and uint64. (from Incus)

  • Fixed an issue where a panic could occur when creating an instance from a backup that contains an invalid config.

  • Fixed an issue where mounting a VM snapshot to another instance would deactive an already active LVM volume. A reference count was introduced to prevent deactivation of an LVM volume which was activated by another instance or operation.

All changes

The items listed below is all of the work which happened over the past week and which will be included in the next release.

LXD

LXD UI

  • Nothing to report this week

LXD Charm

  • Nothing to report this week

LXD Terraform provider

PyLXD

LXD snap

2 Likes