You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/19 14:36:38 UTC

[GitHub] [airflow] eladkal commented on a change in pull request #15936: [WIP] add version life cycle table

eladkal commented on a change in pull request #15936:
URL: https://github.com/apache/airflow/pull/15936#discussion_r635305074



##########
File path: docs/apache-airflow/installation.rst
##########
@@ -29,6 +29,30 @@ installation with other tools as well.
 
     Airflow is also distributed as a Docker image (OCI Image). Consider using it to guarantee that software will always run the same no matter where it is deployed. For more information, see: :doc:`docker-stack:index`.
 
+Version Life Cycle
+'''''''''''''''''
+
+Apache Airflow version life cycle:
+
++---------+---------------------+-----------------+---------------+-----------------+----------------+
+| Version | Current Patch/Minor |      State      | First Release | Limited Support | EOL/Terminated |
++---------+---------------------+-----------------+---------------+-----------------+----------------+
+|    2    |        2.1.0        |    Supported    |  Dec 17, 2020 |     Dec 2021    |       TBD      |
++---------+---------------------+-----------------+---------------+-----------------+----------------+
+|   1.10  |       1.10.15       | Limited Support |  Aug 27, 2018 |     Dec 2020    |    June 2021   |
++---------+---------------------+-----------------+---------------+-----------------+----------------+
+|   1.9   |        1.9.0        |       EOL       |  Jan 03, 2018 |     Aug 2018    |    Aug 2018    |
++---------+---------------------+-----------------+---------------+-----------------+----------------+
+|   1.8   |        1.8.2        |       EOL       |  Mar 19, 2017 |     Jan 2018    |    Jan 2018    |
++---------+---------------------+-----------------+---------------+-----------------+----------------+
+|   1.7   |       1.7.1.2       |       EOL       |  Mar 28, 2016 |     Mar 2017    |    Mar 2017    |
++---------+---------------------+-----------------+---------------+-----------------+----------------+

Review comment:
       > The current Patch/Minor is variable too.
   
   yeah I'm fine with removing it. User can find this information easily in https://pypi.org/project/apache-airflow/#history




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org