2016-01-25 16:37:32 -05:00
|
|
|
---
|
|
|
|
layout: doc
|
|
|
|
title: Supported Versions
|
|
|
|
permalink: /doc/supported-versions/
|
|
|
|
---
|
|
|
|
|
|
|
|
Supported Versions
|
|
|
|
==================
|
|
|
|
|
|
|
|
Qubes OS
|
|
|
|
--------
|
|
|
|
Qubes OS releases are supported for **six months** after each subsequent major
|
2016-08-10 04:04:47 -04:00
|
|
|
or minor release (see [Version Scheme]). The current release and past major
|
|
|
|
releases are always available on the [Downloads] page, while all ISOs, including
|
2017-01-14 03:32:01 -05:00
|
|
|
past minor releases, are available from our [download mirrors].
|
2016-01-25 16:37:32 -05:00
|
|
|
|
2018-03-27 23:04:56 -04:00
|
|
|
| Qubes OS Version | Start Date | End Date | Status |
|
|
|
|
| ---------------- | ---------- | ---------- | ----------------------- |
|
|
|
|
| Release 1 | 2012-09-03 | 2015-03-26 | Old, unsupported |
|
|
|
|
| Release 2 | 2014-09-26 | 2016-04-01 | Old, unsupported |
|
|
|
|
| Release 3.0 | 2015-10-01 | 2016-09-09 | Old, unsupported |
|
|
|
|
| Release 3.1 | 2016-03-09 | 2017-03-29 | Old, unsupported |
|
|
|
|
| Release 3.2 | 2016-09-29 | TBA | Old, [extended support] |
|
|
|
|
| Release 3.2.1 | TBA | 2019-03-28 | In development |
|
|
|
|
| Release 4.0 | 2018-03-28 | TBA | Current, supported |
|
2016-01-25 16:37:32 -05:00
|
|
|
|
|
|
|
|
2016-08-10 03:52:22 -04:00
|
|
|
Dom0
|
|
|
|
----
|
|
|
|
The table below shows the OS used for dom0 in each Qubes OS release.
|
|
|
|
|
|
|
|
| Qubes OS Version | Dom0 OS |
|
|
|
|
| ---------------- | --------- |
|
|
|
|
| Release 1 | Fedora 13 |
|
|
|
|
| Release 2 | Fedora 18 |
|
|
|
|
| Release 3.0 | Fedora 20 |
|
|
|
|
| Release 3.1 | Fedora 20 |
|
|
|
|
| Release 3.2 | Fedora 23 |
|
2017-07-24 23:17:19 -04:00
|
|
|
| Release 3.2.1 | Fedora 23 |
|
|
|
|
| Release 4.0 | Fedora 25 |
|
2016-08-10 03:52:22 -04:00
|
|
|
|
2018-01-06 18:49:43 -05:00
|
|
|
### Note on dom0 and EOL ###
|
|
|
|
|
|
|
|
Dom0 is isolated from domUs. DomUs can access only a few interfaces,
|
2016-09-09 16:14:02 -04:00
|
|
|
such as Xen, device backends (in the dom0 kernel and in other VMs, such as the
|
|
|
|
NetVM), and Qubes tools (gui-daemon, qrexec-daemon, etc.). These components are
|
|
|
|
[security-critical], and we provide updates for all of them (when necessary),
|
|
|
|
regardless of the support status of the base distribution. For this reason, we
|
|
|
|
consider it safe to continue using a given base distribution in dom0 even after
|
2018-01-06 18:49:43 -05:00
|
|
|
it has reached EOL (end-of-life).
|
2016-08-10 03:52:22 -04:00
|
|
|
|
2016-08-10 04:04:47 -04:00
|
|
|
TemplateVMs
|
|
|
|
-----------
|
|
|
|
The table below shows the [TemplateVM] versions supported by each Qubes OS
|
|
|
|
release. Currently, only Fedora and Debian TemplateVMs are officially supported.
|
2016-01-25 16:37:32 -05:00
|
|
|
|
2018-05-23 22:04:42 -04:00
|
|
|
| Qubes OS Version | Fedora Versions | Debian Versions |
|
|
|
|
| ---------------- | -------------------------- | --------------------------------------------- |
|
|
|
|
| Release 1 | 18, 20 | None |
|
|
|
|
| Release 2 | 21 | None |
|
|
|
|
| Release 3.0 | 21, 22\*, 23 | 7 ("wheezy")\*, 8 ("jessie") |
|
|
|
|
| Release 3.1 | 21, 22\*, 23 | 7 ("wheezy")\*, 8 ("jessie"), 9 ("stretch")\* |
|
|
|
|
| Release 3.2 | 23\*, 24\*, 25, 26, 27, 28 | 8 ("jessie"), 9 ("stretch") |
|
|
|
|
| Release 3.2.1 | 26, 27, 28 | 8 ("jessie"), 9 ("stretch") |
|
|
|
|
| Release 4.0 | 26, 27, 28 | 8 ("jessie"), 9 ("stretch") |
|
2016-01-25 16:37:32 -05:00
|
|
|
|
2016-02-21 13:07:55 -05:00
|
|
|
\* Denotes versions for which we have published the packages but have not done
|
2016-01-25 16:37:32 -05:00
|
|
|
extensive testing.
|
2016-01-25 16:43:54 -05:00
|
|
|
|
2016-08-10 04:04:47 -04:00
|
|
|
|
|
|
|
[Version Scheme]: /doc/version-scheme/
|
|
|
|
[Downloads]: /downloads/
|
2017-01-14 03:32:01 -05:00
|
|
|
[download mirrors]: /downloads/#mirrors
|
2016-09-09 16:14:02 -04:00
|
|
|
[security-critical]: /doc/security-critical-code/
|
2016-08-10 04:04:47 -04:00
|
|
|
[TemplateVM]: /doc/templates/
|
2018-03-27 23:04:56 -04:00
|
|
|
[extended support]: /news/2018/03/28/qubes-40/#the-past-and-the-future
|
2016-08-10 04:04:47 -04:00
|
|
|
|