Skip to content

Commit c255b72

Browse files
authored
1.3.1 (#297)
1 parent db4bf32 commit c255b72

3 files changed

Lines changed: 20 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
@@ -128,6 +128,9 @@ describe('getCurrentlySupportedVersions for mage-os', () => {
128128
['2025-08-13T00:00:01Z', 'Release of 1.3.0', [
129129
'mage-os/project-community-edition:1.3.0',
130130
]],
131+
['2025-09-09T00:00:01Z', 'Release of 1.3.1', [
132+
'mage-os/project-community-edition:1.3.1',
133+
]],
131134
])(
132135
'supportedVersions for %s',
133136
(date, description ,result) => {

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,21 @@
162162
"nginx": "nginx:1.26",
163163
"os": "ubuntu-latest",
164164
"release": "2025-08-13T00:00:00+0000",
165-
"eol": "2028-08-12T00:00:00+0000"
165+
"eol": "2025-09-08T00:00:00+0000"
166+
},
167+
"mage-os/project-community-edition:1.3.1": {
168+
"magento": "mage-os/project-community-edition:1.3.1",
169+
"upstream": "2.4.8-p2",
170+
"php": 8.4,
171+
"composer": "2.8.8",
172+
"mysql": "mysql:8.4",
173+
"opensearch": "opensearchproject/opensearch:2.19.1",
174+
"rabbitmq": "rabbitmq:4.0-management",
175+
"redis": "redis:7.2",
176+
"varnish": "varnish:7.6",
177+
"nginx": "nginx:1.26",
178+
"os": "ubuntu-latest",
179+
"release": "2025-09-09T00:00:00+0000",
180+
"eol": "2028-09-08T00:00:00+0000"
166181
}
167182
}

0 commit comments

Comments
 (0)