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 e6988a0b200509e6f8319c46d145514eef66c7b8 Author: Ephraim Anierobi <[email protected]> AuthorDate: Thu Feb 22 22:24:52 2024 +0100 Update Release Note --- RELEASE_NOTES.rst | 5 +++++ airflow/reproducible_build.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 5440a8550c..65be0c6197 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -77,6 +77,11 @@ https://docs.python.org/3/library/exceptions.html#KeyboardInterrupt Bug Fixes """"""""" +- Sort dag processing stats by last_runtime (#37302) +- Allow pre-population of trigger form values via URL parameters (#37497) +- Base date for fetching dag grid view must include selected run_id (#34887) +- Check permissions for ImportError (#37468) +- Move ``IMPORT_ERROR`` from DAG related permissions to view related permissions (#37292) - Change ``AirflowTaskTimeout`` to inherit ``BaseException`` (#35653) - Revert "Fix future DagRun rarely triggered by race conditions when max_active_runs reached its upper limit. (#31414)" (#37596) - Change margin to padding so first task can be selected (#37527) diff --git a/airflow/reproducible_build.yaml b/airflow/reproducible_build.yaml index bf3a99b8ba..dfd62eeeb2 100644 --- a/airflow/reproducible_build.yaml +++ b/airflow/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: de24c62141c95558f6109dc8452c24dc -source-date-epoch: 1708548685 +release-notes-hash: b144986c574af11f9fbdc7b66d2e22d3 +source-date-epoch: 1708637085
