You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2022/02/11 19:51:12 UTC

[airflow] branch main updated (6fde8f0 -> f6952db)

This is an automated email from the ASF dual-hosted git repository.

ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 6fde8f0  fix all "high" npm vulnerabilities (#21526)
     add f6952db  Don't track changes to task_log_prefix_template (#21516)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        |  2 +-
 ...62e7089_add_task_log_filename_template_model.py |  1 -
 airflow/models/dagrun.py                           | 13 --------
 airflow/models/tasklog.py                          |  5 ++-
 airflow/utils/db.py                                | 10 ++----
 .../log/task_handler_with_custom_formatter.py      |  8 ++---
 .../test_task_handler_with_custom_formatter.py     | 38 ++--------------------
 tests/www/views/test_views_log.py                  |  1 -
 8 files changed, 10 insertions(+), 68 deletions(-)