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 b668e2d84d Add release notes
    omit 69139a3225 Update version to 2.4.3
    omit aae63705e9 Fix double logging with some task logging handler (#27591)
    omit 3ad613e535 Replace `unittests` test cases by pure `pytest` [Wave-1] 
(#26831)
    omit 5b3e0dea5e Add dynamic attr check for ast.unparse method in pre-commit 
(#27280)
    omit f3668a2cef Update Node.js in Github Actions to Node 16 (#27192)
    omit 99d3f6622c Upgrade `pip' to 22.3 (#27203)
    omit 97aa78efdd Fix constraint upgrade (#27221)
    omit c29300947a Add better diagnostics on auto dependencies upgrade (#27215)
    omit 04d552dfb2 Fix error on running pre-commit without installing breeze 
(#26985)
    omit ba8b6ee367 Slightly faster up/downgrade tests (#26939)
     add 2c80aaa3ec Fix error on running pre-commit without installing breeze 
(#26985)
     add 94a16e82fc Add better diagnostics on auto dependencies upgrade (#27215)
     add 9727598b55 Fix constraint upgrade (#27221)
     add 8e28f7141d Upgrade `pip' to 22.3 (#27203)
     add 73a2d92a80 Update Node.js in Github Actions to Node 16 (#27192)
     add 30979cae0e Add dynamic attr check for ast.unparse method in pre-commit 
(#27280)
     add 4815734a1b Replace `unittests` test cases by pure `pytest` [Wave-1] 
(#26831)
     add 5ab2236448 Fix double logging with some task logging handler (#27591)
     add 7ba3936245 Update version to 2.4.3
     add a3d3765e9e Add 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   (b668e2d84d)
            \
             N -- N -- N   refs/heads/v2-4-test (a3d3765e9e)

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/ci.yml                                 | 16 ++++++++--------
 airflow/cli/cli_parser.py                                |  9 ---------
 airflow/cli/commands/db_command.py                       |  7 +------
 airflow/migrations/env.py                                |  7 -------
 .../versions/0074_2_0_0_resource_based_permissions.py    |  6 +++---
 .../0078_2_0_1_remove_can_read_permission_on_config_.py  |  6 +++---
 ...0084_2_1_0_resource_based_permissions_for_default_.py |  6 +++---
 airflow/utils/db.py                                      |  7 +++----
 docs/apache-airflow/img/airflow_erd.sha256               |  2 +-
 tests/cli/commands/test_db_command.py                    |  2 +-
 10 files changed, 23 insertions(+), 45 deletions(-)

Reply via email to