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

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


 discard 91763bdd72 Fix core static checks
 discard 1097e39967 Fix test_serialize_test_dag_detail_schema
 discard 45ae06c313 Fix test_target_time_aware
 discard 097b0ba5c9 Fix accidently broken test
 discard bfda637610 Dag enpoint tests change serialize timezone behaiviour
 discard 1f5b45c50a Fix test_backfill. Now default representation without T 
letter
 discard a563b8aab8 Fix static checks in deprecated pod_launcher
 discard 6413af7349 Fix old timezone parsing code
 discard 840d301b3c Add support of Pendulum 3
     add 43acc4ffbd Use common method of import GPG keys (#36244)
     add 34d5001587 Remove common.io from chicken-egg providers. (#36284)
     add 663dfd0070 Move removal of chicken-egg providers to before releasing 
image (#36286)
     add 33a2fbef9f Remove additional generation of dependencies when building 
CI images (#36283)
     add 3297806495 Fix using extras when `--use-airflow-version` is used in 
Breeze (#36280)
     add a7ab64e29b Use `batch_is_authorized_dag` to check if user has 
permission to read DAGs (#36279)
     add 35117aa9e9 Add steps to update constraints and adjust version for 
chicken-egg (#36288)
     add 98f0ad9083 feat: Add Infrabel to INTHEWILD.md (#36292)
     add b5cd96a27f Updating version of airflow pre-commit should happen when 
version change (#36293)
     add 5ab43d5541 Move KubernetesPodTrigger hook to a cached property (#36290)
     add 954bb60e87 Straighten typing in workday timetable (#36296)
     add 0858a884eb Fix typo "robot.txt" to "robots.txt" (#36301)
     add 5681d12af9 Add support of Pendulum 3

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   (91763bdd72)
            \
             N -- N -- N   refs/heads/pendulum-3 (5681d12af9)

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/actions/build-ci-images/action.yml         |   4 +-
 .pre-commit-config.yaml                            |   2 +-
 Dockerfile                                         | 117 +++++++++++----------
 Dockerfile.ci                                      | 113 ++++++++++----------
 INTHEWILD.md                                       |   1 +
 .../api_connexion/endpoints/dag_source_endpoint.py |  19 +++-
 airflow/example_dags/plugins/workday.py            |  30 +++---
 airflow/providers/cncf/kubernetes/triggers/pod.py  |  28 ++---
 .../google/cloud/triggers/kubernetes_engine.py     |   4 +-
 dev/README_RELEASE_AIRFLOW.md                      |  46 +++++++-
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 .../src/airflow_breeze/params/shell_params.py      |   7 ++
 .../airflow_breeze/utils/docker_command_utils.py   |  14 ---
 docs/apache-airflow/security/webserver.rst         |   2 +-
 docs/docker-stack/build-arg-ref.rst                |   1 +
 images/breeze/output_prod-image_build.svg          |   2 +-
 images/breeze/output_prod-image_build.txt          |   2 +-
 .../pre_commit_update_providers_dependencies.py    |   8 +-
 scripts/docker/common.sh                           |  30 ++++++
 scripts/docker/install_mssql.sh                    |  27 +++--
 scripts/docker/install_mysql.sh                    |  44 ++------
 scripts/docker/install_postgres.sh                 |  15 +--
 .../in_container/install_airflow_and_providers.py  |   2 +-
 tests/plugins/workday.py                           |  91 ++--------------
 .../providers/cncf/kubernetes/triggers/test_pod.py |  44 ++++----
 .../cloud/triggers/test_kubernetes_engine.py       |  32 +++---
 26 files changed, 331 insertions(+), 356 deletions(-)

Reply via email to