diff --git a/static/js/chartData.js b/static/js/chartData.js index b9442828bd0..de28f299f04 100644 --- a/static/js/chartData.js +++ b/static/js/chartData.js @@ -1,12 +1,12 @@ export var serverAndDesktopReleases = [ { startDate: new Date('2010-04-01T00:00:00'), - endDate: new Date('2012-07-01T00:00:00'), + endDate: new Date('2012-09-01T00:00:00'), taskName: 'Ubuntu 10.04 LTS', status: 'HARDWARE_AND_MAINTENANCE_UPDATES' }, { - startDate: new Date('2012-07-01T00:00:00'), + startDate: new Date('2012-09-01T00:00:00'), endDate: new Date('2015-04-01T00:00:00'), taskName: 'Ubuntu 10.04 LTS', status: 'MAINTENANCE_UPDATES' @@ -25,22 +25,28 @@ export var serverAndDesktopReleases = [ }, { startDate: new Date('2017-04-01T00:00:00'), - endDate: new Date('2019-04-01T00:00:00'), + endDate: new Date(' 2019-04-01T00:00:00'), taskName: 'Ubuntu 12.04 LTS', status: 'EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS' }, { startDate: new Date('2014-04-01T00:00:00'), - endDate: new Date('2016-10-01T00:00:00'), + endDate: new Date('2016-09-01T00:00:00'), taskName: 'Ubuntu 14.04 LTS', status: 'HARDWARE_AND_MAINTENANCE_UPDATES' }, { - startDate: new Date('2016-10-01T00:00:00'), + startDate: new Date('2016-09-01T00:00:00'), endDate: new Date('2019-04-01T00:00:00'), taskName: 'Ubuntu 14.04 LTS', status: 'MAINTENANCE_UPDATES' }, + { + startDate: new Date('2019-04-01T00:00:00'), + endDate: new Date(' 2022-04-01T00:00:00'), + taskName: 'Ubuntu 14.04 LTS', + status: 'EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS' + }, { startDate: new Date('2016-04-01T00:00:00'), endDate: new Date('2018-10-01T00:00:00'), @@ -53,41 +59,54 @@ export var serverAndDesktopReleases = [ taskName: 'Ubuntu 16.04 LTS', status: 'MAINTENANCE_UPDATES' }, + { + startDate: new Date('2021-04-01T00:00:00'), + endDate: new Date(' 2024-04-01T00:00:00'), + taskName: 'Ubuntu 16.04 LTS', + status: 'EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS' + }, { startDate: new Date('2017-10-01T00:00:00'), endDate: new Date('2018-07-01T00:00:00'), taskName: 'Ubuntu 17.10', - status: 'STANDARD_RELEASE' + status: 'INTERIM_RELEASE' }, { startDate: new Date('2018-04-01T00:00:00'), - endDate: new Date('2020-10-01T00:00:00'), + endDate: new Date('2020-09-01T00:00:00'), taskName: 'Ubuntu 18.04 LTS', status: 'HARDWARE_AND_MAINTENANCE_UPDATES' }, { - startDate: new Date('2020-10-01T00:00:00'), + startDate: new Date('2020-09-01T00:00:00'), endDate: new Date('2023-04-01T00:00:00'), taskName: 'Ubuntu 18.04 LTS', status: 'MAINTENANCE_UPDATES' }, + + { + startDate: new Date('2023-04-01T00:00:00'), + endDate: new Date(' 2028-04-01T00:00:00'), + taskName: 'Ubuntu 18.04 LTS', + status: 'EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS' + }, { startDate: new Date('2018-10-01T00:00:00'), endDate: new Date('2019-07-01T00:00:00'), taskName: 'Ubuntu 18.10', - status: 'STANDARD_RELEASE' + status: 'INTERIM_RELEASE' }, { startDate: new Date('2019-04-01T00:00:00'), - endDate: new Date('2019-12-31T00:00:00'), + endDate: new Date('2020-01-01T00:00:00'), taskName: 'Ubuntu 19.04', - status: 'STANDARD_RELEASE' + status: 'INTERIM_RELEASE' }, { startDate: new Date('2019-10-01T00:00:00'), endDate: new Date('2020-07-01T00:00:00'), taskName: 'Ubuntu 19.10', - status: 'STANDARD_RELEASE' + status: 'INTERIM_RELEASE' }, { startDate: new Date('2020-04-01T00:00:00'), @@ -100,6 +119,36 @@ export var serverAndDesktopReleases = [ endDate: new Date('2025-04-01T00:00:00'), taskName: 'Ubuntu 20.04 LTS', status: 'MAINTENANCE_UPDATES' + }, + { + startDate: new Date('2020-10-01T00:00:00'), + endDate: new Date('2021-07-01T00:00:00'), + taskName: 'Ubuntu 20.10', + status: 'INTERIM_RELEASE' + }, + { + startDate: new Date('2021-04-01T00:00:00'), + endDate: new Date('2022-01-01T00:00:00'), + taskName: 'Ubuntu 21.04', + status: 'INTERIM_RELEASE' + }, + { + startDate: new Date('2021-10-01T00:00:00'), + endDate: new Date('2022-07-01T00:00:00'), + taskName: 'Ubuntu 21.10', + status: 'INTERIM_RELEASE' + }, + { + startDate: new Date('2022-04-01T00:00:00'), + endDate: new Date('2024-09-01T00:00:00'), + taskName: 'Ubuntu 22.04 LTS', + status: 'HARDWARE_AND_MAINTENANCE_UPDATES' + }, + { + startDate: new Date('2024-09-01T00:00:00'), + endDate: new Date('2027-04-01T00:00:00'), + taskName: 'Ubuntu 22.04 LTS', + status: 'MAINTENANCE_UPDATES' } ]; @@ -117,7 +166,7 @@ export var kernelReleases = [ status: 'EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS' }, { - startDate: new Date('2012-07-01T00:00:00'), + startDate: new Date('2012-08-01T00:00:00'), endDate: new Date('2017-04-01T00:00:00'), taskName: 'Ubuntu 12.04.1 LTS (v3.2)', status: 'UBUNTU_LTS_RELEASE_SUPPORT' @@ -130,12 +179,18 @@ export var kernelReleases = [ }, { startDate: new Date('2014-04-01T00:00:00'), - endDate: new Date('2018-07-01T00:00:00'), + endDate: new Date('2019-04-01T00:00:00'), taskName: 'Ubuntu 14.04.0 LTS (v3.13)', status: 'UBUNTU_LTS_RELEASE_SUPPORT' }, { - startDate: new Date('2014-07-01T00:00:00'), + startDate: new Date('2019-04-01T00:00:00'), + endDate: new Date('2022-04-01T00:00:00'), + taskName: 'Ubuntu 14.04.0 LTS (v3.13)', + status: 'EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS' + }, + { + startDate: new Date('2014-08-01T00:00:00'), endDate: new Date('2017-04-01T00:00:00'), taskName: 'Ubuntu 12.04.5 LTS (v3.13)', status: 'UBUNTU_LTS_RELEASE_SUPPORT' @@ -147,106 +202,148 @@ export var kernelReleases = [ status: 'EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS' }, { - startDate: new Date('2014-07-01T00:00:00'), - endDate: new Date('2018-07-01T00:00:00'), + startDate: new Date('2014-08-01T00:00:00'), + endDate: new Date('2019-04-01T00:00:00'), taskName: 'Ubuntu 14.04.1 LTS (v3.13)', status: 'UBUNTU_LTS_RELEASE_SUPPORT' }, + { + startDate: new Date('2019-04-01T00:00:00'), + endDate: new Date('2022-04-01T00:00:00'), + taskName: 'Ubuntu 14.04.1 LTS (v3.13)', + status: 'EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS' + }, { startDate: new Date('2016-04-01T00:00:00'), - endDate: new Date('2021-07-01T00:00:00'), + endDate: new Date('2021-04-01T00:00:00'), taskName: 'Ubuntu 16.04.0 LTS (v4.4)', status: 'UBUNTU_LTS_RELEASE_SUPPORT' }, { - startDate: new Date('2016-07-01T00:00:00'), - endDate: new Date('2018-07-01T00:00:00'), - taskName: 'Ubuntu 14.04.5 LTS (v4.4)', - status: 'UBUNTU_LTS_RELEASE_SUPPORT' + startDate: new Date('2021-04-01T00:00:00'), + endDate: new Date('2024-04-01T00:00:00'), + taskName: 'Ubuntu 16.04.0 LTS (v4.4)', + status: 'EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS' }, { - startDate: new Date('2016-04-01T00:00:00'), - endDate: new Date('2021-07-01T00:00:00'), - taskName: 'Ubuntu 16.04.1 LTS (v4.4)', + startDate: new Date('2016-08-01T00:00:00'), + endDate: new Date('2019-04-01T00:00:00'), + taskName: 'Ubuntu 14.04.5 LTS (v3.13)', status: 'UBUNTU_LTS_RELEASE_SUPPORT' }, { - startDate: new Date('2017-10-01T00:00:00'), - endDate: new Date('2018-10-01T00:00:00'), - taskName: 'Ubuntu 17.10 (v4.13)', - status: 'STANDARD_RELEASE' + startDate: new Date('2019-04-01T00:00:00'), + endDate: new Date('2022-04-01T00:00:00'), + taskName: 'Ubuntu 14.04.5 LTS (v3.13)', + status: 'EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS' }, { - startDate: new Date('2018-01-01T00:00:00'), - endDate: new Date('2018-10-01T00:00:00'), - taskName: 'Ubuntu 16.04.4 LTS (v4.13)', + startDate: new Date('2016-08-01T00:00:00'), + endDate: new Date('2021-04-01T00:00:00'), + taskName: 'Ubuntu 16.04.1 LTS (v4.4)', status: 'UBUNTU_LTS_RELEASE_SUPPORT' }, + { + startDate: new Date('2021-04-01T00:00:00'), + endDate: new Date('2024-04-01T00:00:00'), + taskName: 'Ubuntu 16.04.1 LTS (v4.4)', + status: 'EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS' + }, { startDate: new Date('2018-04-01T00:00:00'), - endDate: new Date('2023-07-01T00:00:00'), + endDate: new Date('2023-04-01T00:00:00'), taskName: 'Ubuntu 18.04.0 LTS (v4.15)', status: 'UBUNTU_LTS_RELEASE_SUPPORT' }, { - startDate: new Date('2018-07-01T00:00:00'), - endDate: new Date('2021-07-01T00:00:00'), + startDate: new Date('2023-04-01T00:00:00'), + endDate: new Date('2028-04-01T00:00:00'), + taskName: 'Ubuntu 18.04.0 LTS (v4.15)', + status: 'EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS' + }, + { + startDate: new Date('2018-08-01T00:00:00'), + endDate: new Date('2021-04-01T00:00:00'), taskName: 'Ubuntu 16.04.5 LTS (v4.15)', status: 'UBUNTU_LTS_RELEASE_SUPPORT' }, + { + startDate: new Date('2021-04-01T00:00:00'), + endDate: new Date('2024-04-01T00:00:00'), + taskName: 'Ubuntu 16.04.5 LTS (v4.15)', + status: 'EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS' + }, { startDate: new Date('2018-07-01T00:00:00'), - endDate: new Date('2023-07-01T00:00:00'), + endDate: new Date('2023-04-01T00:00:00'), taskName: 'Ubuntu 18.04.1 LTS (v4.15)', status: 'UBUNTU_LTS_RELEASE_SUPPORT' }, + { + startDate: new Date('2023-04-01T00:00:00'), + endDate: new Date('2028-04-01T00:00:00'), + taskName: 'Ubuntu 18.04.1 LTS (v4.15)', + status: 'EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS' + }, { startDate: new Date('2018-10-01T00:00:00'), - endDate: new Date('2019-10-01T00:00:00'), + endDate: new Date('2019-07-01T00:00:00'), taskName: 'Ubuntu 18.10 (v4.18)', - status: 'STANDARD_RELEASE' + status: 'INTERIM_RELEASE' }, { - startDate: new Date('2019-01-01T00:00:00'), - endDate: new Date('2019-10-01T00:00:00'), + startDate: new Date('2019-02-01T00:00:00'), + endDate: new Date('2019-08-01T00:00:00'), taskName: 'Ubuntu 18.04.2 LTS', status: 'UBUNTU_LTS_RELEASE_SUPPORT' }, { startDate: new Date('2019-04-01T00:00:00'), - endDate: new Date('2020-04-01T00:00:00'), + endDate: new Date('2020-01-01T00:00:00'), taskName: 'Ubuntu 19.04', - status: 'STANDARD_RELEASE' + status: 'INTERIM_RELEASE' }, { - startDate: new Date('2019-07-01T00:00:00'), - endDate: new Date('2020-04-01T00:00:00'), + startDate: new Date('2019-08-01T00:00:00'), + endDate: new Date('2020-02-01T00:00:00'), taskName: 'Ubuntu 18.04.3 LTS', status: 'UBUNTU_LTS_RELEASE_SUPPORT' }, { startDate: new Date('2019-10-01T00:00:00'), - endDate: new Date('2020-10-01T00:00:00'), + endDate: new Date('2020-07-01T00:00:00'), taskName: 'Ubuntu 19.10', - status: 'STANDARD_RELEASE' + status: 'INTERIM_RELEASE' }, { - startDate: new Date('2020-01-01T00:00:00'), - endDate: new Date('2020-10-01T00:00:00'), + startDate: new Date('2020-02-01T00:00:00'), + endDate: new Date('2020-08-01T00:00:00'), taskName: 'Ubuntu 18.04.4 LTS', status: 'UBUNTU_LTS_RELEASE_SUPPORT' }, { startDate: new Date('2020-04-01T00:00:00'), - endDate: new Date('2025-07-01T00:00:00'), + endDate: new Date('2025-04-01T00:00:00'), taskName: 'Ubuntu 20.04 LTS', status: 'UBUNTU_LTS_RELEASE_SUPPORT' }, { - startDate: new Date('2020-07-01T00:00:00'), - endDate: new Date('2023-07-01T00:00:00'), + startDate: new Date('2025-04-01T00:00:00'), + endDate: new Date(''), + taskName: 'Ubuntu 20.04 LTS', + status: 'EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS' + }, + { + startDate: new Date('2020-08-01T00:00:00'), + endDate: new Date('2023-04-01T00:00:00'), taskName: 'Ubuntu 18.04.5 LTS', status: 'UBUNTU_LTS_RELEASE_SUPPORT' + }, + { + startDate: new Date('2023-04-01T00:00:00'), + endDate: new Date('2028-04-01T00:00:00'), + taskName: 'Ubuntu 18.04.5 LTS', + status: 'EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS' } ]; @@ -387,57 +484,57 @@ export var openStackReleases = [ export var kubernetesReleases = [ { - startDate: new Date('2016-12-12T00:00:00'), - endDate: new Date('2017-09-28T00:00:00'), + startDate: new Date('2016-12-01T00:00:00'), + endDate: new Date('2017-09-01T00:00:00'), taskName: 'Kubernetes 1.5', status: 'CDK_EXPIRED_SUPPORT' }, { - startDate: new Date('2017-03-28T00:00:00'), - endDate: new Date('2017-12-15T00:00:00'), + startDate: new Date('2017-03-01T00:00:00'), + endDate: new Date('2017-12-01T00:00:00'), taskName: 'Kubernetes 1.6', status: 'CDK_EXPIRED_SUPPORT' }, { - startDate: new Date('2017-06-30T00:00:00'), - endDate: new Date('2018-03-28T00:00:00'), + startDate: new Date('2017-06-01T00:00:00'), + endDate: new Date('2018-03-01T00:00:00'), taskName: 'Kubernetes 1.7', status: 'CDK_EXPIRED_SUPPORT' }, { - startDate: new Date('2017-09-28T00:00:00'), - endDate: new Date('2018-07-03T00:00:00'), + startDate: new Date('2017-09-01T00:00:00'), + endDate: new Date('2018-07-01T00:00:00'), taskName: 'Kubernetes 1.8', status: 'CDK_EXPIRED_SUPPORT' }, { - startDate: new Date('2017-12-15T00:00:00'), - endDate: new Date('2018-09-25T00:00:00'), + startDate: new Date('2017-12-01T00:00:00'), + endDate: new Date('2018-09-01T00:00:00'), taskName: 'Kubernetes 1.9', status: 'CDK_EXPIRED_SUPPORT' }, { - startDate: new Date('2018-03-28T00:00:00'), - endDate: new Date('2018-12-18T00:00:00'), + startDate: new Date('2018-03-01T00:00:00'), + endDate: new Date('2018-12-01T00:00:00'), taskName: 'Kubernetes 1.10', status: 'CDK_EXPIRED_SUPPORT' }, { - startDate: new Date('2018-07-03T00:00:00'), - endDate: new Date('2019-03-25T00:00:00'), + startDate: new Date('2018-07-01T00:00:00'), + endDate: new Date('2019-03-01T00:00:00'), taskName: 'Kubernetes 1.11', status: 'CDK_SUPPORT' }, { - startDate: new Date('2018-09-25T00:00:00'), - endDate: new Date('2019-06-18T00:00:00'), + startDate: new Date('2018-09-01T00:00:00'), + endDate: new Date('2019-06-01T00:00:00'), taskName: 'Kubernetes 1.12', status: 'CDK_SUPPORT' }, { - startDate: new Date('2018-12-18T00:00:00'), - endDate: new Date('2019-09-18T00:00:00'), + startDate: new Date('2018-12-01T00:00:00'), + endDate: new Date('2019-09-01T00:00:00'), taskName: 'Kubernetes 1.13', status: 'CDK_SUPPORT' }, @@ -446,13 +543,13 @@ export var kubernetesReleases = [ export var desktopServerStatus = { HARDWARE_AND_MAINTENANCE_UPDATES: 'chart__bar--orange', MAINTENANCE_UPDATES: 'chart__bar--orange-light', - STANDARD_RELEASE: 'chart__bar--grey', + INTERIM_RELEASE: 'chart__bar--grey', EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS: 'chart__bar--aubergine' }; export var kernelStatus = { UBUNTU_LTS_RELEASE_SUPPORT: 'chart__bar--orange', - STANDARD_RELEASE: 'chart__bar--grey', + INTERIM_RELEASE: 'chart__bar--grey', EXTENDED_SECURITY_MAINTENANCE_FOR_CUSTOMERS: 'chart__bar--aubergine' }; @@ -468,6 +565,10 @@ export var kubernetesStatus = { }; export var desktopServerReleaseNames = [ + 'Ubuntu 22.04 LTS', + 'Ubuntu 21.10', + 'Ubuntu 21.04', + 'Ubuntu 20.10', 'Ubuntu 20.04 LTS', 'Ubuntu 19.10', 'Ubuntu 19.04', @@ -492,10 +593,8 @@ export var kernelReleaseNames = [ 'Ubuntu 18.04.1 LTS (v4.15)', 'Ubuntu 16.04.5 LTS (v4.15)', 'Ubuntu 18.04.0 LTS (v4.15)', - 'Ubuntu 16.04.4 LTS (v4.13)', - 'Ubuntu 17.10 (v4.13)', 'Ubuntu 16.04.1 LTS (v4.4)', - 'Ubuntu 14.04.5 LTS (v4.4)', + 'Ubuntu 14.04.5 LTS (v3.13)', 'Ubuntu 16.04.0 LTS (v4.4)', 'Ubuntu 14.04.1 LTS (v3.13)', 'Ubuntu 12.04.5 LTS (v3.13)', @@ -527,13 +626,13 @@ export var openStackReleaseNames = [ ]; export var kubernetesReleaseNames = [ - 'Kubernetes 1.5', - 'Kubernetes 1.6', - 'Kubernetes 1.7', - 'Kubernetes 1.8', - 'Kubernetes 1.9', - 'Kubernetes 1.10', - 'Kubernetes 1.11', + 'Kubernetes 1.13', 'Kubernetes 1.12', - 'Kubernetes 1.13' + 'Kubernetes 1.11', + 'Kubernetes 1.10', + 'Kubernetes 1.9', + 'Kubernetes 1.8', + 'Kubernetes 1.7', + 'Kubernetes 1.6', + 'Kubernetes 1.5' ]; diff --git a/templates/about/release-cycle.html b/templates/about/release-cycle.html index 467beeeac73..bb5652119b5 100755 --- a/templates/about/release-cycle.html +++ b/templates/about/release-cycle.html @@ -23,16 +23,16 @@
Releases of Ubuntu get a development codename (‘Breezy Badger’) and are versioned by the year and month of delivery - for example Ubuntu 17.10 was released in October 2017.
+Releases of Ubuntu get a development codename (‘Breezy Badger’) and are versioned by the year and month of delivery - for example Ubuntu 17.10 was released in October 2017.
LTS or ‘Long Term Support’ releases are published every two years in April. LTS releases are the ‘enterprise grade’ releases of Ubuntu, and they are much more heavily used (something like 95% of all Ubuntu installations are LTS releases). For example, 12.04 LTS, 14.04 LTS, 16.04 LTS and 18.04 LTS have successively taken the lead position on all public clouds as the most popular OS images.
-Every six months between LTS versions, Canonical publishes an interim release of Ubuntu - 17.10 was an example. These are production quality releases and are supported for their lifespan (which is sufficient to carry you through to the next version) but they do not receive the long term commitment of LTS releases.
+LTS or ‘Long Term Support’ releases are published every two years in April. LTS releases are the ‘enterprise grade’ releases of Ubuntu and are utilised the most. An estimated 95% of all Ubuntu installations are LTS releases, with more than 60% of large-scale production clouds running on the most popular OS images - Ubuntu 18.04, 16.04 and 14.04 LTS.
+Every six months between LTS versions, Canonical publishes an interim release of Ubuntu, with18.10 being the latest example. These are production-quality releases and are supported for their lifespan, with sufficient time provided for users to update, but these releases do not receive the long-term commitment of LTS releases.
The heart of Ubuntu is a collection of ‘deb’ packages which are tested and integrated so that they work well as a set. Debs are optimised for highly structured dependency management, enabling you to combine debs very richly while ensuring that the necessary software dependencies for each deb (themselves delivered as debs) are installed on your machine.
Ubuntu also supports ‘snap’ packages which are more suited for third-party applications and tools which evolve at their own speed, independently of Ubuntu. If you want to install a high-profile app like Skype or a toolchain like the latest version of Golang, you probably want the snap because it will give you fresher versions and more control of the specific major versions you want to track.
Snaps each pick a ‘base’ which might be Ubuntu16 or Ubuntu18 (corresponding to the set of minimal debs in Ubuntu 16.04 LTS or Ubuntu 18.04 LTS but can now also include other versions of Linux too. Nevertheless, the choice of base does not impact on your ability to use a snap, it’s a choice of the publisher and should be invisible to you as a user or developer.
-A snap can be strictly confined, which means that it operates in a secure box with only pre-defined points of access to the rest of the system. For third-party applications, this means that you will have a very high level of confidence that the app can only see appropriate data that you have provided to it. Snaps can also be ‘classic’ which means that they behave more like debs, and can see everything on your system. You should make sure you have a high level of confidence in the publisher of any classic snap you install, since a compromise or bad faith behaviour in that code is not confined to the app itself.
+A snap can be strictly confined, which means that it operates in a secure box with only predefined points of access to the rest of the system. For third-party applications, this means that you will have a very high level of confidence that the app can only see appropriate data that you have provided to it. Snaps can also be ‘classic’ which means that they behave more like debs, and can see everything on your system. You should make sure you have a high level of confidence in the publisher of any classic snap you install, since a compromise or bad faith behaviour in that code is not confined to the app itself.
It is also common to consume Ubuntu as an image on a public cloud, or as a container. Ubuntu is published by Canonical on all major public clouds, and the latest image for each LTS version will always include security updates rolled up to at most two weeks ago. You may benefit from installing newer updates than that, but the base image you boot on the cloud should always be the current one from Canonical to ensure that it is broadly up to date and the number of updates needed for full security is minimal.
Canonical also publishes a set of images and containers that you can download for use with VMware or other local hypervisors and private cloud technologies. These include standard Ubuntu images on the Docker Hub, and standard images for use with LXD and MAAS. These images are also kept up to date, with publication of rolled up security updated images on a regular cadence, and you should automate your use of the latest images to ensure consistent security coverage for your users.
When an Ubuntu release reaches the end of its public maintenance commitment you should either add ESM for ongoing security updates, or upgrade to a newer release of Ubuntu, or both if the machine is using packages outside the base and needs the security coverage for those.
+Ubuntu LTS releases transition into Extended Security Maintenance (ESM) phase as the standard, five-year public support window comes to a close. It is recommended for users and organisations to upgrade to the latest LTS release or subscribe to ESM for continued security coverage.
This command will print the exact status of your system:
Canonical maintains multiple kernel packages for each LTS version of Ubuntu, which serve different purposes. Several of the kernel packages address the need for kernels with specific performance priorities, for example the low-latency kernel package. Others are focused on optimisation for a particular hypervisor, for example the kernel packages which are named after public clouds. You are recommended to use the detailed Ubuntu kernel guide to select the best Ubuntu kernel for your application.
In general, all of the LTS kernel packages will use the same base version of the Linux kernel, for example Ubuntu 18.04 LTS kernels typically used the 4.15 upstream Linux kernel as a base. Some cloud-specific kernels may use a newer version in order to benefit from improved mechanisms in performance or security that are material to that cloud. These kernels are all supported for the full life of their underlying LTS release.
In addition, the kernel versions from the subsequent four releases are made available on the latest LTS release of Ubuntu. So Ubuntu 16.04 LTS received the kernels from Ubuntu 16.10, 17.04, 17.10 and 18.04 LTS. These kernels use newer upstream versions and as a result offer an easy path to newer features and newer classes of hardware for many users of Ubuntu. Note however that these kernels ‘roll’ which means that they jump every six months until the next LTS. Large scale deployments that adopt these ‘hardware enablement’ or HWE kernels should manage those transitions explicitly. These newer HWE kernels are accompanied by a collection of userspace tools closely tied to the kernel and hardware, specifically X display enablement on newer graphics cards.
-These can be installed manually, or are automatically shipped if installing from 12.04.2/14.04.2 and newer release media. These newer enablement stacks are meant for desktop and server and even recommended for cloud or virtual images.
The Ubuntu kernel support lifecycle is as follows:
For more information on previous and upcoming Ubuntu OpenStack releases please see the Ubuntu Cloud Archive wiki page.
- - -The release cycle of the Charmed Distribution of Kubernetes (CDK) is tightly - synchronised to the release of upstream Kubernetes®. - The current release and two prior releases are supported, giving an effective - support period of nine months, subject to changes in the upstream release - cycle.
-The CDK support lifecycle can be represented this way:
For more information on previous and current releases of CDK, please see the CDK release notes.
-The release cycle of the Charmed Distribution of Kubernetes (CDK) is tightly + synchronised to the release of upstream Kubernetes®. + The current release and two prior releases are supported, giving an effective + support period of nine months, subject to changes in the upstream release + cycle.
+The CDK support lifecycle can be represented this way:
+For more information on previous and current releases of CDK, please see the CDK release notes.
+Ubuntu {{ latest_release }} comes with cutting-edge new features.
+Ubuntu {{ latest_release }} comes with a host of improvements and bug fixes giving you the snappiest GNOME experience.
There are several other ways to get Ubuntu including torrents, which can potentially mean a quicker download, our network installer for older systems and special configurations and links to our regional DVD image mirrors for our older (and newer) releases. If you don’t specifically require any of these installers, we recommend using our default installers.
+There are several other ways to get Ubuntu including torrents, which can potentially mean a quicker download, our network installer for older systems and special configurations and links to our regional mirrors for our older (and newer) releases. If you don’t specifically require any of these installers, we recommend using our standard downloads.
+ From the Linux Kernel to Openstack and Kubernetes: find out why the + latest Ubuntu release is our most advanced to date. +
+ ++ +
+ + +