Skip to content

Commit

Permalink
Airflow 2.10.0 has been released (apache#41528)
Browse files Browse the repository at this point in the history
* Airflow 2.10.0 has been released

* Update the k8 versions

* Fix conflicts

* Fix Readme
  • Loading branch information
utkarsharma2 authored Aug 21, 2024
1 parent 73cc753 commit 83a6cb4
Show file tree
Hide file tree
Showing 19 changed files with 312 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/airflow_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ body:
the latest release or main to see if the issue is fixed before reporting it.
multiple: false
options:
- "2.10.0rc1"
- "2.10.0"
- "2.9.3"
- "main (development)"
- "Other Airflow 2 version (please specify below)"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ARG AIRFLOW_UID="50000"
ARG AIRFLOW_USER_HOME_DIR=/home/airflow

# latest released version here
ARG AIRFLOW_VERSION="2.9.3"
ARG AIRFLOW_VERSION="2.10.0"

ARG PYTHON_BASE_IMAGE="python:3.8-slim-bookworm"

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ 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 (2.9.3) |
| | Main version (dev) | Stable version (2.10.0) |
|------------|----------------------------|----------------------------|
| Python | 3.8, 3.9, 3.10, 3.11, 3.12 | 3.8, 3.9, 3.10, 3.11, 3.12 |
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
| Kubernetes | 1.28, 1.29, 1.30, 1.31 | 1.26, 1.27, 1.28, 1.29 |
| Kubernetes | 1.28, 1.29, 1.30, 1.31 | 1.27, 1.28, 1.29, 1.30 |
| PostgreSQL | 12, 13, 14, 15, 16 | 12, 13, 14, 15, 16 |
| MySQL | 8.0, 8.4, Innovation | 8.0, Innovation |
| MySQL | 8.0, 8.4, Innovation | 8.0, 8.4, Innovation |
| SQLite | 3.15.0+ | 3.15.0+ |

\* Experimental
Expand Down Expand Up @@ -177,15 +177,15 @@ them to the appropriate format and workflow that your tool requires.


```bash
pip install 'apache-airflow==2.9.3' \
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.9.3/constraints-3.8.txt"
pip install 'apache-airflow==2.10.0' \
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.0/constraints-3.8.txt"
```

2. Installing with extras (i.e., postgres, google)

```bash
pip install 'apache-airflow[postgres,google]==2.8.3' \
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.9.3/constraints-3.8.txt"
pip install 'apache-airflow[postgres,google]==2.10.0' \
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.0/constraints-3.8.txt"
```

For information on installing provider packages, check
Expand Down Expand Up @@ -290,7 +290,7 @@ Apache Airflow version life cycle:

| Version | Current Patch/Minor | State | First Release | Limited Support | EOL/Terminated |
|-----------|-----------------------|-----------|-----------------|-------------------|------------------|
| 2 | 2.9.3 | Supported | Dec 17, 2020 | TBD | TBD |
| 2 | 2.10.0 | Supported | Dec 17, 2020 | TBD | TBD |
| 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 |
Expand Down
291 changes: 291 additions & 0 deletions RELEASE_NOTES.rst

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions airflow/reproducible_build.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release-notes-hash: 62779daa28762b157d814861dc91adcf
source-date-epoch: 1723560829
release-notes-hash: 21b1c588582fcbd521c30e73b4b560b4
source-date-epoch: 1724146775
2 changes: 1 addition & 1 deletion docs/apache-airflow/installation/supported-versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Apache Airflow® version life cycle:
========= ===================== ========= =============== ================= ================
Version Current Patch/Minor State First Release Limited Support EOL/Terminated
========= ===================== ========= =============== ================= ================
2 2.9.3 Supported Dec 17, 2020 TBD TBD
2 2.10.0 Supported Dec 17, 2020 TBD TBD
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
Expand Down
14 changes: 7 additions & 7 deletions generated/PYPI_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ Use Airflow to author workflows as directed acyclic graphs (DAGs) of tasks. The

Apache Airflow is tested with:

| | Main version (dev) | Stable version (2.9.3) |
| | Main version (dev) | Stable version (2.10.0) |
|------------|----------------------------|----------------------------|
| Python | 3.8, 3.9, 3.10, 3.11, 3.12 | 3.8, 3.9, 3.10, 3.11, 3.12 |
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
| Kubernetes | 1.28, 1.29, 1.30, 1.31 | 1.26, 1.27, 1.28, 1.29 |
| Kubernetes | 1.28, 1.29, 1.30, 1.31 | 1.27, 1.28, 1.29, 1.30 |
| PostgreSQL | 12, 13, 14, 15, 16 | 12, 13, 14, 15, 16 |
| MySQL | 8.0, 8.4, Innovation | 8.0, Innovation |
| MySQL | 8.0, 8.4, Innovation | 8.0, 8.4, Innovation |
| SQLite | 3.15.0+ | 3.15.0+ |

\* Experimental
Expand Down Expand Up @@ -130,15 +130,15 @@ them to the appropriate format and workflow that your tool requires.


```bash
pip install 'apache-airflow==2.9.3' \
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.9.3/constraints-3.8.txt"
pip install 'apache-airflow==2.10.0' \
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.0/constraints-3.8.txt"
```

2. Installing with extras (i.e., postgres, google)

```bash
pip install 'apache-airflow[postgres,google]==2.8.3' \
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.9.3/constraints-3.8.txt"
pip install 'apache-airflow[postgres,google]==2.10.0' \
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.0/constraints-3.8.txt"
```

For information on installing provider packages, check
Expand Down
1 change: 0 additions & 1 deletion newsfragments/37948.feature.rst

This file was deleted.

10 changes: 0 additions & 10 deletions newsfragments/38891.significant.rst

This file was deleted.

7 changes: 0 additions & 7 deletions newsfragments/39336.significant.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/39823.bugfix.rst

This file was deleted.

5 changes: 0 additions & 5 deletions newsfragments/40145.significant.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/40379.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/40701.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/40703.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/40874.significant.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/41039.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/41116.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/ci/pre_commit/supported_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
HEADERS = ("Version", "Current Patch/Minor", "State", "First Release", "Limited Support", "EOL/Terminated")

SUPPORTED_VERSIONS = (
("2", "2.9.3", "Supported", "Dec 17, 2020", "TBD", "TBD"),
("2", "2.10.0", "Supported", "Dec 17, 2020", "TBD", "TBD"),
("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"),
Expand Down

0 comments on commit 83a6cb4

Please sign in to comment.