You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2023/01/12 11:25:59 UTC

[airflow] branch v2-5-test updated (8e83745183 -> 1ab8b90e71)

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

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


    omit 8e83745183 Allow to specify `pip` version via github URL in Docker/CI workflow (#28697)
    omit 0431abd6c4 Output of the "dev" asset compilation for breeze available in file (#28579)
    omit 10c77e2d32 Wait for asset compilation to finish before starting airflow in Breeze (#28575)
    omit 4d02fa7a24 Re-enable `pymsql` on ARM as it now builds cleanly (#28530)
    omit e8712a0063 Add VERBOSE equal to false for all just changed selective checks (#28519)
    omit 36224bb52d Fix redirection for selective chekcs for all workflows (#28518)
    omit 0dbed0ef8a Fix selective checks handling error tracebacks in CI (#28514)
    omit 68a735cdc5 Fix output buffering for `breeze testing test` (#28433)
    omit 0123529adc Fix output of error in K8s venv installation (#28322)
    omit 719ac6a885 Remove postgres from K8S venv (#28323)
    omit dbe7592412 Selective checks for API did not match API test specification (#28319)
    omit 8a9001e196 Make sure the key for k8s environment changes with requirements in CI (#28317)
    omit a37609eb76 Proper Python Host output from composite tasks in CI (#28254)
    omit c5cf372e46 Improve caching for pre-commits in CI (#28240)
    omit b72a2d70e0 Force higher parallelism for waiting for images in CI (#28209)
    omit 14d5322478 Don't check rosetta on i386 (#28169)
    omit 5e0f948da5 Summarize all warnings from all builds (#28151)
    omit bdb09999fb Check if ghcr.io is reachable before network-bound breeze operations (#28137)
    omit d741b9c868 Fix UnboundLocalError in breeze (#28126)
    omit daa4beda95 better warning messages when running breeze in rosetta (#27874)
    omit aa25d2e56f Make breeze SVG output more stable (#27960)
    omit 9036590f8a Make updating breeze deps via breeze easier. (#27958)
    omit 1fcfa20dd6 Strip provider test details for mssql tests in CI (#27938)
    omit 8d4f085cf5 Only get changelog for core commits (#27900)
    omit ba3d41672b Add Changelog for 2.5.1
    omit cea7544f00 Show mapped task groups in graph (#28392)
    omit 618078e5cc Update Airflow version to 2.5.1
     add d3aeea6334 Show mapped task groups in graph (#28392)
     add 825fdf35fd Only get changelog for core commits (#27900)
     add ab37ae5686 Strip provider test details for mssql tests in CI (#27938)
     add bf41ca4373 Make updating breeze deps via breeze easier. (#27958)
     add 007414a8f6 Make breeze SVG output more stable (#27960)
     add 8ad86bff98 better warning messages when running breeze in rosetta (#27874)
     add 4f0ae0df62 Fix UnboundLocalError in breeze (#28126)
     add 268fe7c03f Check if ghcr.io is reachable before network-bound breeze operations (#28137)
     add 1fa8f439b4 Summarize all warnings from all builds (#28151)
     add 39094095c6 Don't check rosetta on i386 (#28169)
     add 2fed1585e8 Force higher parallelism for waiting for images in CI (#28209)
     add 56d76517a7 Improve caching for pre-commits in CI (#28240)
     add 9081910301 Proper Python Host output from composite tasks in CI (#28254)
     add 8073efc057 Make sure the key for k8s environment changes with requirements in CI (#28317)
     add 86eb97cd38 Selective checks for API did not match API test specification (#28319)
     add 5607ba9d41 Remove postgres from K8S venv (#28323)
     add 2c7ef41a93 Fix output of error in K8s venv installation (#28322)
     add 71d3060ded Fix output buffering for `breeze testing test` (#28433)
     add 6782826841 Fix selective checks handling error tracebacks in CI (#28514)
     add c3461974a2 Fix redirection for selective chekcs for all workflows (#28518)
     add 8b61490850 Add VERBOSE equal to false for all just changed selective checks (#28519)
     add 0a75d84478 Re-enable `pymsql` on ARM as it now builds cleanly (#28530)
     add 35081584cb Wait for asset compilation to finish before starting airflow in Breeze (#28575)
     add 7eac00dfda Output of the "dev" asset compilation for breeze available in file (#28579)
     add b01b3e254c Allow to specify `pip` version via github URL in Docker/CI workflow (#28697)
     add daef4685cd Add Changelog for 2.5.1
     add 1ab8b90e71 Update Airflow version to 2.5.1

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   (8e83745183)
            \
             N -- N -- N   refs/heads/v2-5-test (1ab8b90e71)

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: