Skip to content

Commit

Permalink
Merge pull request #14738 from mtruj013/release-chart-update
Browse files Browse the repository at this point in the history
Update Ubuntu release chart
  • Loading branch information
mtruj013 authored Feb 12, 2025
2 parents 89ab596 + 02d1f93 commit 690e719
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions static/js/src/chart-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ export var serverAndDesktopReleases = [
},
{
startDate: new Date("2018-04-01T00:00:00"),
endDate: new Date("2023-04-02T00:00:00"),
endDate: new Date("2023-05-02T00:00:00"),
taskName: "18.04 LTS (Bionic Beaver)",
status: "HARDWARE_AND_MAINTENANCE_UPDATES",
},
{
startDate: new Date("2023-04-02T00:00:00"),
startDate: new Date("2023-05-02T00:00:00"),
endDate: new Date("2028-04-01T00:00:00"),
taskName: "18.04 LTS (Bionic Beaver)",
status: "ESM",
Expand All @@ -67,12 +67,12 @@ export var serverAndDesktopReleases = [
},
{
startDate: new Date("2020-04-01T00:00:00"),
endDate: new Date("2025-04-02T00:00:00"),
endDate: new Date("2025-05-02T00:00:00"),
taskName: "20.04 LTS (Focal Fossa)",
status: "HARDWARE_AND_MAINTENANCE_UPDATES",
},
{
startDate: new Date("2025-04-02T00:00:00"),
startDate: new Date("2025-05-02T00:00:00"),
endDate: new Date("2030-04-02T00:00:00"),
taskName: "20.04 LTS (Focal Fossa)",
status: "ESM",
Expand Down
4 changes: 2 additions & 2 deletions templates/about/release_cycles/releases-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
<tr>
<td colspan="2"><strong>20.04 LTS (Focal Fossa)</strong></td>
<td>Apr 2020</td>
<td>Apr 2025</td>
<td>May 2025</td>
<td>Apr 2030</td>
<td>Apr 2032</td>
</tr>
<tr>
<td colspan="2"><strong>18.04 LTS (Bionic Beaver)</strong></td>
<td>Apr 2018</td>
<td>Apr 2023</td>
<td>May 2023</td>
<td>Apr 2028</td>
<td>Apr 2030</td>
</tr>
Expand Down

0 comments on commit 690e719

Please sign in to comment.