feat: updated supported-version matrix for Mage-OS release 1.2.0

This commit is contained in:
Ryan Hoerr
2025-06-12 21:43:54 -04:00
committed by Damien Retzinger
parent 886bbbb9ba
commit f5460068b6
3 changed files with 98 additions and 28 deletions
+8 -8
View File
File diff suppressed because one or more lines are too long
@@ -1,30 +1,58 @@
{ {
"mage-os/project-community-edition": { "mage-os/project-community-edition": {
"magento": "mage-os/project-community-edition", "magento": "mage-os/project-community-edition",
"php": 8.1, "php": 8.4,
"composer": "2.2.21", "composer": "2.8.8",
"mysql": "mysql:8.0", "mysql": "mysql:8.4",
"elasticsearch": "elasticsearch:8.5.3", "opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:3.9-management", "rabbitmq": "rabbitmq:4.0-management",
"redis": "redis:7.0", "redis": "redis:7.2",
"varnish": "varnish:7.3", "varnish": "varnish:7.6",
"nginx": "nginx:1.22", "nginx": "nginx:1.26",
"os": "ubuntu-latest", "os": "ubuntu-latest",
"release": "2023-10-10T00:00:00+0000", "release": "2025-06-17T00:00:00+0000",
"eol": "2026-10-10T00:00:00+0000" "eol": "2028-06-18T00:00:00+0000"
}, },
"mage-os/project-community-edition:next": { "mage-os/project-community-edition:next": {
"magento": "mage-os/project-community-edition:next", "magento": "mage-os/project-community-edition:next",
"php": 8.3, "php": 8.4,
"composer": "2", "composer": "2.8.8",
"mysql": "mariadb:10.6", "mysql": "mysql:8.4",
"elasticsearch": "elasticsearch:8.11.4", "opensearch": "opensearchproject/opensearch:2.19.1",
"rabbitmq": "rabbitmq:3.13-management", "rabbitmq": "rabbitmq:4.0-management",
"redis": "redis:7.2", "redis": "redis:7.2",
"varnish": "varnish:7.5", "varnish": "varnish:7.6",
"nginx": "nginx:1.26", "nginx": "nginx:1.26",
"os": "ubuntu-latest", "os": "ubuntu-latest",
"release": "2024-10-10T00:00:00+0000", "release": "2025-06-17T00:00:00+0000",
"eol": "2026-10-10T00:00:00+0000" "eol": "2028-06-18T00:00:00+0000"
},
"mage-os/project-community-edition:>=1.1 <1.2": {
"magento": "mage-os/project-community-edition:>=1.1 <1.2",
"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-04-15T00:00:00+0000",
"eol": "2025-06-16T00:00:00+0000"
},
"mage-os/project-community-edition:>=1.2 <1.3": {
"magento": "mage-os/project-community-edition:>=1.1 <1.2",
"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-06-17T00:00:00+0000",
"eol": "2028-06-18T00:00:00+0000"
} }
} }
@@ -95,6 +95,48 @@
"nginx": "nginx:1.26", "nginx": "nginx:1.26",
"os": "ubuntu-latest", "os": "ubuntu-latest",
"release": "2025-02-12T00:00:00+0000", "release": "2025-02-12T00:00:00+0000",
"eol": "2027-02-14T00:00:00+0000" "eol": "2025-04-07T00:00:00+0000"
},
"mage-os/project-community-edition:1.1.0": {
"magento": "mage-os/project-community-edition:1.1.0",
"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-04-15T00:00:00+0000",
"eol": "2025-04-21T00:00:00+0000"
},
"mage-os/project-community-edition:1.1.1": {
"magento": "mage-os/project-community-edition:1.1.1",
"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-04-22T00:00:00+0000",
"eol": "2025-06-16T00:00:00+0000"
},
"mage-os/project-community-edition:1.2.0": {
"magento": "mage-os/project-community-edition:1.2.0",
"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-06-17T00:00:00+0000",
"eol": "2028-06-18T00:00:00+0000"
} }
} }