Announcing Incus 6.22

The Incus team is pleased to announce the release of Incus 6.22!

This is quite the busy release with a lot of changes all across the board on top of a large quantities of bugfixes. There should be something for everyone!

On the feature front, the highlights for this release are:

  • vsock support for the WIndows agent
  • Direct backup retrieval
  • Disk-only snapshot restoration
  • Dedicated storage volume for server logs
  • QCOW2 storage improvements
  • lvmcluster storage pool resizing
  • Automatic snapshot removal on restore with lvmcluster
  • Full USB controller passthrough in unix-hotplug
  • Certificate information in the authorization scriptlet
  • VM fast reboot
  • Image server URL restrictions in projects
  • URL based imports in incus-migrate
  • Multi-domain certificates with ACME
  • Control of trusted property on SR-IOV NICs
  • Additional cluster member states to track evacuation
  • Cluster restore without instance migration
  • Instance boot time metrics

The full announcement and changelog can be found here.
And for those who prefer videos, here’s the release overview video:

You can take the latest release of Incus up for a spin through our online demo service at: https://linuxcontainers.org/incus/try-it/

And as always, my company is offering commercial support on Incus, ranging from by-the-hour support contracts to one-off services on things like initial migration from LXD, review of your deployment to squeeze the most out of Incus or even feature sponsorship. You’ll find all details of that here: https://zabbly.com/incus

Donations towards my work on this and other open source projects is also always appreciated, you can find me on Github Sponsors, Patreon and Ko-fi.

Enjoy!

Posted in Incus, LXD, Planet Ubuntu, Zabbly | Leave a comment

Announcing Incus 6.21

The Incus team is pleased to announce the release of Incus 6.21!

We’re starting 2026 with a couple of security fixes, but that’s not all, we’re also introducing some long requested CLI improvements, made SR-IOV easier to use with network cards, improved startup performance and more!

This release includes two security fixes:

On the feature front, the highlights for this release are:

  • New “incus wait” command
  • Automatic SR-IOV network VF selection
  • Support for detaching and disconnecting network interfaces
  • Parallel instance startup
  • Source subnet restrictions through OIDC claims
  • Better DNS SOA handling in network zones
  • Forceful (recursive) directory deletion in file REST API

The full announcement and changelog can be found here.
And for those who prefer videos, here’s the release overview video:

You can take the latest release of Incus up for a spin through our online demo service at: https://linuxcontainers.org/incus/try-it/

And as always, my company is offering commercial support on Incus, ranging from by-the-hour support contracts to one-off services on things like initial migration from LXD, review of your deployment to squeeze the most out of Incus or even feature sponsorship. You’ll find all details of that here: https://zabbly.com/incus

Donations towards my work on this and other open source projects is also always appreciated, you can find me on Github Sponsors, Patreon and Ko-fi.

Enjoy!

Posted in Incus, LXD, Planet Ubuntu, Zabbly | Leave a comment

Announcing Incus 6.20

The Incus team is pleased to announce the release of Incus 6.20!

This is the last release of 2025 and a shorter development cycle so we don’t end up releasing right in the middle of the holidays!

The highlights for this release are:

  • QCOW2 formatted volumes on clustered LVM
  • Standalone incus cluster join command
  • Configuration file for the VM agent
  • Reverse DNS records in OVN

The full announcement and changelog can be found here.
And for those who prefer videos, here’s the release overview video:

You can take the latest release of Incus up for a spin through our online demo service at: https://linuxcontainers.org/incus/try-it/

And as always, my company is offering commercial support on Incus, ranging from by-the-hour support contracts to one-off services on things like initial migration from LXD, review of your deployment to squeeze the most out of Incus or even feature sponsorship. You’ll find all details of that here: https://zabbly.com/incus

Donations towards my work on this and other open source projects is also always appreciated, you can find me on Github Sponsors, Patreon and Ko-fi.

Enjoy!

Posted in Incus, LXD, Planet Ubuntu, Zabbly | 1 Comment

Announcing Incus 6.19

The Incus team is pleased to announce the release of Incus 6.19!

This is a slightly less busy release than usual as we’ve recently been spending quite a bit of time smoothing some of the initial rough edges from the IncusOS release.

That said, it still contains quite a few nice improvements and quite a lot of bugfixes!

The highlights for this release are:

  • Initial SELinux support
  • Improved Windows agent support
  • Serial devices in the resources API
  • Bandwidth limits on OVN NICs
  • Support for multi-object deletion in most CLI commands
  • Ability to turn off passthrough of PCI firmware to VM
  • PKCS12 generation in the CLI
  • Option for raw units in CLI CSV output

The full announcement and changelog can be found here.
And for those who prefer videos, here’s the release overview video:

You can take the latest release of Incus up for a spin through our online demo service at: https://linuxcontainers.org/incus/try-it/

And as always, my company is offering commercial support on Incus, ranging from by-the-hour support contracts to one-off services on things like initial migration from LXD, review of your deployment to squeeze the most out of Incus or even feature sponsorship. You’ll find all details of that here: https://zabbly.com/incus

Donations towards my work on this and other open source projects is also always appreciated, you can find me on Github Sponsors, Patreon and Ko-fi.

Enjoy!

Posted in Incus, LXD, Planet Ubuntu, Zabbly | Leave a comment

Introducing IncusOS!

After over a year of work, I’m very excited to announce the general availability of IncusOS, our own immutable OS image designed from the ground up to run Incus!

IncusOS is designed for the modern world, actively relying on both UEFI Secure Boot and TPM 2.0 for boot security and for full disk encryption. It’s a very locked down environment, both for security and for general reliability. There is no local or remote shell, everything must be done through the (authenticated) Incus API.

Under the hood, it’s built on a minimal Debian 13 base, using the Zabbly builds of both the Linux kernel, ZFS and Incus, providing the latest stable versions of all of those. We rely a lot on the systemd tooling to handle image builds (mkosi), application installation (sysext), system updates (sysupdate) and a variety of other things from network configuration to partitioning.

I recorded a demo video of its installation and basic usage both in a virtual machine and on physical hardware:


Full release announcement: https://discuss.linuxcontainers.org/t/announcing-incusos/25139

Posted in Incus, Planet Ubuntu, Zabbly | 2 Comments