1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# Support
<!-- Include start release -->
LXD maintains different release branches in parallel:
- Long term support (LTS) releases: currently LXD 5.0.x and LXD 4.0.x
- Feature releases: LXD 5.x
<!-- Include end release -->
The current LTS release is LXD 5.0, which is supported until June 2027 and gets frequent bugfix and security updates, but does not receive any feature additions.
Feature releases are pushed out about every month and contain new features as well as bugfixes.
The normal support length for those releases is until the next release comes out.
Some Linux distributions might offer longer support for particular feature releases that they decided to ship.
% Include content from [../README.md](../README.md)
```{include} ../README.md
:start-after: <!-- Include start support -->
:end-before: <!-- Include end support -->
```
|