Skip to content

Commit fa8508a

Browse files
authored
chore: fix supported version services and dates for Mage-OS 1.1.1 (#291)
1 parent aee087f commit fa8508a

4 files changed

Lines changed: 11 additions & 11 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ describe('getCurrentlySupportedVersions for mage-os', () => {
110110
['2024-07-18T00:00:01Z', 'Release of 1.0.2', [
111111
'mage-os/project-community-edition:1.0.2',
112112
]],
113-
['2025-04-21T00:00:01Z', 'Release of 1.1.1', [
113+
['2025-04-22T00:00:01Z', 'Release of 1.1.1', [
114114
'mage-os/project-community-edition:1.1.1',
115115
]],
116116
])(

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"nginx": "nginx:1.26",
1212
"os": "ubuntu-latest",
1313
"release": "2023-10-10T00:00:00+0000",
14-
"eol": "2025-04-07T00:00:00+0000"
14+
"eol": "2025-04-14T00:00:00+0000"
1515
},
1616
"mage-os/project-community-edition:>=1.1 <1.2": {
1717
"magento": "mage-os/project-community-edition:>=1.1 <1.2",
@@ -25,7 +25,7 @@
2525
"nginx": "nginx:1.26",
2626
"os": "ubuntu-latest",
2727
"release": "2025-04-15T00:00:00+0000",
28-
"eol": "2028-04-16T00:00:00+0000"
28+
"eol": "2028-04-22T00:00:00+0000"
2929
},
3030
"mage-os/project-community-edition": {
3131
"magento": "mage-os/project-community-edition",
@@ -39,7 +39,7 @@
3939
"nginx": "nginx:1.26",
4040
"os": "ubuntu-latest",
4141
"release": "2025-04-15T00:00:00+0000",
42-
"eol": "2028-04-16T00:00:00+0000"
42+
"eol": "2028-04-22T00:00:00+0000"
4343
},
4444
"mage-os/project-community-edition:next": {
4545
"magento": "mage-os/project-community-edition:next",
@@ -53,6 +53,6 @@
5353
"nginx": "nginx:1.26",
5454
"os": "ubuntu-latest",
5555
"release": "2025-04-15T00:00:00+0000",
56-
"eol": "2028-04-16T00:00:00+0000"
56+
"eol": "2028-04-22T00:00:00+0000"
5757
}
5858
}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,20 +109,20 @@
109109
"nginx": "nginx:1.26",
110110
"os": "ubuntu-latest",
111111
"release": "2025-04-15T00:00:00+0000",
112-
"eol": "2025-04-20T00:00:00+0000"
112+
"eol": "2025-04-21T00:00:00+0000"
113113
},
114114
"mage-os/project-community-edition:1.1.1": {
115115
"magento": "mage-os/project-community-edition:1.1.1",
116116
"php": 8.4,
117117
"composer": "2.8.8",
118-
"mysql": "mariadb:11.4",
119-
"elasticsearch": "opensearch:2.19.1",
118+
"mysql": "mysql:8.4",
119+
"opensearch": "opensearchproject/opensearch:2.19.1",
120120
"rabbitmq": "rabbitmq:4.0-management",
121121
"redis": "redis:7.2",
122122
"varnish": "varnish:7.6",
123123
"nginx": "nginx:1.26",
124124
"os": "ubuntu-latest",
125-
"release": "2025-04-21T00:00:00+0000",
126-
"eol": "2028-04-22T00:00:00+0000"
125+
"release": "2025-04-22T00:00:00+0000",
126+
"eol": "2028-04-23T00:00:00+0000"
127127
}
128128
}

0 commit comments

Comments
 (0)