Skip to content

Commit db4bf32

Browse files
authored
Added Mage-OS 1.3.0 (#296)
1 parent 45054d2 commit db4bf32

4 files changed

Lines changed: 35 additions & 3 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
@@ -125,6 +125,9 @@ describe('getCurrentlySupportedVersions for mage-os', () => {
125125
['2025-04-22T00:00:01Z', 'Release of 1.1.1', [
126126
'mage-os/project-community-edition:1.1.1',
127127
]],
128+
['2025-08-13T00:00:01Z', 'Release of 1.3.0', [
129+
'mage-os/project-community-edition:1.3.0',
130+
]],
128131
])(
129132
'supportedVersions for %s',
130133
(date, description ,result) => {

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,21 @@
3939
"nginx": "nginx:1.26",
4040
"os": "ubuntu-latest",
4141
"release": "2025-06-17T00:00:00+0000",
42-
"eol": "2028-06-18T00:00:00+0000"
42+
"eol": "2025-08-12T00:00:00+0000"
43+
},
44+
"mage-os/project-community-edition:>=1.3 <1.4": {
45+
"magento": "mage-os/project-community-edition:>=1.2 <1.3",
46+
"php": 8.4,
47+
"composer": "2.8.8",
48+
"mysql": "mysql:8.4",
49+
"opensearch": "opensearchproject/opensearch:2.19.1",
50+
"rabbitmq": "rabbitmq:4.0-management",
51+
"redis": "redis:7.2",
52+
"varnish": "varnish:7.6",
53+
"nginx": "nginx:1.26",
54+
"os": "ubuntu-latest",
55+
"release": "2025-08-13T00:00:00+0000",
56+
"eol": "2028-08-14T00:00:00+0000"
4357
},
4458
"mage-os/project-community-edition": {
4559
"magento": "mage-os/project-community-edition",

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,21 @@
147147
"nginx": "nginx:1.26",
148148
"os": "ubuntu-latest",
149149
"release": "2025-06-17T00:00:00+0000",
150-
"eol": "2028-06-18T00:00:00+0000"
150+
"eol": "2025-08-12T00:00:00+0000"
151+
},
152+
"mage-os/project-community-edition:1.3.0": {
153+
"magento": "mage-os/project-community-edition:1.3.0",
154+
"upstream": "2.4.8-p2",
155+
"php": 8.4,
156+
"composer": "2.8.8",
157+
"mysql": "mysql:8.4",
158+
"opensearch": "opensearchproject/opensearch:2.19.1",
159+
"rabbitmq": "rabbitmq:4.0-management",
160+
"redis": "redis:7.2",
161+
"varnish": "varnish:7.6",
162+
"nginx": "nginx:1.26",
163+
"os": "ubuntu-latest",
164+
"release": "2025-08-13T00:00:00+0000",
165+
"eol": "2028-08-12T00:00:00+0000"
151166
}
152167
}

0 commit comments

Comments
 (0)