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

kaxilnaik pushed a change to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 15ae741f235 Fix issue with setproctitle on macos (#49451)
     new 326c65cd82d Reset error state after successfully adding a connection 
(#49364)
     new 23505f24614 Remove common.messaging from chicken-egg-providers (#49369)
     new abb46b347f8 Update warning message to note in simple auth manager doc 
(#49367)
     new 6b335f386bb Floor version suffix when referring to other airflow 
pre-releases (#49373)
     new 25c5d62baa7 Set rc0 as suffix used for chicken-egg-providers (#49387)
     new dad2192f9dc Fix dockerfile generation for PMC installation check 
(#49435)
     new db565d28367 Use EmailOperator from smtp provider (#49386)
     new ead8990c2ef Fix broken link for CeleryKubernetesExecutor upgrade 
(#49391)
     new 6bf14444bf2 Use Label class from task sdk (#49385)
     new 16cc912a229 Fix the taskflow context example in docs (#49399)
     new d8219acfb06 Rewrite custom view plugin docs (#49408)
     new fad509d822a Fix doc alignment in group-extras section (#49425)
     new 10113f00c13 docs: remove paragraph related to Bazel in quickstart 
(#49430)
     new fa72d055b80 Add note in FAB migration doc (#49423)
     new 35e46224b23 docs: grammar fixes (#49432)
     new b71c0f57930 Edit airflow 3 migration guide (#49414)
     new 40cb51d1350 Use sync calls for list backfills (#49454)

The 17 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:
 .github/workflows/release_dockerhub_image.yml      | 12 +---
 PROVIDERS.rst                                      |  4 +-
 .../cluster-policies.rst                           |  2 +-
 .../docs/administration-and-deployment/index.rst   |  2 +-
 .../advanced-logging-configuration.rst             |  2 +-
 .../modules_management.rst                         |  2 +-
 .../docs/administration-and-deployment/plugins.rst |  4 +-
 .../production-deployment.rst                      |  2 +-
 .../docs/authoring-and-scheduling/connections.rst  |  2 +-
 .../docs/authoring-and-scheduling/index.rst        |  2 +-
 airflow-core/docs/best-practices.rst               |  4 +-
 airflow-core/docs/configurations-ref.rst           |  2 +-
 .../core-concepts/auth-manager/simple/index.rst    |  2 +-
 airflow-core/docs/core-concepts/backfill.rst       |  2 +-
 airflow-core/docs/core-concepts/dags.rst           |  6 +-
 airflow-core/docs/core-concepts/operators.rst      |  2 +-
 airflow-core/docs/core-concepts/overview.rst       |  2 +-
 airflow-core/docs/core-concepts/taskflow.rst       |  2 +-
 airflow-core/docs/extra-packages-ref.rst           | 20 +++---
 airflow-core/docs/howto/custom-view-plugin.rst     | 72 +++++++++-------------
 airflow-core/docs/howto/email-config.rst           |  2 +-
 airflow-core/docs/howto/export-more-env-vars.rst   |  2 +-
 airflow-core/docs/howto/listener-plugin.rst        |  6 +-
 airflow-core/docs/howto/set-config.rst             |  2 +-
 airflow-core/docs/howto/usage-cli.rst              |  2 +-
 airflow-core/docs/installation/dependencies.rst    |  4 +-
 airflow-core/docs/installation/index.rst           | 50 +++++++--------
 .../docs/installation/installing-from-pypi.rst     | 40 ++++++------
 .../docs/installation/installing-from-sources.rst  | 12 ++--
 airflow-core/docs/installation/prerequisites.rst   | 11 ++--
 .../docs/installation/supported-versions.rst       | 10 +--
 .../docs/installation/upgrading_to_airflow3.rst    | 69 ++++++++++-----------
 airflow-core/docs/start.rst                        | 13 ++--
 airflow-core/docs/templates-ref.rst                |  2 +-
 .../core_api/routes/public/backfills.py            | 11 ++--
 .../src/airflow/config_templates/config.yml        |  3 +-
 .../airflow/example_dags/example_branch_labels.py  |  3 +-
 .../example_dags/example_branch_operator.py        |  3 +-
 .../example_branch_operator_decorator.py           |  3 +-
 .../src/airflow/ui/src/queries/useAddConnection.ts |  2 +
 .../unit/serialization/test_dag_serialization.py   |  2 +-
 airflow-core/tests/unit/utils/test_dag_cycle.py    |  2 +-
 airflow-core/tests/unit/utils/test_edgemodifier.py |  2 +-
 airflow-core/tests/unit/utils/test_task_group.py   |  3 +-
 .../commands/release_management_commands.py        |  6 +-
 dev/breeze/src/airflow_breeze/utils/packages.py    | 10 +--
 dev/check_files.py                                 |  9 +--
 .../src/docs/shared/template-examples/taskflow.rst |  2 +-
 docs/spelling_wordlist.txt                         |  2 +
 providers/fab/docs/upgrading.rst                   |  4 ++
 50 files changed, 207 insertions(+), 233 deletions(-)

Reply via email to