Skip to content

Commit 11a748f

Browse files
dshevtsovGitHub Enterprise
authored andcommitted
Merge pull request #1198 from AdobeDocs/ds_released-vers
Add released versions for February'25 release
2 parents 8c45d89 + e989378 commit 11a748f

File tree

3 files changed

+64
-3
lines changed

3 files changed

+64
-3
lines changed

_jekyll/Rakefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,12 @@ task :unused_includes do
171171
puts "Found #{includes.size} unlinked includes".red
172172
end
173173
end
174+
175+
desc 'Get released versions.
176+
Generates the "tmp/core-release.txt" file with the last 10 released versions from magento/magento2.
177+
Pre-requisites: GitHub CLI.'
178+
task :get_released_versions do
179+
Dir.mkdir('tmp') unless Dir.exist?('tmp')
180+
sh 'gh --repo=magento/magento2 release list --limit 10 | grep --only-matching --extended-regexp "2\.4\.\d\d?|2\.\d\d?\.\d\d?-p\d\d?|2\.\d\d?\.\d\d?-beta\d"| uniq | xargs -I {} gh --repo=magento/magento2 release view {} --json tagName,publishedAt > tmp/core-release.txt'
181+
puts "Find results in ".green + "tmp/core-release.txt".blue
182+
end

_jekyll/_data/release/core-releases.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
{
22
"2.4.8": {
33
"releases": [
4+
{ "publishedAt":"2025-02-11T15:11:43Z",
5+
"tagName":"2.4.8-beta2",
6+
"releaseNotes": "https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/adobe-commerce/2-4-8#highlights-in-v248-beta2"
7+
},
48
{
59
"publishedAt":"2024-10-08T14:08:31Z",
610
"tagName":"2.4.8-beta1",
7-
"releaseNotes": "https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/adobe-commerce/2-4-8"
11+
"releaseNotes": "https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/adobe-commerce/2-4-8#highlights-in-v248-beta1"
812
}
913
],
1014
"end-of-support": "????-??-??"
1115
},
1216
"2.4.7": {
1317
"releases": [
18+
{
19+
"publishedAt":"2025-02-11T15:10:29Z",
20+
"tagName":"2.4.7-p4",
21+
"releaseNotes": "https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-7-patches#p4"
22+
},
1423
{
1524
"publishedAt":"2024-10-08T14:03:23Z",
1625
"tagName":"2.4.7-p3",
@@ -35,7 +44,12 @@
3544
},
3645
"2.4.6": {
3746
"releases": [
38-
{
47+
{ "publishedAt":"2025-02-11T15:08:27Z",
48+
"tagName":"2.4.6-p9",
49+
"releaseNotes": "https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-6-patches#p9"
50+
51+
},
52+
{
3953
"publishedAt":"2024-10-08T14:05:58Z",
4054
"tagName":"2.4.6-p8",
4155
"releaseNotes": "https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-6-patches#p8"
@@ -85,6 +99,10 @@
8599
},
86100
"2.4.5": {
87101
"releases": [
102+
{ "publishedAt":"2025-02-11T15:07:25Z",
103+
"tagName":"2.4.5-p11",
104+
"releaseNotes": "https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-5-patches#p11"
105+
},
88106
{
89107
"publishedAt":"2024-10-08T14:04:47Z",
90108
"tagName":"2.4.5-p10",
@@ -147,6 +165,10 @@
147165
},
148166
"2.4.4": {
149167
"releases": [
168+
{ "publishedAt":"2025-02-11T15:05:16Z",
169+
"tagName":"2.4.4-p12",
170+
"releaseNotes": "https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-4-patches#p12"
171+
},
150172
{
151173
"publishedAt":"2024-10-08T14:03:23Z",
152174
"tagName":"2.4.4-p11",

help/_includes/templated/release/core-releases.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ The date when support of the 2.4.8 release line ends has not been set yet.
1414
<tbody>
1515
<tr>
1616
<td>
17-
<a href="https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/adobe-commerce/2-4-8">2.4.8-beta1</a>
17+
<a href="https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/adobe-commerce/2-4-8#highlights-in-v248-beta2">2.4.8-beta2</a>
18+
</td>
19+
<td>February&nbsp;11, 2025</td>
20+
</tr>
21+
<tr>
22+
<td>
23+
<a href="https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/adobe-commerce/2-4-8#highlights-in-v248-beta1">2.4.8-beta1</a>
1824
</td>
1925
<td>October&nbsp; 8, 2024</td>
2026
</tr><!-- patch_releases -->
@@ -33,6 +39,12 @@ Support for the 2.4.7 release line ends on April&nbsp; 9, 2027.
3339
</tr>
3440
</thead>
3541
<tbody>
42+
<tr>
43+
<td>
44+
<a href="https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-7-patches#p4">2.4.7-p4</a>
45+
</td>
46+
<td>February&nbsp;11, 2025</td>
47+
</tr>
3648
<tr>
3749
<td>
3850
<a href="https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-7-patches#p3">2.4.7-p3</a>
@@ -72,6 +84,12 @@ Support for the 2.4.6 release line ends on August&nbsp;11, 2026.
7284
</tr>
7385
</thead>
7486
<tbody>
87+
<tr>
88+
<td>
89+
<a href="https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-6-patches#p9">2.4.6-p9</a>
90+
</td>
91+
<td>February&nbsp;11, 2025</td>
92+
</tr>
7593
<tr>
7694
<td>
7795
<a href="https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-6-patches#p8">2.4.6-p8</a>
@@ -141,6 +159,12 @@ Support for the 2.4.5 release line ends on August&nbsp; 9, 2025.
141159
</tr>
142160
</thead>
143161
<tbody>
162+
<tr>
163+
<td>
164+
<a href="https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-5-patches#p11">2.4.5-p11</a>
165+
</td>
166+
<td>February&nbsp;11, 2025</td>
167+
</tr>
144168
<tr>
145169
<td>
146170
<a href="https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-5-patches#p10">2.4.5-p10</a>
@@ -222,6 +246,12 @@ Support for the 2.4.4 release line ends on April&nbsp;12, 2025.
222246
</tr>
223247
</thead>
224248
<tbody>
249+
<tr>
250+
<td>
251+
<a href="https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-4-patches#p12">2.4.4-p12</a>
252+
</td>
253+
<td>February&nbsp;11, 2025</td>
254+
</tr>
225255
<tr>
226256
<td>
227257
<a href="https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-4-patches#p11">2.4.4-p11</a>

0 commit comments

Comments
 (0)