Added Mage-OS 1.3.0 (#296)

This commit is contained in:
Fabrizio Balliano
2025-08-13 17:44:03 +01:00
committed by Damien Retzinger
parent 499eb24a13
commit 2b6d19f691
4 changed files with 54 additions and 19 deletions
+17 -17
View File
File diff suppressed because one or more lines are too long
@@ -122,6 +122,12 @@ describe('getCurrentlySupportedVersions for mage-os', () => {
['2024-07-18T00:00:01Z', 'Release of 1.0.2', [ ['2024-07-18T00:00:01Z', 'Release of 1.0.2', [
'mage-os/project-community-edition:1.0.2', 'mage-os/project-community-edition:1.0.2',
]], ]],
['2025-04-22T00:00:01Z', 'Release of 1.1.1', [
'mage-os/project-community-edition:1.1.1',
]],
['2025-08-13T00:00:01Z', 'Release of 1.3.0', [
'mage-os/project-community-edition:1.3.0',
]],
])( ])(
'supportedVersions for %s', 'supportedVersions for %s',
(date, description ,result) => { (date, description ,result) => {
@@ -67,6 +67,20 @@
"nginx": "nginx:1.26", "nginx": "nginx:1.26",
"os": "ubuntu-latest", "os": "ubuntu-latest",
"release": "2025-06-17T00:00:00+0000", "release": "2025-06-17T00:00:00+0000",
"eol": "2028-06-18T00:00:00+0000" "eol": "2025-08-12T00:00:00+0000"
},
"mage-os/project-community-edition:>=1.3 <1.4": {
"magento": "mage-os/project-community-edition:>=1.2 <1.3",
"php": 8.4,
"composer": "2.8.8",
"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": "2025-08-13T00:00:00+0000",
"eol": "2028-08-14T00:00:00+0000"
} }
} }
@@ -147,6 +147,21 @@
"nginx": "nginx:1.26", "nginx": "nginx:1.26",
"os": "ubuntu-latest", "os": "ubuntu-latest",
"release": "2025-06-17T00:00:00+0000", "release": "2025-06-17T00:00:00+0000",
"eol": "2028-06-18T00:00:00+0000" "eol": "2025-08-12T00:00:00+0000"
},
"mage-os/project-community-edition:1.3.0": {
"magento": "mage-os/project-community-edition:1.3.0",
"upstream": "2.4.8-p2",
"php": 8.4,
"composer": "2.8.8",
"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": "2025-08-13T00:00:00+0000",
"eol": "2028-08-12T00:00:00+0000"
} }
} }