Skip to content

Commit aee087f

Browse files
authored
Preparing for 1.1.1 (#290)
1 parent 0d26337 commit aee087f

3 files changed

Lines changed: 19 additions & 2 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
@@ -110,6 +110,9 @@ 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', [
114+
'mage-os/project-community-edition:1.1.1',
115+
]],
113116
])(
114117
'supportedVersions for %s',
115118
(date, description ,result) => {

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,20 @@
109109
"nginx": "nginx:1.26",
110110
"os": "ubuntu-latest",
111111
"release": "2025-04-15T00:00:00+0000",
112-
"eol": "2028-04-16T00:00:00+0000"
112+
"eol": "2025-04-20T00:00:00+0000"
113+
},
114+
"mage-os/project-community-edition:1.1.1": {
115+
"magento": "mage-os/project-community-edition:1.1.1",
116+
"php": 8.4,
117+
"composer": "2.8.8",
118+
"mysql": "mariadb:11.4",
119+
"elasticsearch": "opensearch:2.19.1",
120+
"rabbitmq": "rabbitmq:4.0-management",
121+
"redis": "redis:7.2",
122+
"varnish": "varnish:7.6",
123+
"nginx": "nginx:1.26",
124+
"os": "ubuntu-latest",
125+
"release": "2025-04-21T00:00:00+0000",
126+
"eol": "2028-04-22T00:00:00+0000"
113127
}
114128
}

0 commit comments

Comments
 (0)