This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit aa16711baf8dbd08f75affdecc8087eb515a3338 Author: Ephraim Anierobi <[email protected]> AuthorDate: Wed Mar 6 16:52:33 2024 +0100 Update RELEASE_NOTES.rst --- RELEASE_NOTES.rst | 46 +++++++++++++++++++++++++++++++++++++ airflow/reproducible_build.yaml | 4 ++-- newsfragments/37713.significant.rst | 1 - 3 files changed, 48 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 0fea7c0902..5702079d00 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -21,6 +21,52 @@ .. towncrier release notes start +Airflow 2.8.3 (2024-03-11) +-------------------------- + +Significant Changes +^^^^^^^^^^^^^^^^^^^ + +The smtp provider is now pre-installed when you install Airflow. (#37713) +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Bug Fixes +""""""""" +- Add "MENU" permission in auth manager (#37881) +- Fix external_executor_id being overwritten (#37784) +- Make more MappedOperator members modifiable (#37828) +- Set parsing context dag_id in dag test command (#37606) + +Miscellaneous +""""""""""""" +- Remove useless methods from security manager (#37889) +- Upgrade google-ads version (#37787) +- Improve code coverage for TriggerRuleDep (#37680) +- Fix "Exception statement has no effect" (#37722) +- Limit ``pandas`` to ``<2.2`` (#37748) +- The SMTP provider is now preinstalled when installing Airflow (#37713) +- Bump min versions of openapi validators (#37691) +- Bump lower-limit for pinotdb (#37690) +- Properly include ``airflow_pre_installed_providers.txt`` artifact (#37679) +- Remove ``gosu`` binary from our images (#37677) + + +Doc Only Changes +"""""""""""""""" +- Clarify lack of sync between workers and scheduler (#37913) +- Simplify some docs around airflow_local_settings (#37835) +- Add section about local settings configuration (#37829) +- Fix images in breeze docs (#37832) +- Fix docs of ``BranchDayOfWeekOperator`` (#37813) +- Format improvements, URL fixes in contrib docs (#37820) +- Write to secrets store is not supported by design (#37814) +- ``ERD`` generating doc improvement (#37808) +- Update incorrect config value (#37706) +- Update security model to clarify Connection Editing user's capabilities (#37688) +- Fix ImportError on examples dags (#37571) +- Tell users what to do if their scanners find issues in the image (#37652) + + Airflow 2.8.2 (2024-02-26) -------------------------- diff --git a/airflow/reproducible_build.yaml b/airflow/reproducible_build.yaml index 346ed5d1d7..e7901140cb 100644 --- a/airflow/reproducible_build.yaml +++ b/airflow/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: e9074c5f236fefdaf03cfc8d1a75e23d -source-date-epoch: 1708781201 +release-notes-hash: 46372e2e253a6f4415302feee18faa7a +source-date-epoch: 1709740347 diff --git a/newsfragments/37713.significant.rst b/newsfragments/37713.significant.rst deleted file mode 100644 index 072ceb9918..0000000000 --- a/newsfragments/37713.significant.rst +++ /dev/null @@ -1 +0,0 @@ -The smtp provider is now pre-installed when you install Airflow.
