diff --git a/releases.yaml b/releases.yaml index e4bb440e1bb..ea3accc71e3 100644 --- a/releases.yaml +++ b/releases.yaml @@ -1,11 +1,12 @@ latest: - slug: GroovyGorilla - name: "Groovy Gorilla" - short_version: "20.10" - full_version: "20.10" - release_date: "October 2020" - eol: "July 2021" + slug: HirsuteHippo + name: "Hirsute Hippo" + short_version: "21.04" + full_version: "21.04" + release_date: "April 2021" + eol: "January 2022" past_eol_date: false + release_notes_url: "https://discourse.ubuntu.com/t/hirsute-hippo-release-notes/19221" lts: slug: FocalFossa name: "Focal Fossa" @@ -14,6 +15,7 @@ lts: full_version_desktop: "20.04.2.0" release_date: "April 2020" eol: "April 2025" + release_notes_url: "https://wiki.ubuntu.com/FocalFossa/ReleaseNotes" openstack_lts: slug: Ussuri previous_lts: @@ -29,16 +31,16 @@ previous_previous_lts: checksums: desktop: - "20.10": "3ef833828009fb69d5c584f3701d6946f89fa304757b7947e792f9491caa270e *ubuntu-20.10-desktop-amd64.iso" + "21.04": "fa95fb748b34d470a7cfa5e3c1c8fa1163e2dc340cd5a60f7ece9dc963ecdf88 *ubuntu-21.04-desktop-amd64.iso" "20.04.2.0": "93bdab204067321ff131f560879db46bee3b994bf24836bb78538640f689e58f *ubuntu-20.04.2.0-desktop-amd64.iso" live-server: - "20.10": "defdc1ad3af7b661fe2b4ee861fb6fdb5f52039389ef56da6efc05e6adfe3d45 *ubuntu-20.10-live-server-amd64.iso" + "21.04": "e4089c47104375b59951bad6c7b3ee5d9f6d80bfac4597e43a716bb8f5c1f3b0 *ubuntu-21.04-live-server-amd64.iso" "20.04.2": "d1f2bf834bbe9bb43faf16f9be992a6f3935e65be0edece1dee2aa6eb1767423 *ubuntu-20.04.2-live-server-amd64.iso" desktop-arm64+raspi: - "20.10": "2fa19fb53fe0144549ff722d9cd755d9c12fb508bb890926bfe7940c0b3555e8 *ubuntu-20.10-preinstalled-desktop-arm64+raspi.img.xz" + "21.04": "d89ee327a00b98d7166b1a8cc95d17762aaacd3b4d0fc756c5b6b65df1708f48 *ubuntu-21.04-preinstalled-desktop-arm64+raspi.img.xz" server-arm64+raspi: - "20.10": "73a98e83fbb6398f86902c7a83c826536f1afbd0be2d80cb0d7faa94ede33137 *ubuntu-20.10-preinstalled-server-arm64+raspi.img.xz" + "21.04": "3df85b93b66ccd2d370c844568b37888de66c362eebae5204bf017f6f5875207 *ubuntu-21.04-preinstalled-server-arm64+raspi.img.xz" "20.04.2": "31884b07837099a5e819527af66848a9f4f92c1333e3ef0693d6d77af66d6832 *ubuntu-20.04.2-preinstalled-server-arm64+raspi.img.xz" server-armhf+raspi: - "20.10": "941752f93313ba765069b48f38af18bbf961bebefcc9c4296a953cf1260f0fe1 *ubuntu-20.10-preinstalled-server-armhf+raspi.img.xz" + "21.04": "c9a9a5177a03fcbb6203b38e5c3c4e5447fd9e8891515da4146f319f04eb3495 *ubuntu-21.04-preinstalled-server-armhf+raspi.img.xz" "20.04.2": "7b348d080648b8e36e1f29671afd973a0878503091b935b69828f2c7722dfb58 *ubuntu-20.04.2-preinstalled-server-armhf+raspi.img.xz" diff --git a/templates/appliance/shared/_featured_appliances.html b/templates/appliance/shared/_featured_appliances.html index 348b690b53c..2594ef2f2bd 100644 --- a/templates/appliance/shared/_featured_appliances.html +++ b/templates/appliance/shared/_featured_appliances.html @@ -5,76 +5,76 @@
Download the latest LTS version of Ubuntu, for desktop PCs and laptops. LTS stands for long-term support — which means five years, until {{ releases.lts.eol }}, of free security and maintenance updates, guaranteed.
-Ubuntu {{ releases.lts.short_version }} LTS release notes
+Ubuntu {{ releases.lts.short_version }} LTS release notes
Recommended system requirements:
The latest version of the Ubuntu operating system for desktop PCs and laptops, Ubuntu {{ releases.latest.full_version }} comes with nine months, until {{ releases.latest.eol }}, of security and maintenance updates.
Recommended system requirements are the same as for Ubuntu {{ releases.lts.full_version }} LTS.
- +diff --git a/templates/download/index.html b/templates/download/index.html index 2e41feffe7e..06be9a715d8 100755 --- a/templates/download/index.html +++ b/templates/download/index.html @@ -35,26 +35,17 @@
Running Ubuntu on your Raspberry Pi is easy. Just pick the OS image you want, flash it onto a microSD card, load it onto your Pi and away you go.
-First time installing Ubuntu on Raspberry Pi?
++ Running Ubuntu on your Raspberry Pi is easy. Just pick the OS image you want, flash it onto a microSD card, load it onto your Pi and away you go. +
++ First time installing Ubuntu on Raspberry Pi? +
Follow our desktop or server tutorials.
@@ -33,190 +39,257 @@