This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit cb6891b9cf929633e805b458043e836015b22b33 Author: Kaxil Naik <[email protected]> AuthorDate: Thu Dec 30 17:16:03 2021 +0000 Doc: Update Supported column for 1.10.x series (#20592) 1.10.x is EOL (cherry picked from commit dcd4c492f0b869b2e7dd80756da5695036d70758) --- docs/apache-airflow/installation/supported-versions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/apache-airflow/installation/supported-versions.rst b/docs/apache-airflow/installation/supported-versions.rst index 2e1ee97..c4a2a26 100644 --- a/docs/apache-airflow/installation/supported-versions.rst +++ b/docs/apache-airflow/installation/supported-versions.rst @@ -26,9 +26,9 @@ Apache Airflow version life cycle: +---------+-----------------+---------------+-----------------+----------------+ | Version | State | First Release | Limited Support | EOL/Terminated | +---------+-----------------+---------------+-----------------+----------------+ -| 2 | Supported | Dec 17, 2020 | Dec 2021 | TBD | +| 2 | Supported | Dec 17, 2020 | TBD | TBD | +---------+-----------------+---------------+-----------------+----------------+ -| 1.10 | Limited Support | Aug 27, 2018 | Dec 17, 2020 | June 2021 | +| 1.10 | EOL | Aug 27, 2018 | Dec 17, 2020 | June 2021 | +---------+-----------------+---------------+-----------------+----------------+ | 1.9 | EOL | Jan 03, 2018 | Aug 27, 2018 | Aug 2018 | +---------+-----------------+---------------+-----------------+----------------+
