release-information.rst 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. Release Processes
  2. =================
  3. Project Release Cadence
  4. -----------------------
  5. The project currently aims to do a release once every 6 months which will be
  6. tagged on the master branch. There will be a code freeze (stop merging
  7. non-essential changes) up to 4 weeks prior to the target release date. The release
  8. candidates will start appearing after this and only bug fixes or updates
  9. required for the release will be merged. The maintainers are free to use their
  10. judgement on what changes are essential for the release. A release branch may be
  11. created after code freeze if there are significant changes that need merging onto
  12. the integration branch during the merge window.
  13. The release testing will be performed on release candidates and depending on
  14. issues found, additional release candidates may be created to fix the issues.
  15. ::
  16. |<----------6 months---------->|
  17. |<---4 weeks--->| |<---4 weeks--->|
  18. +-----------------------------------------------------------> time
  19. | | | |
  20. code freeze ver w.x code freeze ver y.z
  21. Version numbering
  22. ~~~~~~~~~~~~~~~~~
  23. TF-A version is given in Makefile, through several macros:
  24. - VERSION_MAJOR
  25. - VERSION_MINOR
  26. - VERSION_PATCH
  27. For example, TF-A v2.10 has VERSION_MAJOR=2, VERSION_MINOR=10 and VERSION_PATCH=0.
  28. This VERSION_PATCH macro is only increased for LTS releases.
  29. Upcoming Releases
  30. ~~~~~~~~~~~~~~~~~
  31. These are the estimated dates for the upcoming release. These may change
  32. depending on project requirement and partner feedback.
  33. +-----------------+---------------------------+------------------------------+
  34. | Release Version | Target Date | Expected Code Freeze |
  35. +=================+===========================+==============================+
  36. | v2.0 | 1st week of Oct '18 | 1st week of Sep '18 |
  37. +-----------------+---------------------------+------------------------------+
  38. | v2.1 | 5th week of Mar '19 | 1st week of Mar '19 |
  39. +-----------------+---------------------------+------------------------------+
  40. | v2.2 | 4th week of Oct '19 | 1st week of Oct '19 |
  41. +-----------------+---------------------------+------------------------------+
  42. | v2.3 | 4th week of Apr '20 | 1st week of Apr '20 |
  43. +-----------------+---------------------------+------------------------------+
  44. | v2.4 | 2nd week of Nov '20 | 4th week of Oct '20 |
  45. +-----------------+---------------------------+------------------------------+
  46. | v2.5 | 3rd week of May '21 | 5th week of Apr '21 |
  47. +-----------------+---------------------------+------------------------------+
  48. | v2.6 | 4th week of Nov '21 | 2nd week of Nov '21 |
  49. +-----------------+---------------------------+------------------------------+
  50. | v2.7 | 5th week of May '22 | 3rd week of May '22 |
  51. +-----------------+---------------------------+------------------------------+
  52. | v2.8 | 5th week of Nov '22 | 3rd week of Nov '22 |
  53. +-----------------+---------------------------+------------------------------+
  54. | v2.9 | 4th week of May '23 | 2nd week of May '23 |
  55. +-----------------+---------------------------+------------------------------+
  56. | v2.10 | 4th week of Nov '23 | 2nd week of Nov '23 |
  57. +-----------------+---------------------------+------------------------------+
  58. | v2.11 | 4th week of May '24 | 2nd week of May '24 |
  59. +-----------------+---------------------------+------------------------------+
  60. | v2.12 | 4th week of Nov '24 | 2nd week of Nov '24 |
  61. +-----------------+---------------------------+------------------------------+
  62. | v2.13 | 4th week of May '25 | 2nd week of May '25 |
  63. +-----------------+---------------------------+------------------------------+
  64. Removal of Deprecated Interfaces
  65. --------------------------------
  66. As mentioned in the :ref:`Platform Ports Policy`, this is a live document
  67. cataloging all the deprecated interfaces in TF-A project and the Release version
  68. after which it will be removed.
  69. +--------------------------------+-------------+---------+---------------------------------------------------------+
  70. | Interface | Deprecation | Removed | Comments |
  71. | | Date | after | |
  72. | | | Release | |
  73. +================================+=============+=========+=========================================================+
  74. | | | | |
  75. +--------------------------------+-------------+---------+---------------------------------------------------------+
  76. Removal of Deprecated Drivers
  77. -----------------------------
  78. As mentioned in the :ref:`Platform Ports Policy`, this is a live document
  79. cataloging all the deprecated drivers in TF-A project and the Release version
  80. after which it will be removed.
  81. +--------------------------------+-------------+---------+---------------------------------------------------------+
  82. | Driver | Deprecation | Removed | Comments |
  83. | | Date | after | |
  84. | | | Release | |
  85. +================================+=============+=========+=========================================================+
  86. | None at this time. | | | |
  87. +--------------------------------+-------------+---------+---------------------------------------------------------+
  88. Build Options deprecated/removed
  89. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  90. Populated table provides details about build options that were removed or deprecated.
  91. +-----------------------+--------------------------------+
  92. | Build Option | Deprecated from TF-A Version |
  93. +=======================+================================+
  94. | | |
  95. +-----------------------+--------------------------------+
  96. | | |
  97. +-----------------------+--------------------------------+
  98. --------------
  99. *Copyright (c) 2018-2024, Arm Limited and Contributors. All rights reserved.*