Skip to content

Commit 53c3ada

Browse files
marcelmtzclaude
authored andcommitted
feat(supported-version): add Mage-OS 3.2.0 (Magento 2.4.9) (#384)
Add the mage-os/project-community-edition:3.2.0 entry (upstream Magento 2.4.9) to individual.json and composite.json, and set the 3.1.0 line to end-of-life on the 3.2.0 release date (2026-07-14), per the same-day supersede convention. Composer is bumped 2.9.8 -> 2.10.2 (current stable) for 3.2.0 and the open-ended / :next entries. The rest of the certified service stack is unchanged from 3.1.0, including the temporary mysql:8.4 override (#377). New composite line >=3.2 <3.3 added. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9c13873 commit 53c3ada

4 files changed

Lines changed: 41 additions & 9 deletions

File tree

supported-version/dist/index.js

Lines changed: 1 addition & 1 deletion
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
@@ -154,6 +154,9 @@ describe('getCurrentlySupportedVersions for mage-os', () => {
154154
['2026-06-18T00:00:01Z', 'Release of 3.1.0', [
155155
'mage-os/project-community-edition:3.1.0',
156156
]],
157+
['2026-07-14T00:00:01Z', 'Release of 3.2.0', [
158+
'mage-os/project-community-edition:3.2.0',
159+
]],
157160
])(
158161
'supportedVersions for %s',
159162
(date, description ,result) => {

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

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
"mage-os/project-community-edition": {
33
"magento": "mage-os/project-community-edition",
44
"php": 8.4,
5-
"composer": "2.9.8",
5+
"composer": "2.10.2",
66
"mysql": "mysql:8.4",
77
"opensearch": "opensearchproject/opensearch:3",
88
"rabbitmq": "rabbitmq:4.1-management",
99
"valkey": "valkey/valkey:8",
1010
"varnish": "varnish:7.7",
1111
"nginx": "nginx:1.28",
1212
"os": "ubuntu-latest",
13-
"release": "2026-06-18T00:00:00+0000",
14-
"eol": "2029-06-18T00:00:00+0000"
13+
"release": "2026-07-14T00:00:00+0000",
14+
"eol": "2029-07-14T00:00:00+0000"
1515
},
1616
"mage-os/project-community-edition:next": {
1717
"magento": "mage-os/project-community-edition:next",
1818
"php": 8.4,
19-
"composer": "2.9.8",
19+
"composer": "2.10.2",
2020
"mysql": "mysql:8.4",
2121
"opensearch": "opensearchproject/opensearch:3",
2222
"rabbitmq": "rabbitmq:4.1-management",
2323
"valkey": "valkey/valkey:8",
2424
"varnish": "varnish:7.7",
2525
"nginx": "nginx:1.28",
2626
"os": "ubuntu-latest",
27-
"release": "2026-06-18T00:00:00+0000",
28-
"eol": "2029-06-18T00:00:00+0000"
27+
"release": "2026-07-14T00:00:00+0000",
28+
"eol": "2029-07-14T00: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",
@@ -166,6 +166,20 @@
166166
"nginx": "nginx:1.28",
167167
"os": "ubuntu-latest",
168168
"release": "2026-06-18T00:00:00+0000",
169-
"eol": "2029-06-18T00:00:00+0000"
169+
"eol": "2026-07-14T00:00:00+0000"
170+
},
171+
"mage-os/project-community-edition:>=3.2 <3.3": {
172+
"magento": "mage-os/project-community-edition:>=3.2 <3.3",
173+
"php": 8.4,
174+
"composer": "2.10.2",
175+
"mysql": "mysql:8.4",
176+
"opensearch": "opensearchproject/opensearch:3",
177+
"rabbitmq": "rabbitmq:4.1-management",
178+
"valkey": "valkey/valkey:8",
179+
"varnish": "varnish:7.7",
180+
"nginx": "nginx:1.28",
181+
"os": "ubuntu-latest",
182+
"release": "2026-07-14T00:00:00+0000",
183+
"eol": "2029-07-14T00:00:00+0000"
170184
}
171185
}

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,21 @@
298298
"nginx": "nginx:1.28",
299299
"os": "ubuntu-latest",
300300
"release": "2026-06-18T00:00:00+0000",
301-
"eol": "2029-06-18T00:00:00+0000"
301+
"eol": "2026-07-14T00:00:00+0000"
302+
},
303+
"mage-os/project-community-edition:3.2.0": {
304+
"magento": "mage-os/project-community-edition:3.2.0",
305+
"upstream": "2.4.9",
306+
"php": 8.4,
307+
"composer": "2.10.2",
308+
"mysql": "mysql:8.4",
309+
"opensearch": "opensearchproject/opensearch:3",
310+
"rabbitmq": "rabbitmq:4.1-management",
311+
"valkey": "valkey/valkey:8",
312+
"varnish": "varnish:7.7",
313+
"nginx": "nginx:1.28",
314+
"os": "ubuntu-latest",
315+
"release": "2026-07-14T00:00:00+0000",
316+
"eol": "2029-07-14T00:00:00+0000"
302317
}
303318
}

0 commit comments

Comments
 (0)