Skip to content

Commit

Permalink
Merge pull request #12848 from canonical/wd-3155
Browse files Browse the repository at this point in the history
Remove unwanted openstack versions from chart-data.js
  • Loading branch information
petesfrench committed May 10, 2023
2 parents e03849e + 07b08ee commit 263f4e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 96 deletions.
48 changes: 0 additions & 48 deletions static/js/src/chart-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1123,12 +1123,6 @@ export var openStackReleases = [
taskName: "OpenStack Yoga",
status: "MATCHING_OPENSTACK_RELEASE_SUPPORT",
},
{
startDate: new Date("2021-10-01T00:00:00"),
endDate: new Date("2023-04-01T00:00:00"),
taskName: "OpenStack Xena",
status: "MATCHING_OPENSTACK_RELEASE_SUPPORT",
},
{
startDate: new Date("2021-04-01T00:00:00"),
endDate: new Date("2022-10-01T00:00:00"),
Expand All @@ -1141,12 +1135,6 @@ export var openStackReleases = [
taskName: "OpenStack Wallaby",
status: "EXTENDED_SUPPORT_FOR_CUSTOMERS",
},
{
startDate: new Date("2020-10-01T00:00:00"),
endDate: new Date("2022-04-01T00:00:00"),
taskName: "OpenStack Victoria",
status: "MATCHING_OPENSTACK_RELEASE_SUPPORT",
},
{
startDate: new Date("2020-05-15T00:00:00"),
endDate: new Date("2025-04-01T00:00:00"),
Expand Down Expand Up @@ -1177,36 +1165,6 @@ export var openStackReleases = [
taskName: "Ubuntu 20.04 LTS",
status: "ESM",
},
{
startDate: new Date("2020-05-15T00:00:00"),
endDate: new Date("2023-04-01T00:00:00"),
taskName: "OpenStack Ussuri",
status: "MATCHING_OPENSTACK_RELEASE_SUPPORT",
},
{
startDate: new Date("2019-08-01T00:00:00"),
endDate: new Date("2021-02-01T00:00:00"),
taskName: "OpenStack Train",
status: "MATCHING_OPENSTACK_RELEASE_SUPPORT",
},
{
startDate: new Date("2019-04-01T00:00:00"),
endDate: new Date("2020-10-01T00:00:00"),
taskName: "OpenStack Stein",
status: "MATCHING_OPENSTACK_RELEASE_SUPPORT",
},
{
startDate: new Date("2020-10-01T00:00:00"),
endDate: new Date("2022-04-01T00:00:00"),
taskName: "OpenStack Stein",
status: "EXTENDED_SUPPORT_FOR_CUSTOMERS",
},
{
startDate: new Date("2018-08-30T00:00:00"),
endDate: new Date("2020-02-21T00:00:00"),
taskName: "OpenStack Rocky",
status: "MATCHING_OPENSTACK_RELEASE_SUPPORT",
},
{
startDate: new Date("2018-04-20T00:00:00"),
endDate: new Date("2023-04-20T00:00:00"),
Expand Down Expand Up @@ -1631,15 +1589,9 @@ export var openStackReleaseNames = [
"OpenStack Yoga LTS",
"Ubuntu 22.04 LTS",
"OpenStack Yoga",
"OpenStack Xena",
"OpenStack Wallaby",
"OpenStack Victoria",
"OpenStack Ussuri LTS",
"Ubuntu 20.04 LTS",
"OpenStack Ussuri",
"OpenStack Train",
"OpenStack Stein",
"OpenStack Rocky",
"OpenStack Queens LTS",
"Ubuntu 18.04 LTS",
"OpenStack Mitaka LTS",
Expand Down
48 changes: 0 additions & 48 deletions templates/about/openstack-release-cycle.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,6 @@
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>OpenStack Xena</td>
<td>&nbsp;</td>
<td>Oct 2021</td>
<td>Apr 2023</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>OpenStack Wallaby</td>
<td>&nbsp;</td>
Expand All @@ -81,14 +73,6 @@
<td>Apr 2024</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>OpenStack Victoria</td>
<td>&nbsp;</td>
<td>Oct 2020</td>
<td>Apr 2022</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>OpenStack Ussuri LTS</td>
<td>Apr 2020</td>
Expand All @@ -105,38 +89,6 @@
<td>&nbsp;</td>
<td>Apr 2030</td>
</tr>
<tr>
<td>OpenStack Ussuri</td>
<td>Apr 2020</td>
<td>May 2020</td>
<td>Apr 2023</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>OpenStack Train</td>
<td>&nbsp;</td>
<td>Aug 2019</td>
<td>Feb 2021</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>OpenStack Stein</td>
<td>&nbsp;</td>
<td>Apr 2019</td>
<td>Oct 2020</td>
<td>Apr 2022</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>OpenStack Rocky</td>
<td>&nbsp;</td>
<td>Aug 2018</td>
<td>Feb 2020</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>OpenStack Queens LTS</td>
<td>&nbsp;</td>
Expand Down

0 comments on commit 263f4e9

Please sign in to comment.