Skip to content

Commit 3d28c89

Browse files
marcelmtzdamienwebdev
authored andcommitted
feat(supported-version): add Mage-OS 3.1.0 (Magento 2.4.9)
1 parent 7e9e4ae commit 3d28c89

4 files changed

Lines changed: 48 additions & 16 deletions

File tree

supported-version/dist/index.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

supported-version/src/kind/get-currently-supported.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ describe('getCurrentlySupportedVersions for mage-os', () => {
151151
['2026-05-19T00:00:01Z', 'Release of 3.0.0', [
152152
'mage-os/project-community-edition:3.0.0',
153153
]],
154+
['2026-06-18T00:00:01Z', 'Release of 3.1.0', [
155+
'mage-os/project-community-edition:3.1.0',
156+
]],
154157
])(
155158
'supportedVersions for %s',
156159
(date, description ,result) => {

supported-version/src/versions/mage-os/composite.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"varnish": "varnish:7.7",
1111
"nginx": "nginx:1.28",
1212
"os": "ubuntu-latest",
13-
"release": "2026-05-19T00:00:00+0000",
14-
"eol": "2029-05-19T00:00:00+0000"
13+
"release": "2026-06-18T00:00:00+0000",
14+
"eol": "2029-06-18T00:00:00+0000"
1515
},
1616
"mage-os/project-community-edition:next": {
1717
"magento": "mage-os/project-community-edition:next",
@@ -24,8 +24,8 @@
2424
"varnish": "varnish:7.7",
2525
"nginx": "nginx:1.28",
2626
"os": "ubuntu-latest",
27-
"release": "2026-05-19T00:00:00+0000",
28-
"eol": "2029-05-19T00:00:00+0000"
27+
"release": "2026-06-18T00:00:00+0000",
28+
"eol": "2029-06-18T00:00:00+0000"
2929
},
3030
"mage-os/project-community-edition:>=1.0 <1.1": {
3131
"magento": "mage-os/project-community-edition:>=1.0 <1.1",
@@ -151,7 +151,21 @@
151151
"varnish": "varnish:8",
152152
"nginx": "nginx:1.28",
153153
"os": "ubuntu-latest",
154-
"release": "2026-05-19T00:00:00+0000",
155-
"eol": "2029-05-19T00:00:00+0000"
154+
"release": "2026-06-18T00:00:00+0000",
155+
"eol": "2026-06-18T00:00:00+0000"
156+
},
157+
"mage-os/project-community-edition:>=3.1 <3.2": {
158+
"magento": "mage-os/project-community-edition:>=3.1 <3.2",
159+
"php": 8.4,
160+
"composer": "2.9.8",
161+
"mysql": "mysql:8.4",
162+
"opensearch": "opensearchproject/opensearch:3",
163+
"rabbitmq": "rabbitmq:4.1-management",
164+
"valkey": "valkey/valkey:8",
165+
"varnish": "varnish:7.7",
166+
"nginx": "nginx:1.28",
167+
"os": "ubuntu-latest",
168+
"release": "2026-06-18T00:00:00+0000",
169+
"eol": "2029-06-18T00:00:00+0000"
156170
}
157171
}

supported-version/src/versions/mage-os/individual.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,21 @@
283283
"nginx": "nginx:1.28",
284284
"os": "ubuntu-latest",
285285
"release": "2026-05-19T00:00:00+0000",
286-
"eol": "2029-05-19T00:00:00+0000"
286+
"eol": "2026-06-18T00:00:00+0000"
287+
},
288+
"mage-os/project-community-edition:3.1.0": {
289+
"magento": "mage-os/project-community-edition:3.1.0",
290+
"upstream": "2.4.9",
291+
"php": 8.4,
292+
"composer": "2.9.8",
293+
"mysql": "mysql:8.4",
294+
"opensearch": "opensearchproject/opensearch:3",
295+
"rabbitmq": "rabbitmq:4.1-management",
296+
"valkey": "valkey/valkey:8",
297+
"varnish": "varnish:7.7",
298+
"nginx": "nginx:1.28",
299+
"os": "ubuntu-latest",
300+
"release": "2026-06-18T00:00:00+0000",
301+
"eol": "2029-06-18T00:00:00+0000"
287302
}
288303
}

0 commit comments

Comments
 (0)