This is an automated email from the ASF dual-hosted git repository.
utkarsharma pushed a change to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from b55aaa4fc5 Update RELEASE_NOTES.rst
add 44bdc718fa Fix param order in PythonOperator docstring (#40122)
add 0fee7e66f1 Recognize quotes when parsing urls in logs (#40508)
add e6ad12702e Further clarify triage process (#40536)
add 1567a88faf Update best-practices.rst (#40505)
add d42ce962f8 Remove logging for "blocked" events (#40446)
add a11a2fc064 Fix bug in `SchedulerJobRunner._process_executor_events`
(#40563)
add 1ab9507ca1 Fix import statement for DatasetOrTimetable example (#40601)
add dc0946edab Update serializers.rst (#40597)
add dbecdc5811 Updating airflow download links to CDN based links (#40618)
add c1239f76c9 Skip checking subdagslist if taskinstance state is skipped
(#40578)
add f2d6700d10 Add warning about the PostgresOperator being deprecated
(#40662)
No new revisions were added by this update.
Summary of changes:
ISSUE_TRIAGE_PROCESS.rst | 17 +++++++++++++++
airflow/api/common/mark_tasks.py | 8 +++++--
airflow/jobs/scheduler_job_runner.py | 2 +-
airflow/operators/python.py | 4 ++--
.../dag/details/taskInstance/Logs/utils.test.tsx | 25 +++++++++++++++++++---
.../js/dag/details/taskInstance/Logs/utils.ts | 2 +-
airflow/www/views.py | 3 +--
.../authoring-and-scheduling/serializers.rst | 2 +-
.../authoring-and-scheduling/timetable.rst | 2 +-
docs/apache-airflow/best-practices.rst | 2 +-
docs/apache-airflow/installation/index.rst | 2 +-
.../installation/installing-from-sources.rst | 2 +-
docs/apache-airflow/tutorial/pipeline.rst | 4 ++++
.../includes/installing-providers-from-sources.rst | 2 +-
.../installing-helm-chart-from-sources.rst | 2 +-
15 files changed, 61 insertions(+), 18 deletions(-)