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

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


    omit 9765fde834 Update Release Note
    omit dcf70d8c91 Update version to 2.4.2
    omit 2d92daa818 Make tracebacks opt-in (#27059)
    omit 185c6ac3ad Fix migration issue in upgrade using `type_` instead of 
`server_default` (#27009)
    omit b8e4fa40c8 Add missing AUTOINC/SERIAL for FAB tables (#26885)
    omit 6479853fb0 Update message with new breeze subcommand (#26817)
    omit 9691512810 Update Airflow release docs (#26727)
    omit c4dc56878f Make build-images workflow name dynamic (#26690)
    omit ae511653d0 Skip sdist providers installation for non-canary builds 
(#26671)
    omit be935af91e Remove asset compilation for CI image builds (#26665)
    omit 0d95df0bb2 Do not restart breeze containers after restart (#26647)
    omit e271d16080 Fix problem with building providers where constraints are 
conflicting (#26420)
    omit 79e017f558 Manual triggering of author sync workflow (#26414)
    omit 6d2b39470f Credentials are needed in order to push branch (#26413)
    omit a4e2037f24 Attempt to create k8s venv without constraints if 
constraint build fails (#26407)
    omit d190ea7973 Fix params reference for default_constraints_branch (#26406)
    omit 7c7ce3c7bf Use the full path to the workflow being edited (#26386)
    omit 26d136cec9 Actually run the "quick image build" (#26351)
    omit 6cb03bf216 Fix static checks from sync_authors script (#26365)
    omit e574aa78f9 Create a workflow to sync the list of authors (#26275)
    omit 56ba1eb715 Update CI documentation, renaming runs to "Canary" (#26151)
    omit 5c073b52f6 Respect "common" options value in breeze sub-commands. 
(#26264)
     add 2c0611a85d Update Airflow release docs (#26727)
     add 9ca7d2ed77 Add missing AUTOINC/SERIAL for FAB tables (#26885)
     add 94a1ad4d34 Fix migration issue in upgrade using `type_` instead of 
`server_default` (#27009)
     add d885fceb41 Make tracebacks opt-in (#27059)
     add 135f40949a Update version to 2.4.2
     add 4ed13a5858 Update Release Note

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   (9765fde834)
            \
             N -- N -- N   refs/heads/v2-4-test (4ed13a5858)

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:
 .github/workflows/build-images.yml                 |   6 +-
 .github/workflows/ci.yml                           |  72 ++---
 .github/workflows/sync_authors.yml                 |  65 -----
 .pre-commit-config.yaml                            |   1 -
 CI.rst                                             | 308 +++++++++++++--------
 CI_DIAGRAMS.md                                     |   8 +-
 .../src/airflow_breeze/commands/ci_commands.py     |   4 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   6 +
 .../src/airflow_breeze/utils/common_options.py     |  30 +-
 .../airflow_breeze/utils/docker_command_utils.py   |   3 +-
 .../src/airflow_breeze/utils/kubernetes_utils.py   |  60 ++--
 dev/breeze/src/airflow_breeze/utils/reinstall.py   |   4 +-
 dev/breeze/tests/test_pr_info.py                   |  16 +-
 scripts/ci/docker-compose/_docker.env              |   1 +
 scripts/ci/docker-compose/backend-mssql.yml        |   2 +-
 scripts/ci/docker-compose/backend-mysql.yml        |   2 +-
 scripts/ci/docker-compose/backend-postgres.yml     |   2 +-
 scripts/ci/docker-compose/base.yml                 |   1 +
 scripts/ci/docker-compose/devcontainer.env         |   1 +
 .../ci/docker-compose/integration-cassandra.yml    |   2 +-
 scripts/ci/docker-compose/integration-kerberos.yml |   2 +-
 scripts/ci/docker-compose/integration-mongo.yml    |   2 +-
 scripts/ci/docker-compose/integration-openldap.yml |   2 +-
 scripts/ci/docker-compose/integration-pinot.yml    |   2 +-
 scripts/ci/docker-compose/integration-rabbitmq.yml |   2 +-
 scripts/ci/docker-compose/integration-redis.yml    |   2 +-
 scripts/ci/docker-compose/integration-trino.yml    |   2 +-
 scripts/ci/libraries/_all_libs.sh                  |   2 +
 scripts/ci/libraries/_initialization.sh            |  14 +-
 scripts/ci/libraries/_md5sum.sh                    | 154 +++++++++++
 scripts/ci/runners/sync_authors.py                 |  73 -----
 scripts/in_container/_in_container_utils.sh        |  18 --
 32 files changed, 454 insertions(+), 415 deletions(-)
 delete mode 100644 .github/workflows/sync_authors.yml
 create mode 100644 scripts/ci/libraries/_md5sum.sh
 delete mode 100644 scripts/ci/runners/sync_authors.py

Reply via email to