You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/release/policy/index.md
+54-22Lines changed: 54 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -3,62 +3,94 @@ title: Release policy
3
3
group: release
4
4
---
5
5
6
-
{{site.data.var.ee}} uses [semantic versioning](https://semver.org/) on the individual module level (for example magento/framework 101.1.1) but not for the Magento marketing version number. For example:
6
+
{{site.data.var.ee}} uses [semantic versioning](https://semver.org/) on the individual module level (for example magento/framework 101.1.1) but not for the {{site.data.var.ee}} marketing version number. For example:
7
7
8
8
-**MAJOR release**—2
9
-
-**MINOR release**—2.3
10
-
-**PATCH release**—2.3.1
11
-
-**SECURITY release**—2.3.2-p1
12
-
-**Hot fix**
9
+
-**MINOR release**—2.4
10
+
-**PATCH release**—2.4.1
11
+
-**SECURITY release**—2.4.1-p1
12
+
- Security bug fix
13
+
- Security enhancement
14
+
-**Hotfix**
13
15
-**Individual patch**
14
16
-**Custom patch**
15
17
16
18
## MINOR release
17
19
18
-
Magento releases a large, minor version of {{site.data.var.ee}} about once a year.
20
+
Adobe makes a minor version of {{site.data.var.ee}} available about once a year.
19
21
20
22
The following guidelines apply to minor releases:
21
23
22
-
- Breaking changes are possible; code written for 2.2.x may no longer work with 2.3.x. For example, minor releases can introduce support for major system requirements and dependencies, such as PHP.
23
-
- Module versions can vary. For example, some module changes are introduced in a new patch whereas others are introduced in a major release.
24
-
- Minor releases can include new features that may require additional work from partners during upgrade to ensure compatibility.
25
-
- Minor releases can include fixes for security and compliance issues.
24
+
- Breaking changes are possible; code written for {{site.data.var.ee}} 2.2.x may no longer work with {{site.data.var.ee}} 2.3.x. For example, minor releases can introduce support for major system requirements and dependencies, such as PHP.
25
+
- Module versions can vary. For example, some module changes are introduced in a new patch whereas others are introduced in a minor release.
26
+
- Minor releases can include new features that may require additional work by you or your solution partner during upgrade to ensure compatibility.
27
+
- Minor releases can include fixes for security and quality issues.
26
28
27
29
## PATCH release
28
30
29
-
Patch releases are primarily focused on delivering security and quality enhancements on a regular basis to help you keep your sites performing at their peak. Magento releases security and functional patches for each supported release line of {{site.data.var.ee}} every quarter.
31
+
Patch releases are primarily focused on delivering security and quality fixes on a regular basis to help you keep your sites performing at their peak. Adobe typically makes Magento patch releases available for supported release lines of {{site.data.var.ee}} quarterly.
30
32
31
33
The following guidelines apply to patch releases:
32
34
33
-
- All supported versions receive security fixes.
34
-
- Newer versions receive full functional fixes and enhancements.
35
-
- Changes that could break extensions or code compatibility are avoided. For example, code written for 2.2.0 should still work on 2.2.7.
35
+
- The latest-supported minor release will receive full functional quality fixes and enhancements.
36
+
- Changes that could break extensions or code compatibility are avoided. For example, code written for Magento 2.2.0 should still work on Magento 2.2.7.
36
37
- On an exceptional basis, breaking changes or additional patches or hotfixes may be released to address security or compliance issues and high-impact quality issues. On the module level, these are mostly PATCH-level changes; sometimes MINOR-level changes.
37
-
-Patches may include new features as long as they are not expected to break other code. The new feature can be included in the core code or as an extension, such as Page Builder.
38
+
-Patch releases may include new features as long as they are not expected to break other code. The new feature can be included in core Magento code or as an extension, such as Magento Page Builder.
38
39
39
40
## SECURITY release
40
41
41
-
Security releases provide fixes for vulnerabilities that have been identified in previous quarterly patch releases. You can install time-sensitive security fixes without applying the hundreds of functional fixes and enhancements that a full quarterly patch release contains. These releases are appended with `-pN`, where N is the incremental patch version beginning with 1 (for example, 2.3.5-p1). These releases can also include hotfixes required to address critical issues that affect the Magento application.
42
+
**Security Bug Fix**: A software code change that resolves an identified security issue and delivers expected results in an affected product area. These fixes are generally backward compatible.
42
43
43
-
For general information about security releases, see [Introducing the New Security-only Patch Release](https://community.magento.com/t5/Magento-DevBlog/Introducing-the-New-Security-only-Patch-Release/ba-p/141287). For instructions on downloading and applying security patches, see [Install Magento using Composer]({{ site.baseurl }}/guides/v2.3/install-gde/composer.html).
44
+
**Security Enhancement**: A software improvement or configuration change to proactively improve security within the Magento application. These security enhancements help address security risks that impact the security posture of the Magento application but may be backward incompatible.
44
45
45
-
## Hot fix
46
+
With Security Patch releases, you can keep your site more secure without applying additional quality fixes and enhancements that are contained within a full quarterly patch release. Security Patch releases are appended with ‘-pN’, where N is the incremental patch version beginning with 1 (for example, 2.3.5-p1). Security Patch releases can also include hotfixes required to address critical issues that affect the Magento Commerce application.
46
47
47
-
Hot fixes are patches that contain high-impact security or quality fixes that affect a large number of Magento merchants. These fixes are applied to the next patch release for the applicable Magento minor version. Magento releases hot fixes as needed.
48
+
Each Security Patch release is based on the prior full patch release, hence it contains quality and security fixes from prior patch release and security fixes created between the prior full Patch release and the Security Patch release.
49
+
50
+
With the announcement of our [updated life cycle policy](https://magento.com/blog/updated-lifecycle-policy-magento-releases)[10/1/2020], our Security Patch releases are differentiated based on whether they are applicable to the latest-supported minor release or a part of a still-supported previous minor release line:
51
+
52
+
-**Security Patch releases for the Latest-Supported Minor release**:
53
+
54
+
- The Security Patch release for the latest-supported Minor release (currently Magento Commerce 2.4) includes:
55
+
56
+
- Security bug fixes that have been created since the previous full Patch release.
57
+
58
+
- These Security Patch releases can also include hotfixes required to address critical issues that may affect the Magento Commerce application.
59
+
60
+
- The Security Patch release for the latest-supported Minor release (currently Magento Commerce 2.4) does not typically include security enhancements. Instead, these are included in the full comprehensive Patch release for the latest-supported Minor release.
61
+
62
+
-**Security Patch releases for Supported Previous Minor releases**:
63
+
64
+
- The Security Patch release for a previous Minor release that is still supported (currently Magento Commerce 2.3) includes:
65
+
66
+
- Security bug fixes that have been created since the previous Patch or Security Patch release, as well as new security enhancements.
67
+
68
+
- These Security Patch releases can also include hotfixes required to address critical issues that affect the Magento Commerce application.
| Security patch releases for the latest-supported minor release (currently 2.4) | X ||
73
+
| Security patch releases for previous, supported minor releases (currently 2.3) | X | X |
74
+
75
+
For general information about security releases, see [Introducing the New Security-only Patch Release](https://community.magento.com/t5/Magento-DevBlog/Introducing-the-New-Security-only-Patch-Release/ba-p/141287). For instructions on downloading and applying security patches, see [Install Magento using Composer]({{ site.baseurl }}/guides/v2.3/install-gde/composer.html).
76
+
77
+
## Hotfix
78
+
79
+
Hotfixes are patches that contain high-impact security or quality fixes that affect a large number of Magento merchants. These fixes are applied to the next patch release for the applicable Magento minor version. Adobe releases hotfixes for {{site.data.var.ee}} as needed.
48
80
49
81
{:.bs-callout-info}
50
-
Hot fixes can contain backward incompatible changes.
82
+
Hotfixes can contain backward incompatible changes.
51
83
52
84
## Individual patch
53
85
54
-
Individual patches contain low-impact quality fixes for a specific issue. These fixes are applied to the most recently supported minor version of Magento (for example, 2.4.x), but could be missing from the previous supported minor version of Magento (for example, 2.3.x). Magento releases individual patches as needed.
86
+
Individual patches contain low-impact quality fixes for a specific issue. These fixes are applied to the supported minor versions of {{site.data.var.ee}}. Adobe releases individual patches as needed for {{site.data.var.ee}} in accordance with our [Software Lifecycle Policy](https://magento.com/sites/default/files/magento-software-lifecycle-policy.pdf).
55
87
56
88
{:.bs-callout-info}
57
89
Individual patches do not contain backward incompatible changes.
58
90
59
91
## Custom patch
60
92
61
-
Created by non-Magento personnel to fix an issue or modify the Magento code for various reasons. Magento does not support custom patches.
93
+
Created by non-Adobe personnel to fix an issue or modify the {{site.data.var.ee}} code for various reasons. Adobe does not support custom {{site.data.var.ee}} patches.
0 commit comments