Skip to content

Commit

Permalink
Airflow 2.8.1 has been released (#36906)
Browse files Browse the repository at this point in the history
(cherry picked from commit 32e2919)
  • Loading branch information
ephraimbuddy committed Feb 22, 2024
1 parent 8d7a784 commit 67eaa41
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.8.0"
- "2.8.1"
- "main (development)"
- "Other Airflow 2 version (please specify below)"
validations:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ARG AIRFLOW_UID="50000"
ARG AIRFLOW_USER_HOME_DIR=/home/airflow

# latest released version here
ARG AIRFLOW_VERSION="2.8.0"
ARG AIRFLOW_VERSION="2.8.1"

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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ 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.8.1) |
|-------------|------------------------------|------------------------------|
| | Main version (dev) | Stable version (2.8.1) |
|-------------|------------------------------|------------------------|
| Python | 3.8, 3.9, 3.10, 3.11 | 3.8, 3.9, 3.10, 3.11 |
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
| Kubernetes | 1.25, 1.26, 1.27, 1.28, 1.29 | 1.25, 1.26, 1.27, 1.28, 1.29 |
Expand Down
4 changes: 2 additions & 2 deletions generated/PYPI_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Use Airflow to author workflows as directed acyclic graphs (DAGs) of tasks. The

Apache Airflow is tested with:

| | Main version (dev) | Stable version (2.8.1) |
|-------------|------------------------------|------------------------------|
| | Main version (dev) | Stable version (2.8.1) |
|-------------|------------------------------|------------------------|
| Python | 3.8, 3.9, 3.10, 3.11 | 3.8, 3.9, 3.10, 3.11 |
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
| Kubernetes | 1.25, 1.26, 1.27, 1.28, 1.29 | 1.25, 1.26, 1.27, 1.28, 1.29 |
Expand Down

0 comments on commit 67eaa41

Please sign in to comment.