Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 39 additions & 40 deletions supported-version/dist/index.js

Large diffs are not rendered by default.

22 changes: 20 additions & 2 deletions supported-version/src/kind/get-currently-supported.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,30 @@ describe('getCurrentlySupportedVersions for magento-open-source', () => {
'magento/project-community-edition:2.4.7-p9',
'magento/project-community-edition:2.4.8-p4',
]],
['2027-04-09T00:00:00Z', 'Day of v2.4.7 EoL', [
['2026-05-11T00:00:00Z', 'Day before May 2026 patch release', [
'magento/project-community-edition:2.4.6-p14',
'magento/project-community-edition:2.4.7-p9',
'magento/project-community-edition:2.4.8-p4',
]],
['2026-05-12T00:00:01Z', 'Day of May 2026 patch release', [
'magento/project-community-edition:2.4.6-p15',
'magento/project-community-edition:2.4.7-p10',
'magento/project-community-edition:2.4.8-p5',
'magento/project-community-edition:2.4.9',
]],
['2026-08-12T00:00:00Z', 'Day after v2.4.6 EoL', [
'magento/project-community-edition:2.4.7-p10',
'magento/project-community-edition:2.4.8-p5',
'magento/project-community-edition:2.4.9',
]],
['2027-04-09T00:00:00Z', 'Day of v2.4.7 EoL', [
'magento/project-community-edition:2.4.7-p10',
'magento/project-community-edition:2.4.8-p5',
'magento/project-community-edition:2.4.9',
]],
['2027-04-10T00:00:00Z', 'Day after v2.4.7 EoL', [
'magento/project-community-edition:2.4.8-p4',
'magento/project-community-edition:2.4.8-p5',
'magento/project-community-edition:2.4.9',
]],
])(
'supportedVersions for %s',
Expand Down
4 changes: 2 additions & 2 deletions supported-version/src/kind/get-usable.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ describe('getUsableVersions for mage-os', () => {

it('should filter out mage-os 2.2.1 due to security advisory', () => {
mockGetVersions.mockReturnValue({
'mage-os/project-community-edition:2.2.0': { composer: '2.9.3' },
'mage-os/project-community-edition:2.2.1': { composer: '2.9.3' }
'mage-os/project-community-edition:2.2.0': { composer: '2.9.7' },
'mage-os/project-community-edition:2.2.1': { composer: '2.9.7' }
});

const versions = getUsableVersions(project);
Expand Down
14 changes: 7 additions & 7 deletions supported-version/src/versions/mage-os/composite.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"mage-os/project-community-edition:>=1.0 <1.1": {
"magento": "mage-os/project-community-edition:>=1.0 <1.1",
"php": 8.3,
"composer": "2.9.3",
"composer": "2.9.7",
"mysql": "mariadb:10.6",
"elasticsearch": "elasticsearch:8.11.4",
"rabbitmq": "rabbitmq:3.13-management",
Expand All @@ -16,7 +16,7 @@
"mage-os/project-community-edition:>=1.1 <1.2": {
"magento": "mage-os/project-community-edition:>=1.1 <1.2",
"php": 8.4,
"composer": "2.9.3",
"composer": "2.9.7",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
Expand All @@ -30,7 +30,7 @@
"mage-os/project-community-edition:>=1.2 <1.3": {
"magento": "mage-os/project-community-edition:>=1.2 <1.3",
"php": 8.4,
"composer": "2.9.3",
"composer": "2.9.7",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
Expand All @@ -44,7 +44,7 @@
"mage-os/project-community-edition:>=1.3 <1.4": {
"magento": "mage-os/project-community-edition:>=1.3 <1.4",
"php": 8.4,
"composer": "2.9.3",
"composer": "2.9.7",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
Expand All @@ -58,7 +58,7 @@
"mage-os/project-community-edition:>=2.0 <2.1": {
"magento": "mage-os/project-community-edition:>=2.0 <2.1",
"php": 8.4,
"composer": "2.9.3",
"composer": "2.9.7",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
Expand All @@ -72,7 +72,7 @@
"mage-os/project-community-edition:>=2.1 <2.2": {
"magento": "mage-os/project-community-edition:>=2.1 <2.2",
"php": 8.4,
"composer": "2.9.3",
"composer": "2.9.7",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
Expand All @@ -86,7 +86,7 @@
"mage-os/project-community-edition:>=2.2 <2.3": {
"magento": "mage-os/project-community-edition:>=2.2 <2.3",
"php": 8.4,
"composer": "2.9.3",
"composer": "2.9.7",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
Expand Down
18 changes: 9 additions & 9 deletions supported-version/src/versions/mage-os/individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"magento": "mage-os/project-community-edition:1.1.0",
"upstream": "2.4.8",
"php": 8.4,
"composer": "2.9.3",
"composer": "2.9.7",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
Expand All @@ -123,7 +123,7 @@
"magento": "mage-os/project-community-edition:1.1.1",
"upstream": "2.4.8",
"php": 8.4,
"composer": "2.9.3",
"composer": "2.9.7",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
Expand All @@ -138,7 +138,7 @@
"magento": "mage-os/project-community-edition:1.2.0",
"upstream": "2.4.8-p1",
"php": 8.4,
"composer": "2.9.3",
"composer": "2.9.7",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
Expand All @@ -153,7 +153,7 @@
"magento": "mage-os/project-community-edition:1.3.0",
"upstream": "2.4.8-p2",
"php": 8.4,
"composer": "2.9.3",
"composer": "2.9.7",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
Expand All @@ -168,7 +168,7 @@
"magento": "mage-os/project-community-edition:1.3.1",
"upstream": "2.4.8-p2",
"php": 8.4,
"composer": "2.9.3",
"composer": "2.9.7",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
Expand All @@ -183,7 +183,7 @@
"magento": "mage-os/project-community-edition:2.0.0",
"upstream": "2.4.8-p3",
"php": 8.4,
"composer": "2.9.3",
"composer": "2.9.7",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
Expand All @@ -198,7 +198,7 @@
"magento": "mage-os/project-community-edition:2.1.0",
"upstream": "2.4.8-p3",
"php": 8.4,
"composer": "2.9.3",
"composer": "2.9.7",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
Expand All @@ -213,7 +213,7 @@
"magento": "mage-os/project-community-edition:2.2.0",
"upstream": "2.4.8-p4",
"php": 8.4,
"composer": "2.9.3",
"composer": "2.9.7",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
Expand All @@ -228,7 +228,7 @@
"magento": "mage-os/project-community-edition:2.2.1",
"upstream": "2.4.8-p4",
"php": 8.4,
"composer": "2.9.3",
"composer": "2.9.7",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
Expand Down
50 changes: 32 additions & 18 deletions supported-version/src/versions/magento-open-source/composite.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"release": "2023-03-14T00:00:00+0000",
"eol": "2026-03-14T00:00:00+0000"
"eol": "2026-08-11T00:00:00+0000"
},
"magento/project-community-edition:>=2.4.7 <2.4.8": {
"magento": "magento/project-community-edition:>=2.4.7 <2.4.8",
Expand Down Expand Up @@ -139,32 +139,46 @@
"release": "2025-04-08T00:00:00+0000",
"eol": "2028-04-09T00:00:00+0000"
},
"magento/project-community-edition:>=2.4.9 <2.4.10": {
"magento": "magento/project-community-edition:>=2.4.9 <2.4.10",
"php": 8.4,
"composer": "2.9.7",
"mysql": "mariadb:11.4",
"opensearch": "opensearchproject/opensearch:3",
"rabbitmq": "rabbitmq:4.1-management",
"valkey": "valkey/valkey:8",
"varnish": "varnish:7.7",
"nginx": "nginx:1.28",
"os": "ubuntu-latest",
"release": "2026-05-12T00:00:00+0000",
"eol": "2029-05-12T00:00:00+0000"
},
"magento/project-community-edition": {
"magento": "magento/project-community-edition",
"php": 8.4,
"composer": "2.8.12",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
"redis": "redis:7.2",
"varnish": "varnish:7.6",
"nginx": "nginx:1.26",
"composer": "2.9.7",
"mysql": "mariadb:11.4",
"opensearch": "opensearchproject/opensearch:3",
"rabbitmq": "rabbitmq:4.1-management",
"valkey": "valkey/valkey:8",
"varnish": "varnish:7.7",
"nginx": "nginx:1.28",
"os": "ubuntu-latest",
"release": "2025-04-08T00:00:00+0000",
"eol": "2028-04-09T00:00:00+0000"
"release": "2026-05-12T00:00:00+0000",
"eol": "2029-05-12T00:00:00+0000"
},
"magento/project-community-edition:next": {
"magento": "magento/project-community-edition:next",
"php": 8.4,
"composer": "2.9.2",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
"redis": "redis:7.2",
"varnish": "varnish:7.6",
"nginx": "nginx:1.26",
"composer": "2.9.7",
"mysql": "mariadb:11.4",
"opensearch": "opensearchproject/opensearch:3",
"rabbitmq": "rabbitmq:4.1-management",
"valkey": "valkey/valkey:8",
"varnish": "varnish:7.7",
"nginx": "nginx:1.28",
"os": "ubuntu-latest",
"release": "2015-11-17T00:00:00+0000",
"eol": "2028-04-09T00:00:00+0000"
"eol": "2029-05-12T00:00:00+0000"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,20 @@
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"release": "2026-03-10T00:00:00+0000",
"eol": "2026-05-12T00:00:00+0000"
},
"magento/project-community-edition:2.4.6-p15": {
"magento": "magento/project-community-edition:2.4.6-p15",
"php": 8.1,
"composer": "2.2.21",
"mysql": "mysql:8.0",
"elasticsearch": "elasticsearch:8.5.3",
"rabbitmq": "rabbitmq:3.13-management",
"redis": "redis:7.2",
"varnish": "varnish:7.3",
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"release": "2026-05-12T00:00:00+0000",
"eol": "2026-08-11T00:00:00+0000"
},
"magento/project-community-edition:2.4.7": {
Expand Down Expand Up @@ -935,6 +949,20 @@
"nginx": "nginx:1.26",
"os": "ubuntu-latest",
"release": "2026-03-10T00:00:00+0000",
"eol": "2026-05-12T00:00:00+0000"
},
"magento/project-community-edition:2.4.7-p10": {
"magento": "magento/project-community-edition:2.4.7-p10",
"php": 8.3,
"composer": "2.7.4",
"mysql": "mariadb:10.6",
"elasticsearch": "elasticsearch:8.11.4",
"rabbitmq": "rabbitmq:3.13-management",
"redis": "redis:7.2",
"varnish": "varnish:7.5",
"nginx": "nginx:1.26",
"os": "ubuntu-latest",
"release": "2026-05-12T00:00:00+0000",
"eol": "2027-04-09T00:00:00+0000"
},
"magento/project-community-edition:2.4.8": {
Expand Down Expand Up @@ -1005,6 +1033,34 @@
"nginx": "nginx:1.26",
"os": "ubuntu-latest",
"release": "2026-03-10T00:00:00+0000",
"eol": "2026-05-12T00:00:00+0000"
},
"magento/project-community-edition:2.4.8-p5": {
"magento": "magento/project-community-edition:2.4.8-p5",
"php": 8.4,
"composer": "2.8.12",
"mysql": "mysql:8.4",
"opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:4.0-management",
"redis": "redis:7.2",
"varnish": "varnish:7.6",
"nginx": "nginx:1.26",
"os": "ubuntu-latest",
"release": "2026-05-12T00:00:00+0000",
"eol": "2028-04-09T00:00:00+0000"
},
"magento/project-community-edition:2.4.9": {
"magento": "magento/project-community-edition:2.4.9",
"php": 8.4,
"composer": "2.9.7",
"mysql": "mariadb:11.4",
"opensearch": "opensearchproject/opensearch:3",
"rabbitmq": "rabbitmq:4.1-management",
"valkey": "valkey/valkey:8",
"varnish": "varnish:7.7",
"nginx": "nginx:1.28",
"os": "ubuntu-latest",
"release": "2026-05-12T00:00:00+0000",
"eol": "2029-05-12T00:00:00+0000"
}
}
Loading