Skip to content

Commit e1c5899

Browse files
committed
Bump version to 3.0.1
1 parent 5e37a2f commit e1c5899

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ARG AIRFLOW_UID="50000"
4646
ARG AIRFLOW_USER_HOME_DIR=/home/airflow
4747

4848
# latest released version here
49-
ARG AIRFLOW_VERSION="3.0.0"
49+
ARG AIRFLOW_VERSION="3.0.1"
5050

5151
ARG PYTHON_BASE_IMAGE="python:3.9-slim-bookworm"
5252

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Airflow is not a streaming solution, but it is often used to process real-time d
9696

9797
Apache Airflow is tested with:
9898

99-
| | Main version (dev) | Stable version (3.0.0) |
99+
| | Main version (dev) | Stable version (3.0.1) |
100100
|------------|------------------------|------------------------|
101101
| Python | 3.9, 3.10, 3.11, 3.12 | 3.9, 3.10, 3.11, 3.12 |
102102
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
@@ -174,15 +174,15 @@ them to the appropriate format and workflow that your tool requires.
174174

175175

176176
```bash
177-
pip install 'apache-airflow==3.0.0' \
178-
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.0.0/constraints-3.9.txt"
177+
pip install 'apache-airflow==3.0.1' \
178+
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.0.1/constraints-3.9.txt"
179179
```
180180

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

183183
```bash
184-
pip install 'apache-airflow[postgres,google]==3.0.0' \
185-
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.0.0/constraints-3.9.txt"
184+
pip install 'apache-airflow[postgres,google]==3.0.1' \
185+
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.0.1/constraints-3.9.txt"
186186
```
187187

188188
For information on installing provider distributions, check
@@ -291,7 +291,7 @@ Apache Airflow version life cycle:
291291

292292
| Version | Current Patch/Minor | State | First Release | Limited Maintenance | EOL/Terminated |
293293
|-----------|-----------------------|-----------|-----------------|-----------------------|------------------|
294-
| 3 | 3.0.0 | Supported | Apr 22, 2025 | TBD | TBD |
294+
| 3 | 3.0.1 | Supported | Apr 22, 2025 | TBD | TBD |
295295
| 2 | 2.10.5 | Supported | Dec 17, 2020 | TBD | TBD |
296296
| 1.10 | 1.10.15 | EOL | Aug 27, 2018 | Dec 17, 2020 | June 17, 2021 |
297297
| 1.9 | 1.9.0 | EOL | Jan 03, 2018 | Aug 27, 2018 | Aug 27, 2018 |

airflow-core/docs/installation/supported-versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Apache Airflow® version life cycle:
2929
========= ===================== ========= =============== ===================== ================
3030
Version Current Patch/Minor State First Release Limited Maintenance EOL/Terminated
3131
========= ===================== ========= =============== ===================== ================
32-
3 3.0.0 Supported Apr 22, 2025 TBD TBD
32+
3 3.0.1 Supported Apr 22, 2025 TBD TBD
3333
2 2.10.5 Supported Dec 17, 2020 TBD TBD
3434
1.10 1.10.15 EOL Aug 27, 2018 Dec 17, 2020 June 17, 2021
3535
1.9 1.9.0 EOL Jan 03, 2018 Aug 27, 2018 Aug 27, 2018

airflow-core/docs/start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This quick start guide will help you bootstrap an Airflow standalone instance on
6666
:substitutions:
6767
6868
69-
AIRFLOW_VERSION=3.0.0
69+
AIRFLOW_VERSION=3.0.1
7070
7171
# Extract the version of Python you have installed. If you're currently using a Python version that is not supported by Airflow, you may want to set this manually.
7272
# See above for supported versions.

generated/PYPI_README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Use Airflow to author workflows as directed acyclic graphs (DAGs) of tasks. The
5454

5555
Apache Airflow is tested with:
5656

57-
| | Main version (dev) | Stable version (3.0.0) |
57+
| | Main version (dev) | Stable version (3.0.1) |
5858
|------------|------------------------|------------------------|
5959
| Python | 3.9, 3.10, 3.11, 3.12 | 3.9, 3.10, 3.11, 3.12 |
6060
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
@@ -128,15 +128,15 @@ them to the appropriate format and workflow that your tool requires.
128128

129129

130130
```bash
131-
pip install 'apache-airflow==3.0.0' \
132-
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.0.0/constraints-3.9.txt"
131+
pip install 'apache-airflow==3.0.1' \
132+
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.0.1/constraints-3.9.txt"
133133
```
134134

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

137137
```bash
138-
pip install 'apache-airflow[postgres,google]==3.0.0' \
139-
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.0.0/constraints-3.9.txt"
138+
pip install 'apache-airflow[postgres,google]==3.0.1' \
139+
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.0.1/constraints-3.9.txt"
140140
```
141141

142142
For information on installing provider distributions, check

scripts/ci/pre_commit/supported_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
)
3535

3636
SUPPORTED_VERSIONS = (
37-
("3", "3.0.0", "Supported", "Apr 22, 2025", "TBD", "TBD"),
37+
("3", "3.0.1", "Supported", "Apr 22, 2025", "TBD", "TBD"),
3838
("2", "2.10.5", "Supported", "Dec 17, 2020", "TBD", "TBD"),
3939
("1.10", "1.10.15", "EOL", "Aug 27, 2018", "Dec 17, 2020", "June 17, 2021"),
4040
("1.9", "1.9.0", "EOL", "Jan 03, 2018", "Aug 27, 2018", "Aug 27, 2018"),

0 commit comments

Comments
 (0)