This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 961b8f74996 docs: readme 2.11.2 (#63908)
961b8f74996 is described below
commit 961b8f7499606af8653a5cefb5cb2536921f3d4a
Author: raphaelauv <[email protected]>
AuthorDate: Thu Mar 19 19:16:04 2026 +0100
docs: readme 2.11.2 (#63908)
Co-authored-by: raphaelauv <[email protected]>
---
README.md | 4 ++--
airflow-core/docs/installation/supported-versions.rst | 2 +-
generated/PYPI_README.md | 2 +-
scripts/ci/prek/supported_versions.py | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index ab016a7156e..624ee749177 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ Airflow is not a streaming solution, but it is often used to
process real-time d
Apache Airflow is tested with:
-| | Main version (dev) | Stable version (3.1.8) |
Stable version (2.11.1) |
+| | Main version (dev) | Stable version (3.1.8) |
Stable version (2.11.2) |
|------------|------------------------------------|------------------------|------------------------------|
| Python | 3.10, 3.11, 3.12, 3.13 | 3.10, 3.11, 3.12, 3.13 |
3.10, 3.11, 3.12 |
| Platform | AMD64/ARM64 | AMD64/ARM64 |
AMD64/ARM64(\*) |
@@ -294,7 +294,7 @@ Apache Airflow version life cycle:
| Version | Current Patch/Minor | State | First Release |
Limited Maintenance | EOL/Terminated |
|-----------|-----------------------|---------------------|-----------------|-----------------------|------------------|
| 3 | 3.1.8 | Maintenance | Apr 22, 2025 |
TBD | TBD |
-| 2 | 2.11.1 | Limited maintenance | Dec 17, 2020 |
Oct 22, 2025 | Apr 22, 2026 |
+| 2 | 2.11.2 | Limited maintenance | Dec 17, 2020 |
Oct 22, 2025 | Apr 22, 2026 |
| 1.10 | 1.10.15 | EOL | Aug 27, 2018 |
Dec 17, 2020 | June 17, 2021 |
| 1.9 | 1.9.0 | EOL | Jan 03, 2018 |
Aug 27, 2018 | Aug 27, 2018 |
| 1.8 | 1.8.2 | EOL | Mar 19, 2017 |
Jan 03, 2018 | Jan 03, 2018 |
diff --git a/airflow-core/docs/installation/supported-versions.rst
b/airflow-core/docs/installation/supported-versions.rst
index 6637d18cfd3..700ff069d14 100644
--- a/airflow-core/docs/installation/supported-versions.rst
+++ b/airflow-core/docs/installation/supported-versions.rst
@@ -30,7 +30,7 @@ Apache Airflow® version life cycle:
Version Current Patch/Minor State First Release
Limited Maintenance EOL/Terminated
========= ===================== =================== ===============
===================== ================
3 3.1.8 Maintenance Apr 22, 2025 TBD
TBD
-2 2.11.1 Limited maintenance Dec 17, 2020 Oct
22, 2025 Apr 22, 2026
+2 2.11.2 Limited maintenance Dec 17, 2020 Oct
22, 2025 Apr 22, 2026
1.10 1.10.15 EOL Aug 27, 2018 Dec
17, 2020 June 17, 2021
1.9 1.9.0 EOL Jan 03, 2018 Aug
27, 2018 Aug 27, 2018
1.8 1.8.2 EOL Mar 19, 2017 Jan
03, 2018 Jan 03, 2018
diff --git a/generated/PYPI_README.md b/generated/PYPI_README.md
index a422be87d82..ade7f88d30e 100644
--- a/generated/PYPI_README.md
+++ b/generated/PYPI_README.md
@@ -55,7 +55,7 @@ Use Airflow to author workflows (Dags) that orchestrate
tasks. The Airflow sched
Apache Airflow is tested with:
-| | Main version (dev) | Stable version (3.1.8) |
Stable version (2.11.1) |
+| | Main version (dev) | Stable version (3.1.8) |
Stable version (2.11.2) |
|------------|------------------------------------|------------------------|------------------------------|
| Python | 3.10, 3.11, 3.12, 3.13 | 3.10, 3.11, 3.12, 3.13 |
3.10, 3.11, 3.12 |
| Platform | AMD64/ARM64 | AMD64/ARM64 |
AMD64/ARM64(\*) |
diff --git a/scripts/ci/prek/supported_versions.py
b/scripts/ci/prek/supported_versions.py
index 3211fd351d4..6cddd945a4f 100755
--- a/scripts/ci/prek/supported_versions.py
+++ b/scripts/ci/prek/supported_versions.py
@@ -40,7 +40,7 @@ HEADERS = (
SUPPORTED_VERSIONS = (
("3", "3.1.8", "Maintenance", "Apr 22, 2025", "TBD", "TBD"),
- ("2", "2.11.1", "Limited maintenance", "Dec 17, 2020", "Oct 22, 2025",
"Apr 22, 2026"),
+ ("2", "2.11.2", "Limited maintenance", "Dec 17, 2020", "Oct 22, 2025",
"Apr 22, 2026"),
("1.10", "1.10.15", "EOL", "Aug 27, 2018", "Dec 17, 2020", "June 17,
2021"),
("1.9", "1.9.0", "EOL", "Jan 03, 2018", "Aug 27, 2018", "Aug 27, 2018"),
("1.8", "1.8.2", "EOL", "Mar 19, 2017", "Jan 03, 2018", "Jan 03, 2018"),