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

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


    omit 58b2f3a2e0 Update version to 2.3.2 and add release notes
     add 5f466edf6a Update dep for databricks #23917 (#23927)
     add 7b869b6528 Fix cassandra to 3.0.25 (#23522)
     add 86cfcb14e7 Temporarily pin xmltodict to 0.12.0 to fix main failure 
(#23577)
     add 404a3c3cf4 Self upgrade when refreshing images (#23686)
     add c3a2ec7335 Doc: Add column names for DB Migration Reference (#23853)
     add 61f5952503 Add better feedback to Breeze users about expected action 
timing (#23827)
     add 368962ecf6 Upgrade `pip` to 22.1.1 version (just released) (#23854)
     add c16fedabe2 update K8S-KIND to 0.14.0 (#23859)
     add e0c6fdd9a1 Speed up Breeze experience on Mac OS (#23866)
     add ce1681cabc Few fixes in the providers release doc (#23382)
     add 99d62a7f70 Avoid printing exception when exiting tests command (#23897)
     add 7be9bf5e90 Make CI and PROD image builds consistent (#23841)
     add 16fc9d99d2 Clarify manual merging of PR in release doc (#23928)
     add 83b0fbdcd7 Fix broken main (#23940)
     add 74a424490a Disable rebase workflow (#23943)
     add 537272965f Update version to 2.3.2 and 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   (58b2f3a2e0)
            \
             N -- N -- N   refs/heads/v2-3-test (537272965f)

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:
 .asf.yaml                                          |   2 +-
 .github/workflows/ci.yml                           |   6 +-
 BREEZE.rst                                         |   8 +
 Dockerfile                                         |   4 +-
 Dockerfile.ci                                      |   4 +-
 IMAGES.rst                                         |   2 +-
 RELEASE_NOTES.rst                                  |   5 +
 breeze-complete                                    |   2 +-
 dev/README_RELEASE_AIRFLOW.md                      |   7 +-
 dev/README_RELEASE_PROVIDER_PACKAGES.md            |  17 +-
 dev/TRACKING_BACKTRACKING_ISSUES.md                |   2 +-
 .../airflow_breeze/commands/ci_image_commands.py   |  19 +-
 .../airflow_breeze/commands/developer_commands.py  |   2 +-
 .../airflow_breeze/commands/testing_commands.py    |   8 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   4 +-
 .../src/airflow_breeze/params/shell_params.py      |  28 +-
 .../airflow_breeze/utils/docker_command_utils.py   |  12 +
 dev/breeze/src/airflow_breeze/utils/path_utils.py  |  10 +-
 dev/breeze/src/airflow_breeze/utils/reinstall.py   |   9 +-
 dev/refresh_images.sh                              |   2 +
 docs/apache-airflow/migrations-ref.rst             | 486 +++++++++++----------
 docs/docker-stack/build-arg-ref.rst                |   2 +-
 .../docker-compose/backend-mssql-docker-volume.yml |   2 +
 scripts/ci/docker-compose/backend-mysql.yml        |   2 +
 scripts/ci/docker-compose/backend-postgres.yml     |   2 +
 scripts/ci/docker-compose/backend-sqlite.yml       |   2 +
 scripts/ci/docker-compose/base.yml                 |   5 -
 .../ci/docker-compose/integration-cassandra.yml    |   3 +-
 scripts/ci/docker-compose/local.yml                |   3 +
 scripts/ci/libraries/_initialization.sh            |   5 +-
 scripts/ci/pre_commit/pre_commit_flake8.py         |   7 +-
 scripts/ci/pre_commit/pre_commit_mypy.py           |   7 +-
 scripts/docker/common.sh                           |   2 +-
 scripts/in_container/_in_container_script_init.sh  |  18 +-
 scripts/in_container/_in_container_utils.sh        |  12 +
 scripts/in_container/run_migration_reference.py    |   6 +
 setup.py                                           |   9 +-
 37 files changed, 405 insertions(+), 321 deletions(-)

Reply via email to