This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 672f8ad02aef0d74332d877abc0bb36d490ccab7 Author: Jed Cunningham <[email protected]> AuthorDate: Tue Apr 9 13:56:09 2024 -0400 Remove a couple items from the 2.9.0 changelog (#38866) One isn't a core change and one was reverted. (cherry picked from commit 6027aa58f5ef23ad2b6bd20e649447e237a0c0d7) --- RELEASE_NOTES.rst | 2 -- airflow/reproducible_build.yaml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 5589ae34b6..5533fad32c 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -127,7 +127,6 @@ New Features - Introduce mechanism to support multiple executor configuration (#37635) - Add color formatting for ANSI chars in logs from task executions (#37985) - Add the dataset_expression as part of DagModel and DAGDetailSchema (#37826) -- Add TaskFail entries to Gantt chart (#37918) - Allow longer rendered_map_index (#37798) - Inherit the run_ordering from DatasetTriggeredTimetable for DatasetOrTimeSchedule (#37775) - Implement AIP-60 Dataset URI formats (#37005) @@ -150,7 +149,6 @@ New Features - Create new Metrics with Tagging (#36528) - Add support for openlineage to AFS and common.io (#36410) - Introduce ``@task.bash`` TaskFlow decorator (#30176, #37875) -- Added functionality to automatically ingest custom airflow.cfg file upon startup (#36289) Improvements """""""""""" diff --git a/airflow/reproducible_build.yaml b/airflow/reproducible_build.yaml index 918f75fb1d..fc6a3933e8 100644 --- a/airflow/reproducible_build.yaml +++ b/airflow/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: 54dac17350ee872bcd60731a6392d9f7 -source-date-epoch: 1712436084 +release-notes-hash: 416d01241f2b6ed259e8d991fb7ac1f8 +source-date-epoch: 1712672348
