This is an automated email from the ASF dual-hosted git repository. vatsrahul1001 pushed a commit to branch changes-3.3.1rc2 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 3adbbe1c58e4532df1964cb7794805e763816ee8 Author: Rahul Vats <[email protected]> AuthorDate: Mon Aug 10 20:47:44 2026 +0530 Update 3.3.1 release notes and date for rc2 Add release-note entries for the three user-facing fixes cut into rc2 (the Dags-list filter 500, task-log text selection, and the Clear Task dialog translation key) and move the release date to 2026-08-12. --- RELEASE_NOTES.rst | 5 ++++- reproducible_build.yaml | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index d2e00de3fed..b5fcab752b3 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -24,7 +24,7 @@ .. towncrier release notes start -Airflow 3.3.1 (2026-08-10) +Airflow 3.3.1 (2026-08-12) -------------------------- Significant Changes @@ -102,6 +102,9 @@ team scoped value is masked exactly as the base value already was. Bug Fixes ^^^^^^^^^ +- UI: Fix a 500 error when combining the last-run and any-run Dag state filters on the Dags list (#71371) +- UI: Fix task log text selection being cleared while scrolling (#71200) +- UI: Fix a translation key showing as raw text in the Clear Task dialog (#71240) - Fail deferred task instances whose saved state can't be resumed, instead of leaving them stuck (#71183) - Fix task callbacks being skipped when ``TriggerDagRunOperator`` gets a 404 (#71083) - Fix task state store rejecting keys that contain slashes (#70967) diff --git a/reproducible_build.yaml b/reproducible_build.yaml index 2712edf485b..51c344f51b1 100644 --- a/reproducible_build.yaml +++ b/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: a5befcdd330505cd7f0f6b1a39089e40 -source-date-epoch: 1785995635 +release-notes-hash: 0016af03b467abd6a1e3f1de176adc2f +source-date-epoch: 1786375005
