blob: b3553ae6b03b2a2e35eb8bf1ab1a502e20c89fca [file] [log] [blame]
Paul Beesleyfc9ee362019-03-07 15:47:15 +00001Release Processes
2=================
Joel Hutton9e605632019-02-25 15:18:56 +00003
Joel Hutton9e605632019-02-25 15:18:56 +00004Project Release Cadence
5-----------------------
6
7The project currently aims to do a release once every 6 months which will be
8tagged on the master branch. There will be a code freeze (stop merging
laurenw-arm0e77f012019-10-16 16:32:16 -05009non-essential changes) up to 4 weeks prior to the target release date. The release
Joel Hutton9e605632019-02-25 15:18:56 +000010candidates will start appearing after this and only bug fixes or updates
11required for the release will be merged. The maintainers are free to use their
laurenw-arm0e77f012019-10-16 16:32:16 -050012judgement on what changes are essential for the release. A release branch may be
13created after code freeze if there are significant changes that need merging onto
Joel Hutton9e605632019-02-25 15:18:56 +000014the integration branch during the merge window.
15
16The release testing will be performed on release candidates and depending on
17issues found, additional release candidates may be created to fix the issues.
18
19::
20
21 |<----------6 months---------->|
22 |<---4 weeks--->| |<---4 weeks--->|
23 +-----------------------------------------------------------> time
24 | | | |
25 code freeze ver w.x code freeze ver y.z
26
27
28Upcoming Releases
29~~~~~~~~~~~~~~~~~
30
31These are the estimated dates for the upcoming release. These may change
32depending on project requirement and partner feedback.
33
34+-----------------+---------------------------+------------------------------+
35| Release Version | Target Date | Expected Code Freeze |
36+=================+===========================+==============================+
37| v2.0 | 1st week of Oct '18 | 1st week of Sep '18 |
38+-----------------+---------------------------+------------------------------+
39| v2.1 | 5th week of Mar '19 | 1st week of Mar '19 |
40+-----------------+---------------------------+------------------------------+
laurenw-arm0e77f012019-10-16 16:32:16 -050041| v2.2 | 4th week of Oct '19 | 1st week of Oct '19 |
42+-----------------+---------------------------+------------------------------+
laurenw-arme7f63192020-03-31 14:20:25 -050043| v2.3 | 4th week of Apr '20 | 1st week of Apr '20 |
laurenw-arm0e77f012019-10-16 16:32:16 -050044+-----------------+---------------------------+------------------------------+
Manish V Badarkhe76dc2982020-10-08 02:11:20 +010045| v2.4 | 2nd week of Nov '20 | 4th week of Oct '20 |
laurenw-arm489645f2020-04-15 15:19:50 -050046+-----------------+---------------------------+------------------------------+
Madhukar Pappireddy56c6cce2021-04-26 18:53:31 -050047| v2.5 | 3rd week of May '21 | 5th week of Apr '21 |
Manish V Badarkhe95347d12020-10-08 02:16:25 +010048+-----------------+---------------------------+------------------------------+
Bipin Ravi58392c42021-10-05 15:57:06 -050049| v2.6 | 4th week of Nov '21 | 2nd week of Nov '21 |
Madhukar Pappireddy18b3f592021-04-26 19:01:18 -050050+-----------------+---------------------------+------------------------------+
Bipin Ravi68edfdc2021-12-21 09:14:48 -060051| v2.7 | 2nd week of May '22 | 4th week of Apr '22 |
52+-----------------+---------------------------+------------------------------+
Joel Hutton9e605632019-02-25 15:18:56 +000053
54Removal of Deprecated Interfaces
55--------------------------------
56
Paul Beesleyf8640672019-04-12 14:19:42 +010057As mentioned in the :ref:`Platform Compatibility Policy`, this is a live
58document cataloging all the deprecated interfaces in TF-A project and the
59Release version after which it will be removed.
Joel Hutton9e605632019-02-25 15:18:56 +000060
61+--------------------------------+-------------+---------+---------------------------------------------------------+
62| Interface | Deprecation | Removed | Comments |
63| | Date | after | |
64| | | Release | |
65+================================+=============+=========+=========================================================+
Yann Gautier312587d2021-11-19 09:38:19 +010066| STM32MP_USE_STM32IMAGE macro | Dec '21 | 2.7 | FIP is the recommended boot method for STM32MP |
Joel Hutton9e605632019-02-25 15:18:56 +000067+--------------------------------+-------------+---------+---------------------------------------------------------+
Joel Hutton9e605632019-02-25 15:18:56 +000068
Paul Beesleyf8640672019-04-12 14:19:42 +010069--------------
70
Madhukar Pappireddy56c6cce2021-04-26 18:53:31 -050071*Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved.*