Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 3287002

Browse files
Added new topic about Magento's software lifecycle policy (#7904)
* Added new lifecycle topic * Fixed date
1 parent 87d990f commit 3287002

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

src/_data/toc/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ pages:
99
url: /release/policy
1010
versionless: true
1111

12+
- label: Lifecycle policy
13+
url: /release/lifecycle-policy.html
14+
versionless: true
15+
1216
- label: Availability
1317
url: /release/availability.html
1418
versionless: true

src/release/lifecycle-policy.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Lifecycle policy
3+
group: release
4+
---
5+
6+
For {{site.data.var.ece}} 2.3 and subsequent releases:
7+
8+
- Magento will provide quality fixes for a minor release for a minimum of 12 months from the general availability announcement date of the next minor software release.
9+
10+
- Magento will provide security fixes for a minor release for a minimum of 18 months from the general availability announcement date of the next minor software release.
11+
12+
- Magento will provide security fixes through patch releases for currently supported minor release versions only. Security fixes will not be backported to previous minor releases, nor to previous patch releases within supported minor releases.
13+
14+
For example, while 2.3 and 2.4 are currently supported minor releases, security fixes will be released as 2.3.X and 2.4.Y, where X and Y represent the next incremental patch release cumulative of all prior patches. Patch releases will not be released for prior minor releases that have reached end of support (for example, 2.2.Z), or as patches to prior patch releases (for example, 2.3.1.X).
15+
16+
- Magento will provide quality fixes through patch release for the latest supported minor release version only. Quality fixes will be available as individual patches for all other currently supported minor release versions. Quality fixes will not be backported to other previous minor releases, nor to previous patch releases within supported minor releases.
17+
18+
For example, while 2.3 and 2.4 are currently supported minor releases, individual patches will be released as 2.3.X and release patches will be released as 2.4.Y, where X and Y represent the next incremental patch release cumulative of all prior patches. Neither patch releases nor individual patches will be released for prior minor releases that have reached end of support (e.g. 2.2.2).
19+
20+
| Release | Release Date | End of Quality Fixes | End of Security Fixes/<br>End of Software Support |
21+
|---------------------------|---------------|----------------------|---------------------------------------------------|
22+
| {{site.data.var.ece}} 2.3 | November 2018 | July 2021 | April 2022<sup>*</sup> |
23+
| {{site.data.var.ece}} 2.4 | July 2020 | | |
24+
25+
*<sup>*</sup> The End of Software Support date for {{site.data.vr.ece}} 2.3 has been extended to April 2022 due to impacts from COVID-19.*
26+
27+
See [Magento Software Lifecycle Policy](https://magento.com/sites/default/files/magento-software-lifecycle-policy.pdf).

0 commit comments

Comments
 (0)