From 32e291942070edce5eeb1e9eb20012f66b174005 Mon Sep 17 00:00:00 2001 From: Ephraim Anierobi Date: Sat, 20 Jan 2024 00:46:43 +0100 Subject: [PATCH] Airflow 2.8.1 has been released (#36906) --- .github/ISSUE_TEMPLATE/airflow_bug_report.yml | 2 +- Dockerfile | 2 +- README.md | 26 +-- RELEASE_NOTES.rst | 172 +++++++++++++++++- airflow/reproducible_build.yaml | 4 +- .../installation/supported-versions.rst | 2 +- generated/PYPI_README.md | 24 +-- newsfragments/36281.significant.rst | 4 - newsfragments/36537.significant.rst | 41 ----- newsfragments/36647.significant.rst | 23 --- newsfragments/config.toml | 2 +- .../pre_commit_supported_versions.py | 2 +- 12 files changed, 195 insertions(+), 109 deletions(-) delete mode 100644 newsfragments/36281.significant.rst delete mode 100644 newsfragments/36537.significant.rst delete mode 100644 newsfragments/36647.significant.rst diff --git a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml index cc260a61dcd7a..cb437184fa8a1 100644 --- a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml @@ -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: diff --git a/Dockerfile b/Dockerfile index 7348977587b0d..a048b0b7d2f96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/README.md b/README.md index 1972807a941b8..6fbbc5b607b11 100644 --- a/README.md +++ b/README.md @@ -97,14 +97,14 @@ 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.0) | -|-------------|------------------------------|------------------------------| -| 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 | -| PostgreSQL | 12, 13, 14, 15, 16 | 12, 13, 14, 15, 16 | -| MySQL | 8.0, Innovation | 8.0, Innovation | -| SQLite | 3.15.0+ | 3.15.0+ | +| | 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 | +| PostgreSQL | 12, 13, 14, 15, 16 | 12, 13, 14, 15, 16 | +| MySQL | 8.0, Innovation | 8.0, Innovation | +| SQLite | 3.15.0+ | 3.15.0+ | \* Experimental @@ -179,15 +179,15 @@ them to the appropriate format and workflow that your tool requires. ```bash -pip install 'apache-airflow==2.8.0' \ - --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.8.0/constraints-3.8.txt" +pip install 'apache-airflow==2.8.1' \ + --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.8.1/constraints-3.8.txt" ``` 2. Installing with extras (i.e., postgres, google) ```bash -pip install 'apache-airflow[postgres,google]==2.8.0' \ - --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.8.0/constraints-3.8.txt" +pip install 'apache-airflow[postgres,google]==2.8.1' \ + --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.8.1/constraints-3.8.txt" ``` For information on installing provider packages, check @@ -292,7 +292,7 @@ Apache Airflow version life cycle: | Version | Current Patch/Minor | State | First Release | Limited Support | EOL/Terminated | |-----------|-----------------------|-----------|-----------------|-------------------|------------------| -| 2 | 2.8.0 | Supported | Dec 17, 2020 | TBD | TBD | +| 2 | 2.8.1 | 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 | diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 8f34a8dbf3588..38622ed49e7c2 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -21,22 +21,176 @@ .. towncrier release notes start -Airflow 2.8.0 (2023-12-18) +Airflow 2.8.1 (2024-01-19) -------------------------- Significant Changes ^^^^^^^^^^^^^^^^^^^ -- Raw HTML code in DAG docs and DAG params descriptions is disabled by default +Target version for core dependency ``pendulum`` package set to 3 (#36281). +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +Support for pendulum 2.1.2 will be saved for a while, presumably until the next feature version of Airflow. +It is advised to upgrade user code to use pendulum 3 as soon as possible. + +Airflow packaging specification follows modern Python packaging standards (#36537). +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +We standardized Airflow dependency configuration to follow latest development in Python packaging by +using ``pyproject.toml``. Airflow is now compliant with those accepted PEPs: + +* `PEP-440 Version Identification and Dependency Specification `__ +* `PEP-517 A build-system independent format for source trees `__ +* `PEP-518 Specifying Minimum Build System Requirements for Python Projects `__ +* `PEP-561 Distributing and Packaging Type Information `__ +* `PEP-621 Storing project metadata in pyproject.toml `__ +* `PEP-660 Editable installs for pyproject.toml based builds (wheel based) `__ +* `PEP-685 Comparison of extra names for optional distribution dependencies `__ + +Also we implement multiple license files support coming from Draft, not yet accepted (but supported by hatchling) PEP: +* `PEP 639 Improving License Clarity with Better Package Metadata `__ + +This has almost no noticeable impact on users if they are using modern Python packaging and development tools, generally +speaking Airflow should behave as it did before when installing it from PyPI and it should be much easier to install +it for development purposes using ``pip install -e ".[devel]"``. + +The differences from the user side are: + +* Airflow extras now get extras normalized to ``-`` (following PEP-685) instead of ``_`` and ``.`` + (as it was before in some extras). When you install airflow with such extras (for example ``dbt.core`` or + ``all_dbs``) you should use ``-`` instead of ``_`` and ``.``. + +In most modern tools this will work in backwards-compatible way, but in some old version of those tools you might need to +replace ``_`` and ``.`` with ``-``. You can also get warnings that the extra you are installing does not exist - but usually +this warning is harmless and the extra is installed anyway. It is, however, recommended to change to use ``-`` in extras in your dependency +specifications for all Airflow extras. + +* Released airflow package does not contain ``devel``, ``devel-*``, ``doc`` and ``doc-gen`` extras. + Those extras are only available when you install Airflow from sources in ``--editable`` mode. This is + because those extras are only used for development and documentation building purposes and are not needed + when you install Airflow for production use. Those dependencies had unspecified and varying behaviour for + released packages anyway and you were not supposed to use them in released packages. + +* The ``all`` and ``all-*`` extras were not always working correctly when installing Airflow using constraints + because they were also considered as development-only dependencies. With this change, those dependencies are + now properly handling constraints and they will install properly with constraints, pulling the right set + of providers and dependencies when constraints are used. + +Graphviz dependency is now an optional one, not required one (#36647). +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +The ``graphviz`` dependency has been problematic as Airflow required dependency - especially for +ARM-based installations. Graphviz packages require binary graphviz libraries - which is already a +limitation, but they also require to install graphviz Python bindings to be build and installed. +This does not work for older Linux installation but - more importantly - when you try to install +Graphviz libraries for Python 3.8, 3.9 for ARM M1 MacBooks, the packages fail to install because +Python bindings compilation for M1 can only work for Python 3.10+. + +This is not a breaking change technically - the CLIs to render the DAGs is still there and IF you +already have graphviz installed, it will continue working as it did before. The only problem when it +does not work is where you do not have graphviz installed it will raise an error and inform that you need it. + +Graphviz will remain to be installed for most users: + +* the Airflow Image will still contain graphviz library, because + it is added there as extra +* when previous version of Airflow has been installed already, then + graphviz library is already installed there and Airflow will + continue working as it did + +The only change will be a new installation of new version of Airflow from the scratch, where graphviz will +need to be specified as extra or installed separately in order to enable DAG rendering option. + +Bug Fixes +""""""""" +- Fix airflow-scheduler exiting with code 0 on exceptions (#36800) +- Fix Callback exception when a removed task is the last one in the ``taskinstance`` list (#36693) +- Allow anonymous user edit/show resource when set ``AUTH_ROLE_PUBLIC=admin`` (#36750) +- Better error message when sqlite URL uses relative path (#36774) +- Explicit string cast required to force integer-type run_ids to be passed as strings instead of integers (#36756) +- Add log lookup exception for empty ``op`` subtypes (#35536) +- Remove unused index on task instance (#36737) +- Fix check on subclass for ``typing.Union`` in ``_infer_multiple_outputs`` for Python 3.10+ (#36728) +- Make sure ``multiple_outputs`` is inferred correctly even when using ``TypedDict`` (#36652) +- Add back FAB constant in legacy security manager (#36719) +- Fix AttributeError when using ``Dagrun.update_state`` (#36712) +- Do not let ``EventsTimetable`` schedule past events if ``catchup=False`` (#36134) +- Support encryption for triggers parameters (#36492) +- Fix the type hint for ``tis_query`` in ``_process_executor_events`` (#36655) +- Redirect to index when user does not have permission to access a page (#36623) +- Avoid using dict as default value in ``call_regular_interval`` (#36608) +- Remove option to set a task instance to running state in UI (#36518) +- Fix details tab not showing when using dynamic task mapping (#36522) +- Raise error when ``DagRun`` fails while running ``dag test`` (#36517) +- Refactor ``_manage_executor_state`` by refreshing TIs in batch (#36502) +- Add flask config: ``MAX_CONTENT_LENGTH`` (#36401) +- Fix get_leaves calculation for teardown in nested group (#36456) +- Stop serializing timezone-naive datetime to timezone-aware datetime with UTC tz (#36379) +- Make ``kubernetes`` decorator type annotation consistent with operator (#36405) +- Fix Webserver returning 500 for POST requests to ``api/dag/*/dagrun`` from anonymous user (#36275) +- Fix the required access for get_variable endpoint (#36396) +- Fix datetime reference in ``DAG.is_fixed_time_schedule`` (#36370) +- Fix AirflowSkipException message raised by BashOperator (#36354) +- Allow PythonVirtualenvOperator.skip_on_exit_code to be zero (#36361) +- Increase width of execution_date input in trigger.html (#36278) +- Fix logging for pausing DAG (#36182) +- Stop deserializing pickle when enable_xcom_pickling is False (#36255) +- Check DAG read permission before accessing DAG code (#36257) +- Enable mark task as failed/success always (#36254) +- Create latest log dir symlink as relative link (#36019) +- Fix Python-based decorators templating (#36103) + +Miscellaneous +""""""""""""" +- Rename concurrency label to max active tasks (#36691) +- Restore function scoped ``httpx`` import in file_task_handler for performance (#36753) +- Add support of Pendulum 3 (#36281) +- Standardize airflow build process and switch to Hatchling build backend (#36537) +- Get rid of ``pyarrow-hotfix`` for ``CVE-2023-47248`` (#36697) +- Make ``graphviz`` dependency optional (#36647) +- Announce MSSQL support end in Airflow 2.9.0, add migration script hints (#36509) +- Set min ``pandas`` dependency to 1.2.5 for all providers and airflow (#36698) +- Bump follow-redirects from 1.15.3 to 1.15.4 in ``/airflow/www`` (#36700) +- Provide the logger_name param to base hook in order to override the logger name (#36674) +- Fix run type icon alignment with run type text (#36616) +- Follow BaseHook connection fields method signature in FSHook (#36444) +- Remove redundant ``docker`` decorator type annotations (#36406) +- Straighten typing in workday timetable (#36296) +- Use ``batch_is_authorized_dag`` to check if user has permission to read DAGs (#36279) +- Replace deprecated get_accessible_dag_ids and use get_readable_dags in get_dag_warnings (#36256) + +Doc Only Changes +"""""""""""""""" +- Metrics tagging documentation (#36627) +- In docs use logical_date instead of deprecated execution_date (#36654) +- Add section about live-upgrading Airflow (#36637) +- Replace ``numpy`` example with practical exercise demonstrating top-level code (#35097) +- Improve and add more complete description in the architecture diagrams (#36513) +- Improve the error message displayed when there is a webserver error (#36570) +- Update ``dags.rst`` with information on DAG pausing (#36540) +- Update installation prerequisites after upgrading to Debian Bookworm (#36521) +- Add description on the ways how users should approach DB monitoring (#36483) +- Add branching based on mapped task group example to dynamic-task-mapping.rst (#36480) +- Add further details to replacement documentation (#36485) +- Use cards when describing priority weighting methods (#36411) +- Update ``metrics.rst`` for param ``dagrun.schedule_delay`` (#36404) +- Update admonitions in Python operator doc to reflect sentiment (#36340) +- Improve audit_logs.rst (#36213) +- Remove Redshift mention from the list of managed Postgres backends (#36217) + +Airflow 2.8.0 (2023-12-18) +-------------------------- - To ensure that no malicious javascript can be injected with DAG descriptions or trigger UI forms by DAG authors - a new parameter ``webserver.allow_raw_html_descriptions`` was added with default value of ``False``. - If you trust your DAG authors code and want to allow using raw HTML in DAG descriptions and params, you can restore the previous - behavior by setting the configuration value to ``True``. +Significant Changes +^^^^^^^^^^^^^^^^^^^ - To ensure Airflow is secure by default, the raw HTML support in trigger UI has been super-seeded by markdown support via - the ``description_md`` attribute. If you have been using ``description_html`` please migrate to ``description_md``. - The ``custom_html_form`` is now deprecated. (#35460) +Raw HTML code in DAG docs and DAG params descriptions is disabled by default (#35460) +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +To ensure that no malicious javascript can be injected with DAG descriptions or trigger UI forms by DAG authors +a new parameter ``webserver.allow_raw_html_descriptions`` was added with default value of ``False``. +If you trust your DAG authors code and want to allow using raw HTML in DAG descriptions and params, you can restore the previous +behavior by setting the configuration value to ``True``. + +To ensure Airflow is secure by default, the raw HTML support in trigger UI has been super-seeded by markdown support via +the ``description_md`` attribute. If you have been using ``description_html`` please migrate to ``description_md``. +The ``custom_html_form`` is now deprecated. New Features """""""""""" diff --git a/airflow/reproducible_build.yaml b/airflow/reproducible_build.yaml index 2bd6204c80fbc..3d777fc30bd45 100644 --- a/airflow/reproducible_build.yaml +++ b/airflow/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: 81a945804fc42c18f416b5aa1f4b0fde -source-date-epoch: 1704922121 +release-notes-hash: c1deec1f2ca47e6db62309b185e0598c +source-date-epoch: 1705387201 diff --git a/docs/apache-airflow/installation/supported-versions.rst b/docs/apache-airflow/installation/supported-versions.rst index 19c24074bbaa4..96ebdafcb5a98 100644 --- a/docs/apache-airflow/installation/supported-versions.rst +++ b/docs/apache-airflow/installation/supported-versions.rst @@ -29,7 +29,7 @@ Apache Airflowâ„¢ version life cycle: ========= ===================== ========= =============== ================= ================ Version Current Patch/Minor State First Release Limited Support EOL/Terminated ========= ===================== ========= =============== ================= ================ -2 2.8.0 Supported Dec 17, 2020 TBD TBD +2 2.8.1 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 diff --git a/generated/PYPI_README.md b/generated/PYPI_README.md index ca229c0af8b3b..cd55a24db2666 100644 --- a/generated/PYPI_README.md +++ b/generated/PYPI_README.md @@ -54,14 +54,14 @@ 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.0) | -|-------------|------------------------------|------------------------------| -| 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 | -| PostgreSQL | 12, 13, 14, 15, 16 | 12, 13, 14, 15, 16 | -| MySQL | 8.0, Innovation | 8.0, Innovation | -| SQLite | 3.15.0+ | 3.15.0+ | +| | 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 | +| PostgreSQL | 12, 13, 14, 15, 16 | 12, 13, 14, 15, 16 | +| MySQL | 8.0, Innovation | 8.0, Innovation | +| SQLite | 3.15.0+ | 3.15.0+ | \* Experimental @@ -132,15 +132,15 @@ them to the appropriate format and workflow that your tool requires. ```bash -pip install 'apache-airflow==2.8.0' \ - --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.8.0/constraints-3.8.txt" +pip install 'apache-airflow==2.8.1' \ + --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.8.1/constraints-3.8.txt" ``` 2. Installing with extras (i.e., postgres, google) ```bash -pip install 'apache-airflow[postgres,google]==2.8.0' \ - --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.8.0/constraints-3.8.txt" +pip install 'apache-airflow[postgres,google]==2.8.1' \ + --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.8.1/constraints-3.8.txt" ``` For information on installing provider packages, check diff --git a/newsfragments/36281.significant.rst b/newsfragments/36281.significant.rst deleted file mode 100644 index 1207be0782288..0000000000000 --- a/newsfragments/36281.significant.rst +++ /dev/null @@ -1,4 +0,0 @@ -Target version for core dependency ``pendulum`` package set to 3 - -Support for pendulum 2.1.2 will be saved for a while, presumably until the next feature version of Airflow. -It is advised to upgrade user code to use pendulum 3 as soon as possible. diff --git a/newsfragments/36537.significant.rst b/newsfragments/36537.significant.rst deleted file mode 100644 index 22a288b076eec..0000000000000 --- a/newsfragments/36537.significant.rst +++ /dev/null @@ -1,41 +0,0 @@ -Airflow packaging specification follows modern Python packaging standards. - -We standardized Airflow dependency configuration to follow latest development in Python packaging by -using pyproject.toml. Airflow is now compliant with those accepted PEPs: - -* `PEP-440 Version Identification and Dependency Specification `__ -* `PEP-517 A build-system independent format for source trees `__ -* `PEP-518 Specifying Minimum Build System Requirements for Python Projects `__ -* `PEP-561 Distributing and Packaging Type Information `__ -* `PEP-621 Storing project metadata in pyproject.toml `__ -* `PEP-660 Editable installs for pyproject.toml based builds (wheel based) `__ -* `PEP-685 Comparison of extra names for optional distribution dependencies `__ - -Also we implement multiple license files support coming from Draft, not yet accepted (but supported by hatchling) PEP: -* `PEP 639 Improving License Clarity with Better Package Metadata `__ - -This has almost no noticeable impact on users if they are using modern Python packaging and development tools, generally -speaking Airflow should behave as it did before when installing it from PyPI and it should be much easier to install -it for development purposes using ``pip install -e ".[devel]"``. - -The differences from the user side are: - -* Airflow extras now get extras normalized to ``-`` (following PEP-685) instead of ``_`` and ``.`` - (as it was before in some extras). When you install airflow with such extras (for example ``dbt.core`` or - ``all_dbs``) you should use ``-`` instead of ``_`` and ``.``. - -In most modern tools this will work in backwards-compatible way, but in some old version of those tools you might need to -replace ``_`` and ``.`` with ``-``. You can also get warnings that the extra you are installing does not exist - but usually -this warning is harmless and the extra is installed anyway. It is, however, recommended to change to use ``-`` in extras in your dependency -specifications for all Airflow extras. - -* Released airflow package does not contain ``devel``, ``devel-*``, ``doc`` and ``doc-gen`` extras. - Those extras are only available when you install Airflow from sources in ``--editable`` mode. This is - because those extras are only used for development and documentation building purposes and are not needed - when you install Airflow for production use. Those dependencies had unspecified and varying behaviour for - released packages anyway and you were not supposed to use them in released packages. - -* The ``all`` and ``all-*`` extras were not always working correctly when installing Airflow using constraints - because they were also considered as development-only dependencies. With this change, those dependencies are - now properly handling constraints and they will install properly with constraints, pulling the right set - of providers and dependencies when constraints are used. diff --git a/newsfragments/36647.significant.rst b/newsfragments/36647.significant.rst deleted file mode 100644 index dc3f0faad8a26..0000000000000 --- a/newsfragments/36647.significant.rst +++ /dev/null @@ -1,23 +0,0 @@ -Graphviz dependency is now an optional one, not required one. - -The ``graphviz`` dependency has been problematic as Airflow required dependency - especially for -ARM-based installations. Graphviz packages require binary graphviz libraries - which is already a -limitation, but they also require to install graphviz Python bindings to be build and installed. -This does not work for older Linux installation but - more importantly - when you try to install -Graphviz libraries for Python 3.8, 3.9 for ARM M1 MacBooks, the packages fail to install because -Python bindings compilation for M1 can only work for Python 3.10+. - -This is not a breaking change technically - the CLIs to render the DAGs is still there and IF you -already have graphviz installed, it will continue working as it did before. The only problem when it -does not work is where you do not have graphviz installed it will raise an error and inform that you need it. - -Graphviz will remain to be installed for most users: - -* the Airflow Image will still contain graphviz library, because - it is added there as extra -* when previous version of Airflow has been installed already, then - graphviz library is already installed there and Airflow will - continue working as it did - -The only change will be a new installation of new version of Airflow from the scratch, where graphviz will -need to be specified as extra or installed separately in order to enable DAG rendering option. diff --git a/newsfragments/config.toml b/newsfragments/config.toml index 014284c1331be..4c0f7cc94985f 100644 --- a/newsfragments/config.toml +++ b/newsfragments/config.toml @@ -16,7 +16,7 @@ # under the License. [tool.towncrier] name = "Airflow" -filename = "../RELEASE_NOTES.rst" +filename = "RELEASE_NOTES.rst" underlines = ["-", '^'] [[tool.towncrier.type]] diff --git a/scripts/ci/pre_commit/pre_commit_supported_versions.py b/scripts/ci/pre_commit/pre_commit_supported_versions.py index 9acf012a4fa00..60c67e874a328 100755 --- a/scripts/ci/pre_commit/pre_commit_supported_versions.py +++ b/scripts/ci/pre_commit/pre_commit_supported_versions.py @@ -27,7 +27,7 @@ HEADERS = ("Version", "Current Patch/Minor", "State", "First Release", "Limited Support", "EOL/Terminated") SUPPORTED_VERSIONS = ( - ("2", "2.8.0", "Supported", "Dec 17, 2020", "TBD", "TBD"), + ("2", "2.8.1", "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"),