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:14:55 UTC

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

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



##########
File path: README.md
##########
@@ -74,6 +74,23 @@ Airflow is not a streaming solution, but it is often used to process real-time d
 - **Elegant**:  Airflow pipelines are lean and explicit. Parameterizing your scripts is built into the core of Airflow using the powerful **Jinja** templating engine.
 - **Scalable**:  Airflow has a modular architecture and uses a message queue to orchestrate an arbitrary number of workers.
 
+## 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      |

Review comment:
       Should we be more specific than month/year when we can?
   
   ```suggestion
   | 1.10    | 1.10.15             | Limited Support | Aug 27, 2018  | Dec 17, 2020    | June 17, 2021  |
   ```




-- 
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