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

potiuk pushed a change to branch build-common-io-from-sources
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 46f304df67 Add feature to build "chicken-egg" packages from sources
    omit c28ba46e13 Exclude common-io provider
    omit 26990e2ed6 Update RELEASE_NOTES.rst
    omit 4fad6e5862 Update version to 2.8.0
    omit 9a4857bd87 Update default branches for 2-8
     add 99b68e2db2 Add OpenLineage support to GcsOperators - Delete, Transform 
and TimeSpanTransform (#35838)
     add c41088b922 Revert "Revert "Add v2-8 branches to codecov.yml and 
.asf.yaml (#35750)" (#35883)" (#35886)
     add f3ddefccf6 Simplify helm lint pre-commit by using common pre-commit 
code (#35880)
     add 5d74ffb320 Fix gcs listing - ensure blobs are loaded (#34919)
     new 6f274666a7 Add feature to build "chicken-egg" packages from sources

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   (46f304df67)
            \
             N -- N -- N   refs/heads/build-common-io-from-sources (6f274666a7)

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 1 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:
 .asf.yaml                                          |   3 +
 README.md                                          |  18 +--
 RELEASE_NOTES.rst                                  | 172 +--------------------
 airflow/__init__.py                                |   2 +-
 airflow/api_connexion/openapi/v1.yaml              |   2 +-
 airflow/providers/google/cloud/hooks/gcs.py        |   2 +
 airflow/providers/google/cloud/operators/gcs.py    |  95 ++++++++++--
 codecov.yml                                        |   2 +
 dev/breeze/src/airflow_breeze/branch_defaults.py   |   4 +-
 .../logging-monitoring/logging-tasks.rst           |   2 +-
 .../installation/supported-versions.rst            |   2 +-
 docs/docker-stack/README.md                        |  10 +-
 .../customizing/own-requirements.sh                |   2 +-
 .../extending/add-airflow-configuration/Dockerfile |   2 +-
 .../extending/add-apt-packages/Dockerfile          |   2 +-
 .../add-build-essential-extend/Dockerfile          |   2 +-
 .../extending/add-providers/Dockerfile             |   2 +-
 .../extending/add-pypi-packages/Dockerfile         |   2 +-
 .../extending/add-requirement-packages/Dockerfile  |   2 +-
 .../extending/custom-providers/Dockerfile          |   2 +-
 .../extending/embedding-dags/Dockerfile            |   2 +-
 .../extending/writable-directory/Dockerfile        |   2 +-
 docs/docker-stack/entrypoint.rst                   |  18 +--
 generated/PYPI_README.md                           |  16 +-
 images/breeze/output_ci-image_build.txt            |   2 +-
 images/breeze/output_prod-image_build.txt          |   2 +-
 ...elease-management_install-provider-packages.txt |   2 +-
 ...release-management_verify-provider-packages.txt |   2 +-
 images/breeze/output_shell.txt                     |   2 +-
 images/breeze/output_start-airflow.txt             |   2 +-
 newsfragments/35460.significant.rst                |  10 ++
 scripts/ci/pre_commit/pre_commit_helm_lint.py      |  35 +++--
 .../ci/pre_commit/pre_commit_supported_versions.py |   2 +-
 tests/providers/google/cloud/operators/test_gcs.py | 160 +++++++++++++++++++
 34 files changed, 335 insertions(+), 252 deletions(-)
 create mode 100644 newsfragments/35460.significant.rst

Reply via email to