Merge ubuntu-cve-tracker:update-trusty-esm-eol into ubuntu-cve-tracker:master

Proposed by Diogo Sousa
Status: Merged
Merged at revision: 4a6eb6a7094918d50b0c0814dd2bb3b9d1b7f1c5
Proposed branch: ubuntu-cve-tracker:update-trusty-esm-eol
Merge into: ubuntu-cve-tracker:master
Diff against target: 12 lines (+1/-1)
1 file modified
scripts/post-release-to-web-cve-tracker.py (+1/-1)
Reviewer Review Type Date Requested Status
Steve Beattie Approve
Alex Murray Approve
Review via email: mp+465291@code.launchpad.net

Commit message

Updated the esm_expires field in Trusty to reflect Legacy Support

Description of the change

Shifted the date ahead, from 2024 to 2026, reflecting our +2 year commitment to Legacy Support.

Our public facing CVE tracker website relies on the "esm_expires" field to determine the "support_tag" field and identify the release as ESM for visibility purposes.

The server update has already been performed, this MR reflects the changes that were pushed.

To post a comment you must log in.
Revision history for this message
Alex Murray (alexmurray) wrote :

LGTM

review: Approve
Revision history for this message
Steve Beattie (sbeattie) wrote :

Thanks, Diogo, merged.

I included the detailed description you gave here in the merge commit message.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/scripts/post-release-to-web-cve-tracker.py b/scripts/post-release-to-web-cve-tracker.py
2index e8364fb..1b7a7da 100755
3--- a/scripts/post-release-to-web-cve-tracker.py
4+++ b/scripts/post-release-to-web-cve-tracker.py
5@@ -286,7 +286,7 @@ releases = {
6 "support_tag": "ESM",
7 "release_date": "2014-04-17T00:00:00",
8 "support_expires": "2019-04-30T00:00:00",
9- "esm_expires": "2024-04-30T00:00:00",
10+ "esm_expires": "2026-04-30T00:00:00",
11 },
12 }
13

Subscribers

People subscribed via source and target branches