You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/01/11 22:10:57 UTC

[airflow] branch master updated (84ce236 -> ad2a030)

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

potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 84ce236  Support Python 3.6 in generate-integrations-json.py (#13610)
     add ad2a030  Introduces separate runtime provider schema (#13488)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |   6 +-
 MANIFEST.in                                        |   2 +-
 TESTING.rst                                        |   2 +-
 .../provider-2.0.0.yaml.schema.json                |   2 +-
 airflow/provider.yaml.schema.json                  |  12 +-
 airflow/provider_info.schema.json                  |  38 +++++++
 airflow/providers_manager.py                       |  17 +--
 dev/provider_packages/prepare_provider_packages.py | 126 ++++++++++++++-------
 dev/templates/announce_email.j2                    |   2 +-
 docs/apache-airflow-providers/index.rst            |   9 +-
 scripts/ci/libraries/_build_images.sh              |   2 +-
 .../in_container/run_prepare_provider_packages.sh  |   7 +-
 setup.cfg                                          |   2 +-
 13 files changed, 155 insertions(+), 72 deletions(-)
 create mode 100644 airflow/provider_info.schema.json