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

eladkal pushed a change to branch v2-6-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 1b4f408b50 cleanup Release notes
    omit 32fdfaddd7 update Release notes
    omit 1fda6efbf7 add escape
    omit d935127d88 Fix kubernetes cherry pick
    omit 9becf7715f Fix static checks
    omit f37c1123ac Update RELEASE_NOTES.rst
    omit 2433784fee Fix Kubernetes executor set wrong task status (#31274)
    omit 12f17cc4e7 Use keyword paramaters for migration methods for mssql 
(#31309)
    omit fda3b46949 Control permissibility of driver config in extra from 
airflow.cfg (#31754)
    omit 20a821abe3 Add back accidentally removed `create_session` in 
utils/db.py (#31705)
    omit 85747f6a22 Replace unicodecsv with standard csv library (#31693)
    omit 521b23073d update path of KubernetesPodOperator in core docs (#31683)
    omit 6ad08f6284 Retain on_failure_fail_dagrun attr when other task attrs 
are overriden (#31678)
    omit 8f69bf3041 Fix wrong cron syntax (#31666)
    omit eca2f3cc77 remove ducplicate entry in the metrics doc (#31654)
    omit 6c83f627fb 📝 Update release documentation (#31631)
    omit 09789f71f5 Small cleanups / optimizations in DagRun.update_state 
(#31628)
    omit e917954eb4 Add docstring and signature for _read_remote_logs (#31623)
    omit 0556a2344d fixing broken links in openapi/v1.yaml (#31619)
    omit 3ea0e7508e Hide old alert box when testing conn with different value 
(#31606)
    omit 2e1a06a543 Trigger Button - Implement Part 2 of AIP-50 (#31583)
    omit e8c9e6bd70 Add TriggererStatus to OpenAPI spec (#31579)
    omit 0757e2bec6 Updating UI screenshots in docs (#31577)
    omit 445264420c Workaround mypy confusing default with necessary arguments 
(#31562)
    omit e650760d88 Resolving issue where Grid won't un-collapse when Details 
is collapsed (#31561)
    omit da3f6539ff Remove found_descendents param from get_flat_relative_ids 
(#31559)
    omit c1c096e6a7 Fix sorting of tags (#31553)
    omit 643035f329 Add the missing `map_index` to the xcom key when skipping 
downstream tasks (#31541)
    omit a891a90a59 fix airflow users delete CLI command (#31539)
    omit 07dd11365e Include triggerer health status in Airflow /health endpoint 
(#31529)
    omit e11ef3cd0f Remove typo in docs serializers.rst (#31507)
    omit 65473140fe Remove dependency already registered for this task warning 
(#31502)
    omit 38215514cd Fix typing in external task triggers (#31490)
    omit 0f7ef27f69 Remove note about triggerer being 3.7+ only (#31483)
    omit 194ae50607 Use kube_client over default CoreV1Api for deleting pods 
(#31477)
    omit f192f2dd9b Fix version support information (#31468)
    omit e29343060e Wording the next and last run DAG columns better (#31467)
    omit 3e5f877b84 Add missing BashOperator import to documentation example 
(#31436)
    omit 0d27b05ee3 Ensure min backoff in base sensor is at least 1 (#31412)
    omit c777b3fccb Fix `max_active_tis_per_dagrun` for Dynamic Task Mapping 
(#31406)
    omit ec4f2cadba Fix error handling when pre-importing modules in DAGs 
(#31401)
    omit 607773250a Fix dropdown default and adjust tutorial to use 42 as 
default for proof (#31400)
    omit 3f36a478df Skip auto-document things with :meta private: (#31380)
    omit f57b87d940 Fix crash when clearing run with task from normal to mapped 
(#31352)
    omit 7a17372741 Update the output of airflow info command in the doc 
(#31336)
    omit 12c3a08179 Add an example for sql_alchemy_connect_args conf (#31332)
    omit 754624be30 Convert dask upper-binding into exclusion (#31329)
    omit d0e8a9eccf Rephrase comment in setup.py (#31312)
    omit 537991de3d Upgrade FAB to 4.3.1 (#31203)
    omit 76cee6ca13 Added metavar and choices to --state flag in airflow dags 
list-jobs CLI for suggesting valid state arguments. (#31308)
    omit 955500e8d9 Make BaseJobRunner a generic on the job class (#31287)
    omit 2fbc196de3 Make connection id validation consistent across interface 
(#31282)
    omit 0d17377343 Fix task.branch error caused by incorrect initial parameter 
(#31265)
    omit d6878b9247 Support for sorting DAGs by Last Run Date in the web UI 
(#31234)
    omit 60f5bdf59d Fix `url_for_asset` fallback and 404 on DAG Audit Log 
(#31233)
    omit 5a45bb600f Don't present an undefined execution date (#31196)
    omit a880168494 FIPS environments: Mark uses of md5 as 
"not-used-for-security" (#31171)
     add c5f79d833b Don't present an undefined execution date (#31196)
     add cb785eae47 Fix `url_for_asset` fallback and 404 on DAG Audit Log 
(#31233)
     add 6f5070505a Support for sorting DAGs by Last Run Date in the web UI 
(#31234)
     add 2017debb16 Fix task.branch error caused by incorrect initial parameter 
(#31265)
     add b2ae30d1c4 Make connection id validation consistent across interface 
(#31282)
     add ff9a7482be Make BaseJobRunner a generic on the job class (#31287)
     add 01155aa70d Added metavar and choices to --state flag in airflow dags 
list-jobs CLI for suggesting valid state arguments. (#31308)
     add 2a43274f54 Upgrade FAB to 4.3.1 (#31203)
     add f8f051e96c Rephrase comment in setup.py (#31312)
     add de6a584588 Convert dask upper-binding into exclusion (#31329)
     add 59ec164f9d Add an example for sql_alchemy_connect_args conf (#31332)
     add c4168bbd03 Update the output of airflow info command in the doc 
(#31336)
     add 8d3216cc45 Fix crash when clearing run with task from normal to mapped 
(#31352)
     add a35e2b6cbe Skip auto-document things with :meta private: (#31380)
     add c94bab6d95 Fix dropdown default and adjust tutorial to use 42 as 
default for proof (#31400)
     add 8d3d1f4589 Fix error handling when pre-importing modules in DAGs 
(#31401)
     add fd702e4311 Fix `max_active_tis_per_dagrun` for Dynamic Task Mapping 
(#31406)
     add 124b5005de Ensure min backoff in base sensor is at least 1 (#31412)
     add 25065c0b05 Add missing BashOperator import to documentation example 
(#31436)
     add f3d489d1e3 Wording the next and last run DAG columns better (#31467)
     add 96cc66bfe0 Fix version support information (#31468)
     add a3295ee9ae Use kube_client over default CoreV1Api for deleting pods 
(#31477)
     add acc32bda76 Remove note about triggerer being 3.7+ only (#31483)
     add 49a673d505 Fix typing in external task triggers (#31490)
     add 9c2ecafc44 Remove dependency already registered for this task warning 
(#31502)
     add 74af151959 Remove typo in docs serializers.rst (#31507)
     add c188eda18b Include triggerer health status in Airflow /health endpoint 
(#31529)
     add 8a1f47d008 fix airflow users delete CLI command (#31539)
     add ea1a825c81 Add the missing `map_index` to the xcom key when skipping 
downstream tasks (#31541)
     add c6d942c080 Fix sorting of tags (#31553)
     add e582fdebd0 Remove found_descendents param from get_flat_relative_ids 
(#31559)
     add a964e607dd Resolving issue where Grid won't un-collapse when Details 
is collapsed (#31561)
     add 4e69965aa4 Workaround mypy confusing default with necessary arguments 
(#31562)
     add f8ba02fdb7 Updating UI screenshots in docs (#31577)
     add f2d695753d Add TriggererStatus to OpenAPI spec (#31579)
     add 3a6fb12dd6 Hide old alert box when testing conn with different value 
(#31606)
     add 1030fefc04 fixing broken links in openapi/v1.yaml (#31619)
     add 23d2ed7b03 Add docstring and signature for _read_remote_logs (#31623)
     add 7600e5335a Small cleanups / optimizations in DagRun.update_state 
(#31628)
     add ad42bf1597 📝 Update release documentation (#31631)
     add eff319e935 remove ducplicate entry in the metrics doc (#31654)
     add c6c291bab4 Fix wrong cron syntax (#31666)
     add fd1ad42a45 Retain on_failure_fail_dagrun attr when other task attrs 
are overriden (#31678)
     add 94e9ca21fc update path of KubernetesPodOperator in core docs (#31683)
     add 45ec6b150e Replace unicodecsv with standard csv library (#31693)
     add f4c97264f5 Add back accidentally removed `create_session` in 
utils/db.py (#31705)
     add 1f6990f86e Control permissibility of driver config in extra from 
airflow.cfg (#31754)
     add 39fb749c1c Use keyword paramaters for migration methods for mssql 
(#31309)
     add c9c83bb22b Fix Kubernetes executor set wrong task status (#31274)
     add e5f204b168 Update RELEASE_NOTES.rst
     add 3f8e3bf15e Fix static checks
     add 79629c3da4 Fix kubernetes cherry pick
     add c2be5dae5c add escape
     add 5629346d4a update Release notes
     add 28deb8ac64 cleanup Release notes
     add 30fd041efd cleanup release notes

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1b4f408b50)
            \
             N -- N -- N   refs/heads/v2-6-test (30fd041efd)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 RELEASE_NOTES.rst                                  | 14 ++-----
 airflow/cli/commands/webserver_command.py          |  4 +-
 airflow/kubernetes/pod_generator.py                |  4 +-
 airflow/kubernetes/pod_generator_deprecated.py     |  5 +--
 airflow/models/serialized_dag.py                   |  2 +-
 airflow/providers/google/cloud/hooks/bigquery.py   | 11 ++----
 .../providers/google/cloud/operators/workflows.py  |  8 +---
 airflow/utils/hashlib_wrapper.py                   | 21 +++++------
 airflow/www/templates/airflow/dag.html             | 43 +++++++++++++++-------
 airflow/www/templates/airflow/dags.html            | 38 ++++++++++++-------
 airflow/www/templates/airflow/trigger.html         |  5 +--
 airflow/www/views.py                               | 15 +++-----
 .../providers/google/cloud/hooks/test_bigquery.py  |  2 +-
 tests/sensors/test_external_task_sensor.py         |  4 +-
 tests/www/views/test_views_tasks.py                | 12 +++---
 tests/www/views/test_views_trigger_dag.py          | 37 +++++++++----------
 16 files changed, 112 insertions(+), 113 deletions(-)

Reply via email to