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

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


 discard ef876cf  Import Connection lazily in hooks to avoid cycles (#15361)
 discard 7b9f091  Fix missing on_load trigger for folder-based plugins (#15208)
 discard 7e28c97  Change default of `[kubernetes] enable_tcp_keepalive` to 
`True` (#15338)
 discard 315005b  BugFix: CLI 'kubernetes cleanup-pods' should only clean up 
Airflow-created Pods (#15204)
 discard cfeeb14  Fix password masking in CLI action_logging (#15143)
 discard dc9bf44  Fix url generation for TriggerDagRunOperatorLink (#14990)
 discard cf3de8f  Add documentation create/update community providers (#15061)
 discard 894c646  Restore base lineage backend (#14146)
 discard 3634738  Unable to trigger backfill or manual jobs with Kubernetes 
executor. (#14160)
 discard 9eb0e13  Bugfix: Task docs are not shown in the Task Instance Detail 
View (#15191)
 discard ddf306b  Fix mistake and typos in doc/docstrings (#15180)
 discard 97bad2c  Update import path and fix typo in `dag-run.rst` (#15201)
 discard 20ed260  Bugfix: Fix overriding `pod_template_file` in 
KubernetesExecutor (#15197)
 discard 57a8afd  Fixed #14270: Add error message in OOM situations (#15207)
 discard 4aea2ee  Add new Committers to docs (#15235)
 discard 6cf185e  Add new committers (#14544)
 discard 772c33f  Sort Committers via their names instead of usernames (#14403)
 discard 987ddca  Add Ephraim to Committers List (#14397)
 discard 1dacb83  Add a note in set-config.rst on using Secrets Backend (#15274)
 discard 0e2f295  Fix Providers doc (#15185)
 discard dda7c5c  Replace new url for Stable Airflow Docs (#15169)
 discard 4bb8876  Bugfix: resources in `executor_config` breaks Graph View in 
UI (#15199)
 discard f074bcf  Better compatibility/diagnostics for arbitrary UID in docker 
image (#15162)
 discard 66373f8  Run kubernetes tests in parallel (#15222)
 discard 5d05835  Adds new Airbyte provider (#14492)
 discard 984bb4c  Adds 'Trino' provider (with lower memory footprint for tests) 
(#15187)
 discard 144255f  Constraints are now parallelized and merged in single job 
(#15211)
 discard 34b3e96  Fix celery executor bug trying to call len on map (#14883)
 discard 5ce558c  Less docker magic in docs building (#15176)
 discard 752191d  not fail on missing status in tests
 discard 5f5a914  Updates 3.6 limits for latest versions of a few libraries 
(#15209)
 discard e87cd1f  Merges quarantined tests into single job (#15153)
 discard 3d17216  Removes unused CI feature of printing output on error (#15190)
 discard 25caba7  Fixes problem when Pull Request is `weird` - has null 
head_repo (#15189)
 discard 3e9633e  Bump K8S versions to latest supported ones. (#15156)
 discard 65c3ecf  Adds Blinker dependency which is missing after recent changes 
(#15182)
     new 2ae87ec  Adds Blinker dependency which is missing after recent changes 
(#15182)
     new cf41de4  Bump K8S versions to latest supported ones. (#15156)
     new 6f4e134  Fixes problem when Pull Request is `weird` - has null 
head_repo (#15189)
     new 1c04642  Removes unused CI feature of printing output on error (#15190)
     new ca9dba0  Merges quarantined tests into single job (#15153)
     new 7ff9b8c  Updates 3.6 limits for latest versions of a few libraries 
(#15209)
     new f473309  not fail on missing status in tests
     new b61feb6  Less docker magic in docs building (#15176)
     new 22b2a80  Fix celery executor bug trying to call len on map (#14883)
     new a51707a  Constraints are now parallelized and merged in single job 
(#15211)
     new 0558900  Adds 'Trino' provider (with lower memory footprint for tests) 
(#15187)
     new a05247b  Adds new Airbyte provider (#14492)
     new 14f7116  Run kubernetes tests in parallel (#15222)
     new 6860da4  Better compatibility/diagnostics for arbitrary UID in docker 
image (#15162)
     new b622915  Bugfix: resources in `executor_config` breaks Graph View in 
UI (#15199)
     new b96a8bf  Replace new url for Stable Airflow Docs (#15169)
     new 1f7e364  Fix Providers doc (#15185)
     new 24503ca  Add a note in set-config.rst on using Secrets Backend (#15274)
     new b95155d  Add Ephraim to Committers List (#14397)
     new 8d902cb  Sort Committers via their names instead of usernames (#14403)
     new 4ce74f8  Add new committers (#14544)
     new ab570a0  Add new Committers to docs (#15235)
     new 8adb126  Fixed #14270: Add error message in OOM situations (#15207)
     new 18a153c  Bugfix: Fix overriding `pod_template_file` in 
KubernetesExecutor (#15197)
     new 863250d  Update import path and fix typo in `dag-run.rst` (#15201)
     new 6b0421b  Fix mistake and typos in doc/docstrings (#15180)
     new c8d1c67  Bugfix: Task docs are not shown in the Task Instance Detail 
View (#15191)
     new 9b4b356  Unable to trigger backfill or manual jobs with Kubernetes 
executor. (#14160)
     new ac00eab  Restore base lineage backend (#14146)
     new 096435e  Add documentation create/update community providers (#15061)
     new 68f5b40  Fix url generation for TriggerDagRunOperatorLink (#14990)
     new 84d305f  Fix password masking in CLI action_logging (#15143)
     new 110adfe  BugFix: CLI 'kubernetes cleanup-pods' should only clean up 
Airflow-created Pods (#15204)
     new def23a0  Change default of `[kubernetes] enable_tcp_keepalive` to 
`True` (#15338)
     new 683005a  Fix missing on_load trigger for folder-based plugins (#15208)
     new f769e81  Import Connection lazily in hooks to avoid cycles (#15361)

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   (ef876cf)
            \
             N -- N -- N   refs/heads/v2-0-test (f769e81)

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.

The 36 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Reply via email to