Skip to content

Commit 45054d2

Browse files
authored
Add 2.4.5-p14, 2.4.6-p12, 2.4.7-p7 and 2.4.8-p2 (#295)
1 parent 1006ed1 commit 45054d2

2 files changed

Lines changed: 92 additions & 36 deletions

File tree

supported-version/src/kind/get-currently-supported.spec.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,38 +56,38 @@ describe('getCurrentlySupportedVersions for magento-open-source', () => {
5656
'magento/project-community-edition:2.4.7-p6',
5757
'magento/project-community-edition:2.4.8-p1',
5858
]],
59-
['2025-08-08T00:00:00Z', 'Day Before v2.4.5 EoL', [
59+
['2025-08-11T00:00:00Z', 'Day Before v2.4.5 EoL', [
6060
'magento/project-community-edition:2.4.5-p13',
6161
'magento/project-community-edition:2.4.6-p11',
6262
'magento/project-community-edition:2.4.7-p6',
6363
'magento/project-community-edition:2.4.8-p1',
6464
]],
65-
['2025-08-09T00:00:00Z', 'Day of v2.4.5 EoL', [
65+
['2025-08-12T00:00:00Z', 'Day of v2.4.5 EoL', [
6666
'magento/project-community-edition:2.4.5-p13',
6767
'magento/project-community-edition:2.4.6-p11',
6868
'magento/project-community-edition:2.4.7-p6',
6969
'magento/project-community-edition:2.4.8-p1',
7070
]],
71-
['2025-08-10T00:00:00Z', 'Day after v2.4.5 EoL', [
72-
'magento/project-community-edition:2.4.6-p11',
73-
'magento/project-community-edition:2.4.7-p6',
74-
'magento/project-community-edition:2.4.8-p1',
71+
['2025-08-13T00:00:00Z', 'Day after August 2025 patch release', [
72+
'magento/project-community-edition:2.4.6-p12',
73+
'magento/project-community-edition:2.4.7-p7',
74+
'magento/project-community-edition:2.4.8-p2',
7575
]],
7676
['2025-12-31T00:00:00Z', 'End of 2025', [
77-
'magento/project-community-edition:2.4.6-p11',
78-
'magento/project-community-edition:2.4.7-p6',
79-
'magento/project-community-edition:2.4.8-p1',
77+
'magento/project-community-edition:2.4.6-p12',
78+
'magento/project-community-edition:2.4.7-p7',
79+
'magento/project-community-edition:2.4.8-p2',
8080
]],
8181
['2026-03-15T00:00:00Z', 'Day after v2.4.6 EoL', [
82-
'magento/project-community-edition:2.4.7-p6',
83-
'magento/project-community-edition:2.4.8-p1',
82+
'magento/project-community-edition:2.4.7-p7',
83+
'magento/project-community-edition:2.4.8-p2',
8484
]],
8585
['2027-04-09T00:00:00Z', 'Day of v2.4.7 EoL', [
86-
'magento/project-community-edition:2.4.7-p6',
87-
'magento/project-community-edition:2.4.8-p1',
86+
'magento/project-community-edition:2.4.7-p7',
87+
'magento/project-community-edition:2.4.8-p2',
8888
]],
8989
['2027-04-10T00:00:00Z', 'Day after v2.4.7 EoL', [
90-
'magento/project-community-edition:2.4.8-p1',
90+
'magento/project-community-edition:2.4.8-p2',
9191
]],
9292
])(
9393
'supportedVersions for %s',

supported-version/src/versions/magento-open-source/individual.json

Lines changed: 78 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
"nginx": "nginx:1.22",
320320
"os": "ubuntu-latest",
321321
"release": "2024-06-11T00:00:00+0000",
322-
"eol": "2024-08-12T00:00:00+0000"
322+
"eol": "2024-08-13T00:00:00+0000"
323323
},
324324
"magento/project-community-edition:2.4.4-p10": {
325325
"magento": "magento/project-community-edition:2.4.4-p10",
@@ -333,7 +333,7 @@
333333
"nginx": "nginx:1.22",
334334
"os": "ubuntu-latest",
335335
"release": "2024-08-13T00:00:00+0000",
336-
"eol": "2024-10-07T00:00:00+0000"
336+
"eol": "2024-10-08T00:00:00+0000"
337337
},
338338
"magento/project-community-edition:2.4.4-p11": {
339339
"magento": "magento/project-community-edition:2.4.4-p11",
@@ -347,7 +347,7 @@
347347
"nginx": "nginx:1.22",
348348
"os": "ubuntu-latest",
349349
"release": "2024-10-08T00:00:00+0000",
350-
"eol": "2025-02-10T00:00:00+0000"
350+
"eol": "2025-02-11T00:00:00+0000"
351351
},
352352
"magento/project-community-edition:2.4.4-p12": {
353353
"magento": "magento/project-community-edition:2.4.4-p12",
@@ -361,7 +361,7 @@
361361
"nginx": "nginx:1.22",
362362
"os": "ubuntu-latest",
363363
"release": "2025-02-11T00:00:00+0000",
364-
"eol": "2025-04-07T00:00:00+0000"
364+
"eol": "2025-04-08T00:00:00+0000"
365365
},
366366
"magento/project-community-edition:2.4.4-p13": {
367367
"magento": "magento/project-community-edition:2.4.4-p13",
@@ -389,7 +389,7 @@
389389
"nginx": "nginx:1.22",
390390
"os": "ubuntu-latest",
391391
"release": "2022-08-09T00:00:00+0000",
392-
"eol": "2022-08-09T00:00:00+0000"
392+
"eol": "2022-10-11T00:00:00+0000"
393393
},
394394
"magento/project-community-edition:2.4.5-p1": {
395395
"magento": "magento/project-community-edition:2.4.5-p1",
@@ -501,7 +501,7 @@
501501
"nginx": "nginx:1.22",
502502
"os": "ubuntu-latest",
503503
"release": "2024-06-11T00:00:00+0000",
504-
"eol": "2024-08-12T00:00:00+0000"
504+
"eol": "2024-08-13T00:00:00+0000"
505505
},
506506
"magento/project-community-edition:2.4.5-p9": {
507507
"magento": "magento/project-community-edition:2.4.5-p9",
@@ -515,7 +515,7 @@
515515
"nginx": "nginx:1.22",
516516
"os": "ubuntu-latest",
517517
"release": "2024-08-13T00:00:00+0000",
518-
"eol": "2024-10-07T00:00:00+0000"
518+
"eol": "2024-10-08T00:00:00+0000"
519519
},
520520
"magento/project-community-edition:2.4.5-p10": {
521521
"magento": "magento/project-community-edition:2.4.5-p10",
@@ -529,7 +529,7 @@
529529
"nginx": "nginx:1.22",
530530
"os": "ubuntu-latest",
531531
"release": "2024-10-08T00:00:00+0000",
532-
"eol": "2025-02-10T00:00:00+0000"
532+
"eol": "2025-02-11T00:00:00+0000"
533533
},
534534
"magento/project-community-edition:2.4.5-p11": {
535535
"magento": "magento/project-community-edition:2.4.5-p11",
@@ -543,7 +543,7 @@
543543
"nginx": "nginx:1.22",
544544
"os": "ubuntu-latest",
545545
"release": "2025-02-11T00:00:00+0000",
546-
"eol": "2025-04-07T00:00:00+0000"
546+
"eol": "2025-04-08T00:00:00+0000"
547547
},
548548
"magento/project-community-edition:2.4.5-p12": {
549549
"magento": "magento/project-community-edition:2.4.5-p12",
@@ -557,7 +557,7 @@
557557
"nginx": "nginx:1.22",
558558
"os": "ubuntu-latest",
559559
"release": "2025-04-08T00:00:00+0000",
560-
"eol": "2025-06-09T00:00:00+0000"
560+
"eol": "2025-06-10T00:00:00+0000"
561561
},
562562
"magento/project-community-edition:2.4.5-p13": {
563563
"magento": "magento/project-community-edition:2.4.5-p13",
@@ -571,7 +571,21 @@
571571
"nginx": "nginx:1.22",
572572
"os": "ubuntu-latest",
573573
"release": "2025-06-10T00:00:00+0000",
574-
"eol": "2025-08-09T00:00:00+0000"
574+
"eol": "2025-08-12T00:00:00+0000"
575+
},
576+
"magento/project-community-edition:2.4.5-p14": {
577+
"magento": "magento/project-community-edition:2.4.5-p14",
578+
"php": 8.1,
579+
"composer": "2.2.21",
580+
"mysql": "mysql:8.0",
581+
"elasticsearch": "elasticsearch:7.17.5",
582+
"rabbitmq": "rabbitmq:3.11-management",
583+
"redis": "redis:6.2",
584+
"varnish": "varnish:7.1",
585+
"nginx": "nginx:1.22",
586+
"os": "ubuntu-latest",
587+
"release": "2025-08-12T00:00:00+0000",
588+
"eol": "2025-08-12T00:00:00+0000"
575589
},
576590
"magento/project-community-edition:2.4.6": {
577591
"magento": "magento/project-community-edition:2.4.6",
@@ -669,7 +683,7 @@
669683
"nginx": "nginx:1.22",
670684
"os": "ubuntu-latest",
671685
"release": "2024-06-11T00:00:00+0000",
672-
"eol": "2024-08-12T00:00:00+0000"
686+
"eol": "2024-08-13T00:00:00+0000"
673687
},
674688
"magento/project-community-edition:2.4.6-p7": {
675689
"magento": "magento/project-community-edition:2.4.6-p7",
@@ -683,7 +697,7 @@
683697
"nginx": "nginx:1.22",
684698
"os": "ubuntu-latest",
685699
"release": "2024-08-13T00:00:00+0000",
686-
"eol": "2024-10-07T00:00:00+0000"
700+
"eol": "2024-10-08T00:00:00+0000"
687701
},
688702
"magento/project-community-edition:2.4.6-p8": {
689703
"magento": "magento/project-community-edition:2.4.6-p8",
@@ -697,7 +711,7 @@
697711
"nginx": "nginx:1.22",
698712
"os": "ubuntu-latest",
699713
"release": "2024-10-08T00:00:00+0000",
700-
"eol": "2025-02-10T00:00:00+0000"
714+
"eol": "2025-02-11T00:00:00+0000"
701715
},
702716
"magento/project-community-edition:2.4.6-p9": {
703717
"magento": "magento/project-community-edition:2.4.6-p9",
@@ -711,7 +725,7 @@
711725
"nginx": "nginx:1.22",
712726
"os": "ubuntu-latest",
713727
"release": "2025-02-11T00:00:00+0000",
714-
"eol": "2025-04-07T00:00:00+0000"
728+
"eol": "2025-04-08T00:00:00+0000"
715729
},
716730
"magento/project-community-edition:2.4.6-p10": {
717731
"magento": "magento/project-community-edition:2.4.6-p10",
@@ -725,7 +739,7 @@
725739
"nginx": "nginx:1.22",
726740
"os": "ubuntu-latest",
727741
"release": "2025-04-08T00:00:00+0000",
728-
"eol": "2025-06-09T00:00:00+0000"
742+
"eol": "2025-06-10T00:00:00+0000"
729743
},
730744
"magento/project-community-edition:2.4.6-p11": {
731745
"magento": "magento/project-community-edition:2.4.6-p11",
@@ -739,6 +753,20 @@
739753
"nginx": "nginx:1.22",
740754
"os": "ubuntu-latest",
741755
"release": "2025-06-10T00:00:00+0000",
756+
"eol": "2025-08-12T00:00:00+0000"
757+
},
758+
"magento/project-community-edition:2.4.6-p12": {
759+
"magento": "magento/project-community-edition:2.4.6-p12",
760+
"php": 8.1,
761+
"composer": "2.2.21",
762+
"mysql": "mysql:8.0",
763+
"elasticsearch": "elasticsearch:8.5.3",
764+
"rabbitmq": "rabbitmq:3.13-management",
765+
"redis": "redis:7.2",
766+
"varnish": "varnish:7.3",
767+
"nginx": "nginx:1.22",
768+
"os": "ubuntu-latest",
769+
"release": "2025-08-12T00:00:00+0000",
742770
"eol": "2026-03-14T00:00:00+0000"
743771
},
744772
"magento/project-community-edition:2.4.7": {
@@ -767,7 +795,7 @@
767795
"nginx": "nginx:1.26",
768796
"os": "ubuntu-latest",
769797
"release": "2024-06-11T00:00:00+0000",
770-
"eol": "2024-08-12T00:00:00+0000"
798+
"eol": "2024-08-13T00:00:00+0000"
771799
},
772800
"magento/project-community-edition:2.4.7-p2": {
773801
"magento": "magento/project-community-edition:2.4.7-p2",
@@ -781,7 +809,7 @@
781809
"nginx": "nginx:1.26",
782810
"os": "ubuntu-latest",
783811
"release": "2024-08-13T00:00:00+0000",
784-
"eol": "2024-10-07T00:00:00+0000"
812+
"eol": "2024-10-08T00:00:00+0000"
785813
},
786814
"magento/project-community-edition:2.4.7-p3": {
787815
"magento": "magento/project-community-edition:2.4.7-p3",
@@ -795,7 +823,7 @@
795823
"nginx": "nginx:1.26",
796824
"os": "ubuntu-latest",
797825
"release": "2024-10-08T00:00:00+0000",
798-
"eol": "2025-02-10T00:00:00+0000"
826+
"eol": "2025-02-11T00:00:00+0000"
799827
},
800828
"magento/project-community-edition:2.4.7-p4": {
801829
"magento": "magento/project-community-edition:2.4.7-p4",
@@ -809,7 +837,7 @@
809837
"nginx": "nginx:1.26",
810838
"os": "ubuntu-latest",
811839
"release": "2025-02-11T00:00:00+0000",
812-
"eol": "2025-04-07T00:00:00+0000"
840+
"eol": "2025-04-08T00:00:00+0000"
813841
},
814842
"magento/project-community-edition:2.4.7-p5": {
815843
"magento": "magento/project-community-edition:2.4.7-p5",
@@ -823,7 +851,7 @@
823851
"nginx": "nginx:1.26",
824852
"os": "ubuntu-latest",
825853
"release": "2025-04-08T00:00:00+0000",
826-
"eol": "2025-06-09T00:00:00+0000"
854+
"eol": "2025-06-10T00:00:00+0000"
827855
},
828856
"magento/project-community-edition:2.4.7-p6": {
829857
"magento": "magento/project-community-edition:2.4.7-p6",
@@ -837,6 +865,20 @@
837865
"nginx": "nginx:1.26",
838866
"os": "ubuntu-latest",
839867
"release": "2025-06-10T00:00:00+0000",
868+
"eol": "2025-08-12T00:00:00+0000"
869+
},
870+
"magento/project-community-edition:2.4.7-p7": {
871+
"magento": "magento/project-community-edition:2.4.7-p7",
872+
"php": 8.3,
873+
"composer": "2.7.4",
874+
"mysql": "mariadb:10.6",
875+
"elasticsearch": "elasticsearch:8.11.4",
876+
"rabbitmq": "rabbitmq:3.13-management",
877+
"redis": "redis:7.2",
878+
"varnish": "varnish:7.5",
879+
"nginx": "nginx:1.26",
880+
"os": "ubuntu-latest",
881+
"release": "2025-08-12T00:00:00+0000",
840882
"eol": "2027-04-09T00:00:00+0000"
841883
},
842884
"magento/project-community-edition:2.4.8": {
@@ -851,7 +893,7 @@
851893
"nginx": "nginx:1.26",
852894
"os": "ubuntu-latest",
853895
"release": "2025-04-08T00:00:00+0000",
854-
"eol": "2025-06-09T00:00:00+0000"
896+
"eol": "2025-06-10T00:00:00+0000"
855897
},
856898
"magento/project-community-edition:2.4.8-p1": {
857899
"magento": "magento/project-community-edition:2.4.8-p1",
@@ -865,6 +907,20 @@
865907
"nginx": "nginx:1.26",
866908
"os": "ubuntu-latest",
867909
"release": "2025-06-10T00:00:00+0000",
910+
"eol": "2025-08-12T00:00:00+0000"
911+
},
912+
"magento/project-community-edition:2.4.8-p2": {
913+
"magento": "magento/project-community-edition:2.4.8-p2",
914+
"php": 8.4,
915+
"composer": "2.8.8",
916+
"mysql": "mysql:8.4",
917+
"opensearch": "opensearchproject/opensearch:2.19.1",
918+
"rabbitmq": "rabbitmq:4.0-management",
919+
"redis": "redis:7.2",
920+
"varnish": "varnish:7.6",
921+
"nginx": "nginx:1.26",
922+
"os": "ubuntu-latest",
923+
"release": "2025-08-12T00:00:00+0000",
868924
"eol": "2028-04-09T00:00:00+0000"
869925
}
870926
}

0 commit comments

Comments
 (0)