VYPR
Moderate severityNVD Advisory· Published Nov 22, 2022· Updated Apr 29, 2025

Apache Airflow Spark Provider RCE that bypass restrictions to read arbitrary files

CVE-2022-40954

Description

OS Command Injection in Apache Airflow Spark Provider allows arbitrary file read in task execution context; fixed in Spark Provider 4.0.0 and Airflow 2.3.0+.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

OS Command Injection in Apache Airflow Spark Provider allows arbitrary file read in task execution context; fixed in Spark Provider 4.0.0 and Airflow 2.3.0+.

Vulnerability

Overview CVE-2022-40954 is an OS Command Injection vulnerability in Apache Airflow's Spark Provider. The improper neutralization of special elements used in an OS command allows an attacker to read arbitrary files within the task execution context, without requiring write access to DAG files [1][3]. The root cause lies in how the Spark Provider handles user-supplied parameters, such as the spark binary path, which can be manipulated to inject arbitrary OS commands [2].

Exploitation

An attacker can exploit this vulnerability by crafting a malicious DAG or task that uses the Spark Provider with specially crafted parameters. The attack requires the ability to submit tasks, but does not need write access to DAG files, making it particularly dangerous in shared Airflow environments. The vulnerability affects Spark Provider versions prior to 4.0.0 and any Airflow version prior to 2.3.0 when the Spark Provider is installed [1][3].

Impact

Successful exploitation allows an attacker to read arbitrary files on the file system of the Airflow worker executing the task. This could lead to disclosure of sensitive information such as configuration files, secrets, or other data accessible within the task execution context [3].

Mitigation

The vulnerability is fixed in Spark Provider version 4.0.0, which requires Airflow 2.3.0 or later. Users should upgrade the Spark Provider to 4.0.0 and ensure Airflow is at least 2.3.0. For Airflow 2.3.0+ with an older Spark Provider, the provider must be manually upgraded [1][3]. Additionally, the fix restricted the allowed values for spark-binary to prevent command injection [2].

AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
apache-airflowPyPI
< 2.3.02.3.0

Affected products

4

Patches

3
1c98f573a29d

Prepare release for 2025-11-27 wave of providers (#58697)

https://github.com/apache/airflowJens SchefflerNov 27, 2025via osv
300 files changed · +1686 753
  • providers/airbyte/docs/changelog.rst+21 0 modified
    @@ -27,6 +27,27 @@ Changelog
     ---------
     
     
    +5.3.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Bug Fixes
    +~~~~~~~~~
    +
    +* ``Make Airbyte connection fields properly labeled in Airflow 3 (#58342)``
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     5.2.5
     .....
     
    
  • providers/airbyte/docs/index.rst+5 5 modified
    @@ -76,7 +76,7 @@ apache-airflow-providers-airbyte package
     `Airbyte <https://airbyte.com/>`__
     
     
    -Release: 5.2.5
    +Release: 5.3.0
     
     Provider package
     ----------------
    @@ -94,12 +94,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``airbyte-api``                             ``>=0.52.0``
     ``requests``                                ``>=2.32.0``
    @@ -130,5 +130,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-airbyte 5.2.5 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.2.5.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.2.5.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.2.5.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-airbyte 5.2.5 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.2.5-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.2.5-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.2.5-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-airbyte 5.3.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-airbyte 5.3.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.0-py3-none-any.whl.sha512>`__)
    
  • providers/airbyte/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
       `Airbyte <https://airbyte.com/>`__
     
     state: ready
    -source-date-epoch: 1763067783
    +source-date-epoch: 1764109402
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 5.3.0
       - 5.2.5
       - 5.2.4
       - 5.2.3
    
  • providers/airbyte/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-airbyte"
    -version = "5.2.5"
    +version = "5.3.0"
     description = "Provider package apache-airflow-providers-airbyte for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "airbyte-api>=0.52.0",
         "requests>=2.32.0",
    @@ -99,8 +99,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.5"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.5/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.3.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.3.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/airbyte/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-airbyte``
     
    -Release: ``5.2.5``
    +Release: ``5.3.0``
     
     
     `Airbyte <https://airbyte.com/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``airbyte`` provider. All classes for this provid
     are in ``airflow.providers.airbyte`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.5/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.3.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``airbyte-api``                             ``>=0.52.0``
     ``requests``                                ``>=2.32.0``
    @@ -79,4 +79,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.5/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.3.0/changelog.html>`_.
    
  • providers/airbyte/src/airflow/providers/airbyte/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "5.2.5"
    +__version__ = "5.3.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/alibaba/docs/changelog.rst+16 0 modified
    @@ -26,6 +26,22 @@
     Changelog
     ---------
     
    +3.3.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     3.2.5
     .....
     
    
  • providers/alibaba/docs/index.rst+5 5 modified
    @@ -77,7 +77,7 @@ apache-airflow-providers-alibaba package
     Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).
     
     
    -Release: 3.2.5
    +Release: 3.3.0
     
     Provider package
     ----------------
    @@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``oss2``                                    ``>=2.14.0``
     ``alibabacloud_adb20211201``                ``>=1.0.0``
    @@ -133,5 +133,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-alibaba 3.2.5 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.2.5.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.2.5.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.2.5.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-alibaba 3.2.5 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.2.5-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.2.5-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.2.5-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-alibaba 3.3.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-alibaba 3.3.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.0-py3-none-any.whl.sha512>`__)
    
  • providers/alibaba/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).
     
     state: ready
    -source-date-epoch: 1763067867
    +source-date-epoch: 1764109410
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 3.3.0
       - 3.2.5
       - 3.2.4
       - 3.2.3
    
  • providers/alibaba/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-alibaba"
    -version = "3.2.5"
    +version = "3.3.0"
     description = "Provider package apache-airflow-providers-alibaba for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "oss2>=2.14.0",
         "alibabacloud_adb20211201>=1.0.0",
    @@ -101,8 +101,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.2.5"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.2.5/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/alibaba/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-alibaba``
     
    -Release: ``3.2.5``
    +Release: ``3.3.0``
     
     
     Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).
    @@ -36,7 +36,7 @@ This is a provider package for ``alibaba`` provider. All classes for this provid
     are in ``airflow.providers.alibaba`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.2.5/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``oss2``                                    ``>=2.14.0``
     ``alibabacloud_adb20211201``                ``>=1.0.0``
    @@ -81,4 +81,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.2.5/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.0/changelog.html>`_.
    
  • providers/alibaba/src/airflow/providers/alibaba/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "3.2.5"
    +__version__ = "3.3.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/amazon/docs/changelog.rst+23 0 modified
    @@ -26,6 +26,29 @@
     Changelog
     ---------
     
    +9.18.0
    +......
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Move out some exceptions to TaskSDK (#54505)``
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +* ``Remove the limitation for sagemaker for Python 3.13 (#58388)``
    +* ``Remove SDK reference for NOTSET in Airflow Core (#58258)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +   * ``Check for cluster stability just before the transfer (#58690)``
    +   * ``Increase wait for redshift clusters (#58645)``
    +   * ``Remove global from lineage.hook (#58285)``
    +   * ``Increase waiter delay for ecs run tasks in system tests (#58338)``
    +
     9.17.0
     ......
     
    
  • providers/amazon/docs/index.rst+11 10 modified
    @@ -87,7 +87,7 @@ apache-airflow-providers-amazon package
     Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
     
     
    -Release: 9.17.0
    +Release: 9.18.0
     
     Provider package
     ----------------
    @@ -105,12 +105,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
    -==========================================  ============================================
    +==========================================  ======================================
     PIP package                                 Version required
    -==========================================  ============================================
    -``apache-airflow``                          ``>=2.10.0``
    +==========================================  ======================================
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-common-sql``     ``>=1.27.0``
     ``apache-airflow-providers-http``
    @@ -123,10 +123,11 @@ PIP package                                 Version required
     ``asgiref``                                 ``>=2.3.0``
     ``PyAthena``                                ``>=3.10.0``
     ``jmespath``                                ``>=0.7.0``
    -``sagemaker-studio``                        ``>=1.0.9; python_version < "3.13"``
    -``sagemaker-studio``                        ``>=1.0.9,<1.1.0; python_version >= "3.13"``
    +``sagemaker-studio``                        ``>=1.0.9``
    +``pydynamodb``                              ``>=0.7.5; python_version >= "3.13"``
    +``sqlean.py``                               ``>=3.47.0; python_version >= "3.13"``
     ``marshmallow``                             ``>=3``
    -==========================================  ============================================
    +==========================================  ======================================
     
     Cross provider package dependencies
     -----------------------------------
    @@ -167,5 +168,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-amazon 9.17.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.17.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.17.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.17.0.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-amazon 9.17.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.17.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.17.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.17.0-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-amazon 9.18.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.18.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.18.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.18.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-amazon 9.18.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.18.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.18.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.18.0-py3-none-any.whl.sha512>`__)
    
  • providers/amazon/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
       Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
     
     state: ready
    -source-date-epoch: 1763068180
    +source-date-epoch: 1764109431
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 9.18.0
       - 9.17.0
       - 9.16.0
       - 9.15.0
    
  • providers/amazon/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-amazon"
    -version = "9.17.0"
    +version = "9.18.0"
     description = "Provider package apache-airflow-providers-amazon for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "apache-airflow-providers-common-sql>=1.27.0",
         "apache-airflow-providers-http",
    @@ -211,8 +211,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.17.0"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.17.0/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.18.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.18.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/amazon/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-amazon``
     
    -Release: ``9.17.0``
    +Release: ``9.18.0``
     
     
     Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
    @@ -36,7 +36,7 @@ This is a provider package for ``amazon`` provider. All classes for this provide
     are in ``airflow.providers.amazon`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.17.0/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.18.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ======================================
     PIP package                                 Version required
     ==========================================  ======================================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-common-sql``     ``>=1.27.0``
     ``apache-airflow-providers-http``
    @@ -131,4 +131,4 @@ Extra                 Dependencies
     ====================  ========================================================================================================================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.17.0/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.18.0/changelog.html>`_.
    
  • providers/amazon/src/airflow/providers/amazon/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "9.17.0"
    +__version__ = "9.18.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apache/beam/docs/changelog.rst+17 0 modified
    @@ -26,6 +26,23 @@
     Changelog
     ---------
     
    +6.2.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +   * ``Move Airflow Config Parser to shared library (#57744)``
    +
     6.1.7
     .....
     
    
  • providers/apache/beam/docs/index.rst+5 5 modified
    @@ -75,7 +75,7 @@ apache-airflow-providers-apache-beam package
     `Apache Beam <https://beam.apache.org/>`__.
     
     
    -Release: 6.1.7
    +Release: 6.2.0
     
     Provider package
     ----------------
    @@ -93,12 +93,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==================  ==================================================================
     PIP package         Version required
     ==================  ==================================================================
    -``apache-airflow``  ``>=2.10.0``
    +``apache-airflow``  ``>=2.11.0``
     ``apache-beam``     ``>=2.60.0; python_version < "3.13"``
     ``pyarrow``         ``>=16.1.0; python_version < "3.13"``
     ``numpy``           ``>=1.22.4; python_version < "3.11"``
    @@ -132,5 +132,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apache-beam 6.1.7 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.1.7.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.1.7.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.1.7.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apache-beam 6.1.7 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.1.7-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.1.7-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.1.7-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apache-beam 6.2.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.2.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.2.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.2.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apache-beam 6.2.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.2.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.2.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.2.0-py3-none-any.whl.sha512>`__)
    
  • providers/apache/beam/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Apache Beam <https://beam.apache.org/>`__.
     
     state: ready
    -source-date-epoch: 1763068212
    +source-date-epoch: 1764109442
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 6.2.0
       - 6.1.7
       - 6.1.6
       - 6.1.5
    
  • providers/apache/beam/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apache-beam"
    -version = "6.1.7"
    +version = "6.2.0"
     description = "Provider package apache-airflow-providers-apache-beam for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -57,7 +57,7 @@ requires-python = ">=3.10,!=3.13"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         'apache-beam>=2.60.0; python_version < "3.13"',
         "pyarrow>=16.1.0; python_version < '3.13'",
         "numpy>=1.22.4; python_version<'3.11'",
    @@ -111,8 +111,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.1.7"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.1.7/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.2.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.2.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apache/beam/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apache-beam``
     
    -Release: ``6.1.7``
    +Release: ``6.2.0``
     
     
     `Apache Beam <https://beam.apache.org/>`__.
    @@ -36,7 +36,7 @@ This is a provider package for ``apache.beam`` provider. All classes for this pr
     are in ``airflow.providers.apache.beam`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.1.7/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.2.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==================  ==================================================================
     PIP package         Version required
     ==================  ==================================================================
    -``apache-airflow``  ``>=2.10.0``
    +``apache-airflow``  ``>=2.11.0``
     ``apache-beam``     ``>=2.60.0; python_version < "3.13"``
     ``pyarrow``         ``>=16.1.0; python_version < "3.13"``
     ``numpy``           ``>=1.22.4; python_version < "3.11"``
    @@ -92,4 +92,4 @@ Extra              Dependencies
     =================  ===================================================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.1.7/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.2.0/changelog.html>`_.
    
  • providers/apache/beam/src/airflow/providers/apache/beam/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "6.1.7"
    +__version__ = "6.2.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apache/cassandra/docs/changelog.rst+16 0 modified
    @@ -26,6 +26,22 @@
     Changelog
     ---------
     
    +3.9.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     3.8.4
     .....
     
    
  • providers/apache/cassandra/docs/index.rst+5 5 modified
    @@ -76,7 +76,7 @@ apache-airflow-providers-apache-cassandra package
     `Apache Cassandra <https://cassandra.apache.org/>`__.
     
     
    -Release: 3.8.4
    +Release: 3.9.0
     
     Provider package
     ----------------
    @@ -94,12 +94,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ====================  ==================
     PIP package           Version required
     ====================  ==================
    -``apache-airflow``    ``>=2.10.0``
    +``apache-airflow``    ``>=2.11.0``
     ``cassandra-driver``  ``>=3.29.1``
     ====================  ==================
     
    @@ -128,5 +128,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apache-cassandra 3.8.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.8.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.8.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.8.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apache-cassandra 3.8.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.8.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.8.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.8.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apache-cassandra 3.9.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apache-cassandra 3.9.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.0-py3-none-any.whl.sha512>`__)
    
  • providers/apache/cassandra/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Apache Cassandra <https://cassandra.apache.org/>`__.
     
     state: ready
    -source-date-epoch: 1763068250
    +source-date-epoch: 1764109450
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 3.9.0
       - 3.8.4
       - 3.8.3
       - 3.8.2
    
  • providers/apache/cassandra/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apache-cassandra"
    -version = "3.8.4"
    +version = "3.9.0"
     description = "Provider package apache-airflow-providers-apache-cassandra for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "cassandra-driver>=3.29.1",
     ]
     
    @@ -104,8 +104,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.8.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.8.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.9.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.9.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apache/cassandra/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apache-cassandra``
     
    -Release: ``3.8.4``
    +Release: ``3.9.0``
     
     
     `Apache Cassandra <https://cassandra.apache.org/>`__.
    @@ -36,7 +36,7 @@ This is a provider package for ``apache.cassandra`` provider. All classes for th
     are in ``airflow.providers.apache.cassandra`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.8.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.9.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ====================  ==================
     PIP package           Version required
     ====================  ==================
    -``apache-airflow``    ``>=2.10.0``
    +``apache-airflow``    ``>=2.11.0``
     ``cassandra-driver``  ``>=3.29.1``
     ====================  ==================
     
    @@ -86,4 +86,4 @@ Extra              Dependencies
     =================  ==========================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.8.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.9.0/changelog.html>`_.
    
  • providers/apache/cassandra/src/airflow/providers/apache/cassandra/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "3.8.4"
    +__version__ = "3.9.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apache/drill/docs/changelog.rst+16 0 modified
    @@ -26,6 +26,22 @@
     Changelog
     ---------
     
    +3.2.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     3.1.4
     .....
     
    
  • providers/apache/drill/docs/index.rst+5 5 modified
    @@ -76,7 +76,7 @@ apache-airflow-providers-apache-drill package
     `Apache Drill <https://drill.apache.org/>`__.
     
     
    -Release: 3.1.4
    +Release: 3.2.0
     
     Provider package
     ----------------
    @@ -94,12 +94,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ===========================
     PIP package                                 Version required
     ==========================================  ===========================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-sql``     ``>=1.26.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``sqlalchemy-drill``                        ``>=1.1.0,!=1.1.6,!=1.1.7``
    @@ -130,5 +130,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apache-drill 3.1.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.1.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.1.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.1.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apache-drill 3.1.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.1.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.1.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.1.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apache-drill 3.2.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.2.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.2.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.2.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apache-drill 3.2.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.2.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.2.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.2.0-py3-none-any.whl.sha512>`__)
    
  • providers/apache/drill/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Apache Drill <https://drill.apache.org/>`__.
     
     state: ready
    -source-date-epoch: 1763068298
    +source-date-epoch: 1764109464
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 3.2.0
       - 3.1.4
       - 3.1.3
       - 3.1.2
    
  • providers/apache/drill/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apache-drill"
    -version = "3.1.4"
    +version = "3.2.0"
     description = "Provider package apache-airflow-providers-apache-drill for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-sql>=1.26.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         # Workaround until we get https://github.com/JohnOmernik/sqlalchemy-drill/issues/94 fixed.
    @@ -101,8 +101,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-drill/3.1.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-drill/3.1.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-drill/3.2.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-drill/3.2.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apache/drill/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apache-drill``
     
    -Release: ``3.1.4``
    +Release: ``3.2.0``
     
     
     `Apache Drill <https://drill.apache.org/>`__.
    @@ -36,7 +36,7 @@ This is a provider package for ``apache.drill`` provider. All classes for this p
     are in ``airflow.providers.apache.drill`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-drill/3.1.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-drill/3.2.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ===========================
     PIP package                                 Version required
     ==========================================  ===========================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-sql``     ``>=1.26.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``sqlalchemy-drill``                        ``>=1.1.0,!=1.1.6,!=1.1.7``
    @@ -79,4 +79,4 @@ Dependent package
     ============================================================================================================  ==============
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-drill/3.1.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-drill/3.2.0/changelog.html>`_.
    
  • providers/apache/drill/src/airflow/providers/apache/drill/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "3.1.4"
    +__version__ = "3.2.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apache/druid/docs/changelog.rst+16 0 modified
    @@ -27,6 +27,22 @@
     Changelog
     ---------
     
    +4.4.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     4.3.1
     .....
     
    
  • providers/apache/druid/docs/index.rst+5 5 modified
    @@ -76,7 +76,7 @@ apache-airflow-providers-apache-druid package
     `Apache Druid <https://druid.apache.org/>`__.
     
     
    -Release: 4.3.1
    +Release: 4.4.0
     
     Provider package
     ----------------
    @@ -94,12 +94,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-sql``     ``>=1.26.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``pydruid``                                 ``>=0.6.6``
    @@ -132,5 +132,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apache-druid 4.3.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.3.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.3.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.3.1.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apache-druid 4.3.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.3.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.3.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.3.1-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apache-druid 4.4.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.4.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.4.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.4.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apache-druid 4.4.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.4.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.4.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.4.0-py3-none-any.whl.sha512>`__)
    
  • providers/apache/druid/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
       `Apache Druid <https://druid.apache.org/>`__.
     
     state: ready
    -source-date-epoch: 1763068332
    +source-date-epoch: 1764109478
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 4.4.0
       - 4.3.1
       - 4.3.0
       - 4.2.1
    
  • providers/apache/druid/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apache-druid"
    -version = "4.3.1"
    +version = "4.4.0"
     description = "Provider package apache-airflow-providers-apache-druid for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-sql>=1.26.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "pydruid>=0.6.6",
    @@ -112,8 +112,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-druid/4.3.1"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-druid/4.3.1/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-druid/4.4.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-druid/4.4.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apache/druid/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apache-druid``
     
    -Release: ``4.3.1``
    +Release: ``4.4.0``
     
     
     `Apache Druid <https://druid.apache.org/>`__.
    @@ -36,7 +36,7 @@ This is a provider package for ``apache.druid`` provider. All classes for this p
     are in ``airflow.providers.apache.druid`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-druid/4.3.1/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-druid/4.4.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-sql``     ``>=1.26.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``pydruid``                                 ``>=0.6.6``
    @@ -91,4 +91,4 @@ Extra              Dependencies
     =================  ==========================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-druid/4.3.1/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-druid/4.4.0/changelog.html>`_.
    
  • providers/apache/druid/src/airflow/providers/apache/druid/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "4.3.1"
    +__version__ = "4.4.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apache/flink/docs/changelog.rst+16 0 modified
    @@ -26,6 +26,22 @@
     Changelog
     ---------
     
    +1.8.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     1.7.4
     .....
     
    
  • providers/apache/flink/docs/index.rst+5 5 modified
    @@ -68,7 +68,7 @@ apache-airflow-providers-apache-flink package
     `Apache Flink <https://flink.apache.org/>`__
     
     
    -Release: 1.7.4
    +Release: 1.8.0
     
     Provider package
     ----------------
    @@ -86,12 +86,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ============================================  ====================
     PIP package                                   Version required
     ============================================  ====================
    -``apache-airflow``                            ``>=2.10.0``
    +``apache-airflow``                            ``>=2.11.0``
     ``cryptography``                              ``>=41.0.0,<46.0.0``
     ``apache-airflow-providers-cncf-kubernetes``  ``>=5.1.0``
     ============================================  ====================
    @@ -122,5 +122,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apache-flink 1.7.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.7.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.7.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.7.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apache-flink 1.7.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.7.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.7.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.7.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apache-flink 1.8.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.8.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.8.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.8.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apache-flink 1.8.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.8.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.8.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.8.0-py3-none-any.whl.sha512>`__)
    
  • providers/apache/flink/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Apache Flink <https://flink.apache.org/>`__
     
     state: ready
    -source-date-epoch: 1763068371
    +source-date-epoch: 1764109485
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 1.8.0
       - 1.7.4
       - 1.7.3
       - 1.7.2
    
  • providers/apache/flink/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apache-flink"
    -version = "1.7.4"
    +version = "1.8.0"
     description = "Provider package apache-airflow-providers-apache-flink for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         # TODO(potiuk): We should bump cryptography to >=46.0.0 when sqlalchemy>=2.0 is required
         "cryptography>=41.0.0,<46.0.0",
         "apache-airflow-providers-cncf-kubernetes>=5.1.0",
    @@ -107,8 +107,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-flink/1.7.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-flink/1.7.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-flink/1.8.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-flink/1.8.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apache/flink/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apache-flink``
     
    -Release: ``1.7.4``
    +Release: ``1.8.0``
     
     
     `Apache Flink <https://flink.apache.org/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``apache.flink`` provider. All classes for this p
     are in ``airflow.providers.apache.flink`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-flink/1.7.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-flink/1.8.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ============================================  ====================
     PIP package                                   Version required
     ============================================  ====================
    -``apache-airflow``                            ``>=2.10.0``
    +``apache-airflow``                            ``>=2.11.0``
     ``cryptography``                              ``>=41.0.0,<46.0.0``
     ``apache-airflow-providers-cncf-kubernetes``  ``>=5.1.0``
     ============================================  ====================
    @@ -88,4 +88,4 @@ Extra              Dependencies
     =================  ==========================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-flink/1.7.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-flink/1.8.0/changelog.html>`_.
    
  • providers/apache/flink/src/airflow/providers/apache/flink/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "1.7.4"
    +__version__ = "1.8.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apache/hdfs/docs/changelog.rst+15 0 modified
    @@ -27,6 +27,21 @@
     Changelog
     ---------
     
    +4.11.0
    +......
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +
     4.10.5
     ......
     
    
  • providers/apache/hdfs/docs/index.rst+5 5 modified
    @@ -65,7 +65,7 @@ apache-airflow-providers-apache-hdfs package
     and `WebHDFS <https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__.
     
     
    -Release: 4.10.5
    +Release: 4.11.0
     
     Provider package
     ----------------
    @@ -83,12 +83,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     =================================  =====================================
     PIP package                        Version required
     =================================  =====================================
    -``apache-airflow``                 ``>=2.10.0``
    +``apache-airflow``                 ``>=2.11.0``
     ``hdfs[avro,dataframe,kerberos]``  ``>=2.5.4; python_version < "3.12"``
     ``hdfs[avro,dataframe,kerberos]``  ``>=2.7.3; python_version >= "3.12"``
     ``pandas``                         ``>=2.1.2; python_version < "3.13"``
    @@ -120,5 +120,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apache-hdfs 4.10.5 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.10.5.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.10.5.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.10.5.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apache-hdfs 4.10.5 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.10.5-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.10.5-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.10.5-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apache-hdfs 4.11.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.11.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.11.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.11.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apache-hdfs 4.11.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.11.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.11.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hdfs-4.11.0-py3-none-any.whl.sha512>`__)
    
  • providers/apache/hdfs/provider.yaml+2 1 modified
    @@ -23,12 +23,13 @@ description: |
       and `WebHDFS <https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__.
     
     state: ready
    -source-date-epoch: 1763068384
    +source-date-epoch: 1764109494
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 4.11.0
       - 4.10.5
       - 4.10.4
       - 4.10.3
    
  • providers/apache/hdfs/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apache-hdfs"
    -version = "4.10.5"
    +version = "4.11.0"
     description = "Provider package apache-airflow-providers-apache-hdfs for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         'hdfs[avro,dataframe,kerberos]>=2.5.4;python_version<"3.12"',
         'hdfs[avro,dataframe,kerberos]>=2.7.3;python_version>="3.12"',
         'pandas>=2.1.2; python_version <"3.13"',
    @@ -107,8 +107,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.10.5"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.10.5/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.11.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.11.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apache/hdfs/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apache-hdfs``
     
    -Release: ``4.10.5``
    +Release: ``4.11.0``
     
     
     `Hadoop Distributed File System (HDFS) <https://hadoop.apache.org/docs/r1.2.1/hdfs_design.html>`__
    @@ -37,7 +37,7 @@ This is a provider package for ``apache.hdfs`` provider. All classes for this pr
     are in ``airflow.providers.apache.hdfs`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.10.5/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.11.0/>`_.
     
     Installation
     ------------
    @@ -54,7 +54,7 @@ Requirements
     =================================  =====================================
     PIP package                        Version required
     =================================  =====================================
    -``apache-airflow``                 ``>=2.10.0``
    +``apache-airflow``                 ``>=2.11.0``
     ``hdfs[avro,dataframe,kerberos]``  ``>=2.5.4; python_version < "3.12"``
     ``hdfs[avro,dataframe,kerberos]``  ``>=2.7.3; python_version >= "3.12"``
     ``pandas``                         ``>=2.1.2; python_version < "3.13"``
    @@ -90,4 +90,4 @@ Extra              Dependencies
     =================  ==========================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.10.5/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.11.0/changelog.html>`_.
    
  • providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "4.10.5"
    +__version__ = "4.11.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apache/hive/docs/changelog.rst+16 0 modified
    @@ -27,6 +27,22 @@
     Changelog
     ---------
     
    +9.2.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     9.1.4
     .....
     
    
  • providers/apache/hive/docs/index.rst+5 5 modified
    @@ -79,7 +79,7 @@ apache-airflow-providers-apache-hive package
     `Apache Hive <https://hive.apache.org/>`__
     
     
    -Release: 9.1.4
    +Release: 9.2.0
     
     Provider package
     ----------------
    @@ -97,12 +97,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  =====================================
     PIP package                                 Version required
     ==========================================  =====================================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-common-sql``     ``>=1.26.0``
     ``hmsclient``                               ``>=0.1.0``
    @@ -144,5 +144,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apache-hive 9.1.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.1.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.1.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.1.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apache-hive 9.1.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.1.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.1.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.1.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apache-hive 9.2.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apache-hive 9.2.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.0-py3-none-any.whl.sha512>`__)
    
  • providers/apache/hive/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
       `Apache Hive <https://hive.apache.org/>`__
     
     state: ready
    -source-date-epoch: 1763068409
    +source-date-epoch: 1764109503
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 9.2.0
       - 9.1.4
       - 9.1.3
       - 9.1.2
    
  • providers/apache/hive/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apache-hive"
    -version = "9.1.4"
    +version = "9.2.0"
     description = "Provider package apache-airflow-providers-apache-hive for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "apache-airflow-providers-common-sql>=1.26.0",
         "hmsclient>=0.1.0",
    @@ -141,8 +141,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.1.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.1.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apache/hive/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apache-hive``
     
    -Release: ``9.1.4``
    +Release: ``9.2.0``
     
     
     `Apache Hive <https://hive.apache.org/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``apache.hive`` provider. All classes for this pr
     are in ``airflow.providers.apache.hive`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.1.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  =====================================
     PIP package                                 Version required
     ==========================================  =====================================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-common-sql``     ``>=1.26.0``
     ``hmsclient``                               ``>=0.1.0``
    @@ -106,4 +106,4 @@ Extra                Dependencies
     ===================  =============================================================================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.1.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.0/changelog.html>`_.
    
  • providers/apache/hive/src/airflow/providers/apache/hive/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "9.1.4"
    +__version__ = "9.2.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apache/iceberg/docs/changelog.rst+16 0 modified
    @@ -26,6 +26,22 @@
     Changelog
     ---------
     
    +1.4.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     1.3.4
     .....
     
    
  • providers/apache/iceberg/docs/index.rst+5 5 modified
    @@ -73,7 +73,7 @@ apache-airflow-providers-apache-iceberg package
     `Iceberg <https://iceberg.apache.org/>`__
     
     
    -Release: 1.3.4
    +Release: 1.4.0
     
     Provider package
     ----------------
    @@ -91,12 +91,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==================  ==================
     PIP package         Version required
     ==================  ==================
    -``apache-airflow``  ``>=2.10.0``
    +``apache-airflow``  ``>=2.11.0``
     ==================  ==================
     
     Cross provider package dependencies
    @@ -124,5 +124,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apache-iceberg 1.3.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_iceberg-1.3.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_iceberg-1.3.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_iceberg-1.3.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apache-iceberg 1.3.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_iceberg-1.3.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_iceberg-1.3.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_iceberg-1.3.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apache-iceberg 1.4.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_iceberg-1.4.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_iceberg-1.4.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_iceberg-1.4.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apache-iceberg 1.4.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_iceberg-1.4.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_iceberg-1.4.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_iceberg-1.4.0-py3-none-any.whl.sha512>`__)
    
  • providers/apache/iceberg/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Iceberg <https://iceberg.apache.org/>`__
     
     state: ready
    -source-date-epoch: 1763068428
    +source-date-epoch: 1764109512
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 1.4.0
       - 1.3.4
       - 1.3.3
       - 1.3.2
    
  • providers/apache/iceberg/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apache-iceberg"
    -version = "1.3.4"
    +version = "1.4.0"
     description = "Provider package apache-airflow-providers-apache-iceberg for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
     ]
     
     # The optional dependencies should be modified in place in the generated file
    @@ -104,8 +104,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-iceberg/1.3.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-iceberg/1.3.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-iceberg/1.4.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-iceberg/1.4.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apache/iceberg/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apache-iceberg``
     
    -Release: ``1.3.4``
    +Release: ``1.4.0``
     
     
     `Iceberg <https://iceberg.apache.org/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``apache.iceberg`` provider. All classes for this
     are in ``airflow.providers.apache.iceberg`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-iceberg/1.3.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-iceberg/1.4.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==================  ==================
     PIP package         Version required
     ==================  ==================
    -``apache-airflow``  ``>=2.10.0``
    +``apache-airflow``  ``>=2.11.0``
     ==================  ==================
     
     Cross provider package dependencies
    @@ -85,4 +85,4 @@ Extra              Dependencies
     =================  ==========================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-iceberg/1.3.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-iceberg/1.4.0/changelog.html>`_.
    
  • providers/apache/iceberg/src/airflow/providers/apache/iceberg/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "1.3.4"
    +__version__ = "1.4.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apache/impala/docs/changelog.rst+15 0 modified
    @@ -26,6 +26,21 @@
     Changelog
     ---------
     
    +1.8.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +
     1.7.4
     .....
     
    
  • providers/apache/impala/docs/index.rst+5 5 modified
    @@ -84,7 +84,7 @@ apache-airflow-providers-apache-impala package
     `Apache Impala <https://impala.apache.org/>`__.
     
     
    -Release: 1.7.4
    +Release: 1.8.0
     
     Provider package
     ----------------
    @@ -102,14 +102,14 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     =======================================  ==================
     PIP package                              Version required
     =======================================  ==================
     ``impyla``                               ``>=0.22.0,<1.0``
     ``apache-airflow-providers-common-sql``  ``>=1.26.0``
    -``apache-airflow``                       ``>=2.10.0``
    +``apache-airflow``                       ``>=2.11.0``
     =======================================  ==================
     
     Cross provider package dependencies
    @@ -137,5 +137,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apache-impala 1.7.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.7.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.7.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.7.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apache-impala 1.7.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.7.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.7.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.7.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apache-impala 1.8.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.8.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.8.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.8.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apache-impala 1.8.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.8.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.8.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.8.0-py3-none-any.whl.sha512>`__)
    
  • providers/apache/impala/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Apache Impala <https://impala.apache.org/>`__.
     
     state: ready
    -source-date-epoch: 1763068456
    +source-date-epoch: 1764109517
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 1.8.0
       - 1.7.4
       - 1.7.3
       - 1.7.2
    
  • providers/apache/impala/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apache-impala"
    -version = "1.7.4"
    +version = "1.8.0"
     description = "Provider package apache-airflow-providers-apache-impala for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -60,7 +60,7 @@ requires-python = ">=3.10"
     dependencies = [
         "impyla>=0.22.0,<1.0",
         "apache-airflow-providers-common-sql>=1.26.0",
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
     ]
     
     # The optional dependencies should be modified in place in the generated file
    @@ -107,8 +107,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-impala/1.7.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-impala/1.7.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-impala/1.8.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-impala/1.8.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apache/impala/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apache-impala``
     
    -Release: ``1.7.4``
    +Release: ``1.8.0``
     
     
     `Apache Impala <https://impala.apache.org/>`__.
    @@ -36,7 +36,7 @@ This is a provider package for ``apache.impala`` provider. All classes for this
     are in ``airflow.providers.apache.impala`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-impala/1.7.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-impala/1.8.0/>`_.
     
     Installation
     ------------
    @@ -55,7 +55,7 @@ PIP package                              Version required
     =======================================  ==================
     ``impyla``                               ``>=0.22.0,<1.0``
     ``apache-airflow-providers-common-sql``  ``>=1.26.0``
    -``apache-airflow``                       ``>=2.10.0``
    +``apache-airflow``                       ``>=2.11.0``
     =======================================  ==================
     
     Cross provider package dependencies
    @@ -87,4 +87,4 @@ Extra         Dependencies
     ============  ===================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-impala/1.7.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-impala/1.8.0/changelog.html>`_.
    
  • providers/apache/impala/src/airflow/providers/apache/impala/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "1.7.4"
    +__version__ = "1.8.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apache/kafka/docs/changelog.rst+21 0 modified
    @@ -27,6 +27,27 @@
     Changelog
     ---------
     
    +1.11.0
    +......
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Bug Fixes
    +~~~~~~~~~
    +
    +* ``Fix AwaitMessageSensor to accept timeout and soft_fail parameters (#57863) (#58070)``
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     1.10.6
     ......
     
    
  • providers/apache/kafka/docs/index.rst+5 5 modified
    @@ -83,7 +83,7 @@ apache-airflow-providers-apache-kafka package
     `Apache Kafka  <https://kafka.apache.org/>`__
     
     
    -Release: 1.10.6
    +Release: 1.11.0
     
     Provider package
     ----------------
    @@ -101,12 +101,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ===================  ==================
     PIP package          Version required
     ===================  ==================
    -``apache-airflow``   ``>=2.10.0``
    +``apache-airflow``   ``>=2.11.0``
     ``asgiref``          ``>=2.3.0``
     ``confluent-kafka``  ``>=2.6.0``
     ===================  ==================
    @@ -138,5 +138,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apache-kafka 1.10.6 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.6.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.6.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.6.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apache-kafka 1.10.6 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.6-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.6-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.6-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apache-kafka 1.11.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.11.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.11.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.11.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apache-kafka 1.11.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.11.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.11.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.11.0-py3-none-any.whl.sha512>`__)
    
  • providers/apache/kafka/provider.yaml+2 1 modified
    @@ -20,14 +20,15 @@ package-name: apache-airflow-providers-apache-kafka
     name: Apache Kafka
     
     state: ready
    -source-date-epoch: 1763068477
    +source-date-epoch: 1764109527
     description: |
       `Apache Kafka  <https://kafka.apache.org/>`__
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 1.11.0
       - 1.10.6
       - 1.10.5
       - 1.10.4
    
  • providers/apache/kafka/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apache-kafka"
    -version = "1.10.6"
    +version = "1.11.0"
     description = "Provider package apache-airflow-providers-apache-kafka for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -57,7 +57,7 @@ requires-python = ">=3.10,!=3.13"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "asgiref>=2.3.0",
         "confluent-kafka>=2.6.0",
     ]
    @@ -113,8 +113,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.10.6"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.10.6/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.11.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.11.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apache/kafka/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apache-kafka``
     
    -Release: ``1.10.6``
    +Release: ``1.11.0``
     
     
     `Apache Kafka  <https://kafka.apache.org/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``apache.kafka`` provider. All classes for this p
     are in ``airflow.providers.apache.kafka`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.10.6/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.11.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ===================  ==================
     PIP package          Version required
     ===================  ==================
    -``apache-airflow``   ``>=2.10.0``
    +``apache-airflow``   ``>=2.11.0``
     ``asgiref``          ``>=2.3.0``
     ``confluent-kafka``  ``>=2.6.0``
     ===================  ==================
    @@ -91,4 +91,4 @@ Extra                 Dependencies
     ====================  ====================================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.10.6/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.11.0/changelog.html>`_.
    
  • providers/apache/kafka/src/airflow/providers/apache/kafka/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "1.10.6"
    +__version__ = "1.11.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apache/kylin/docs/changelog.rst+16 0 modified
    @@ -29,6 +29,22 @@
     Changelog
     ---------
     
    +3.10.0
    +......
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     3.9.3
     .....
     
    
  • providers/apache/kylin/docs/index.rst+5 5 modified
    @@ -77,7 +77,7 @@ apache-airflow-providers-apache-kylin package
     `Apache Kylin <https://kylin.apache.org/>`__
     
     
    -Release: 3.9.3
    +Release: 3.10.0
     
     Provider package
     ----------------
    @@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``kylinpy``                                 ``>2.7.0``
     ==========================================  ==================
    @@ -130,5 +130,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apache-kylin 3.9.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kylin-3.9.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kylin-3.9.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kylin-3.9.3.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apache-kylin 3.9.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kylin-3.9.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kylin-3.9.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kylin-3.9.3-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apache-kylin 3.10.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kylin-3.10.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kylin-3.10.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kylin-3.10.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apache-kylin 3.10.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kylin-3.10.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kylin-3.10.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kylin-3.10.0-py3-none-any.whl.sha512>`__)
    
  • providers/apache/kylin/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Apache Kylin <https://kylin.apache.org/>`__
     
     state: ready
    -source-date-epoch: 1763068502
    +source-date-epoch: 1764109534
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 3.10.0
       - 3.9.3
       - 3.9.2
       - 3.9.1
    
  • providers/apache/kylin/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apache-kylin"
    -version = "3.9.3"
    +version = "3.10.0"
     description = "Provider package apache-airflow-providers-apache-kylin for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "kylinpy>2.7.0",
     ]
    @@ -98,8 +98,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kylin/3.9.3"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kylin/3.9.3/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kylin/3.10.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kylin/3.10.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apache/kylin/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apache-kylin``
     
    -Release: ``3.9.3``
    +Release: ``3.10.0``
     
     
     `Apache Kylin <https://kylin.apache.org/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``apache.kylin`` provider. All classes for this p
     are in ``airflow.providers.apache.kylin`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-kylin/3.9.3/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-kylin/3.10.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``kylinpy``                                 ``>2.7.0``
     ==========================================  ==================
    @@ -78,4 +78,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-kylin/3.9.3/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-kylin/3.10.0/changelog.html>`_.
    
  • providers/apache/kylin/src/airflow/providers/apache/kylin/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "3.9.3"
    +__version__ = "3.10.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apache/livy/docs/changelog.rst+16 0 modified
    @@ -28,6 +28,22 @@
     Changelog
     ---------
     
    +4.5.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     4.4.5
     .....
     
    
  • providers/apache/livy/docs/index.rst+5 5 modified
    @@ -76,7 +76,7 @@ apache-airflow-providers-apache-livy package
     `Apache Livy <https://livy.apache.org/>`__
     
     
    -Release: 4.4.5
    +Release: 4.5.0
     
     Provider package
     ----------------
    @@ -94,12 +94,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-http``           ``>=5.1.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``aiohttp``                                 ``>=3.9.2``
    @@ -132,5 +132,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apache-livy 4.4.5 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.4.5.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.4.5.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.4.5.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apache-livy 4.4.5 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.4.5-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.4.5-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.4.5-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apache-livy 4.5.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apache-livy 4.5.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.5.0-py3-none-any.whl.sha512>`__)
    
  • providers/apache/livy/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
       `Apache Livy <https://livy.apache.org/>`__
     
     state: ready
    -source-date-epoch: 1763068516
    +source-date-epoch: 1764109540
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 4.5.0
       - 4.4.5
       - 4.4.4
       - 4.4.3
    
  • providers/apache/livy/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apache-livy"
    -version = "4.4.5"
    +version = "4.5.0"
     description = "Provider package apache-airflow-providers-apache-livy for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-http>=5.1.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "aiohttp>=3.9.2",
    @@ -102,8 +102,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.4.5"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.4.5/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apache/livy/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apache-livy``
     
    -Release: ``4.4.5``
    +Release: ``4.5.0``
     
     
     `Apache Livy <https://livy.apache.org/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``apache.livy`` provider. All classes for this pr
     are in ``airflow.providers.apache.livy`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.4.5/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-http``           ``>=5.1.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``aiohttp``                                 ``>=3.9.2``
    @@ -81,4 +81,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.4.5/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.0/changelog.html>`_.
    
  • providers/apache/livy/src/airflow/providers/apache/livy/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "4.4.5"
    +__version__ = "4.5.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apache/pig/docs/changelog.rst+16 0 modified
    @@ -29,6 +29,22 @@
     Changelog
     ---------
     
    +4.8.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     4.7.4
     .....
     
    
  • providers/apache/pig/docs/index.rst+5 5 modified
    @@ -75,7 +75,7 @@ apache-airflow-providers-apache-pig package
     `Apache Pig <https://pig.apache.org/>`__
     
     
    -Release: 4.7.4
    +Release: 4.8.0
     
     Provider package
     ----------------
    @@ -93,12 +93,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==================  ==================
     PIP package         Version required
     ==================  ==================
    -``apache-airflow``  ``>=2.10.0``
    +``apache-airflow``  ``>=2.11.0``
     ==================  ==================
     
     Cross provider package dependencies
    @@ -126,5 +126,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apache-pig 4.7.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pig-4.7.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pig-4.7.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pig-4.7.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apache-pig 4.7.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pig-4.7.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pig-4.7.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pig-4.7.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apache-pig 4.8.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pig-4.8.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pig-4.8.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pig-4.8.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apache-pig 4.8.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pig-4.8.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pig-4.8.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pig-4.8.0-py3-none-any.whl.sha512>`__)
    
  • providers/apache/pig/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
       `Apache Pig <https://pig.apache.org/>`__
     
     state: ready
    -source-date-epoch: 1763068537
    +source-date-epoch: 1764109551
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 4.8.0
       - 4.7.4
       - 4.7.3
       - 4.7.2
    
  • providers/apache/pig/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apache-pig"
    -version = "4.7.4"
    +version = "4.8.0"
     description = "Provider package apache-airflow-providers-apache-pig for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
     ]
     
     # The optional dependencies should be modified in place in the generated file
    @@ -103,8 +103,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.7.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.7.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.8.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.8.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apache/pig/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apache-pig``
     
    -Release: ``4.7.4``
    +Release: ``4.8.0``
     
     
     `Apache Pig <https://pig.apache.org/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``apache.pig`` provider. All classes for this pro
     are in ``airflow.providers.apache.pig`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.7.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.8.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==================  ==================
     PIP package         Version required
     ==================  ==================
    -``apache-airflow``  ``>=2.10.0``
    +``apache-airflow``  ``>=2.11.0``
     ==================  ==================
     
     Cross provider package dependencies
    @@ -85,4 +85,4 @@ Extra              Dependencies
     =================  ==========================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.7.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.8.0/changelog.html>`_.
    
  • providers/apache/pig/src/airflow/providers/apache/pig/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "4.7.4"
    +__version__ = "4.8.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apache/pinot/docs/changelog.rst+16 0 modified
    @@ -29,6 +29,22 @@
     Changelog
     ---------
     
    +4.9.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     4.8.4
     .....
     
    
  • providers/apache/pinot/docs/index.rst+5 5 modified
    @@ -70,7 +70,7 @@ apache-airflow-providers-apache-pinot package
     `Apache Pinot <https://pinot.apache.org/>`__
     
     
    -Release: 4.8.4
    +Release: 4.9.0
     
     Provider package
     ----------------
    @@ -88,12 +88,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     =======================================  ==================
     PIP package                              Version required
     =======================================  ==================
    -``apache-airflow``                       ``>=2.10.0``
    +``apache-airflow``                       ``>=2.11.0``
     ``apache-airflow-providers-common-sql``  ``>=1.26.0``
     ``pinotdb``                              ``>=5.1.0``
     =======================================  ==================
    @@ -124,5 +124,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apache-pinot 4.8.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.8.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.8.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.8.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apache-pinot 4.8.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.8.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.8.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.8.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apache-pinot 4.9.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.9.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.9.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.9.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apache-pinot 4.9.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.9.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.9.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.9.0-py3-none-any.whl.sha512>`__)
    
  • providers/apache/pinot/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Apache Pinot <https://pinot.apache.org/>`__
     
     state: ready
    -source-date-epoch: 1763068548
    +source-date-epoch: 1764109559
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 4.9.0
       - 4.8.4
       - 4.8.3
       - 4.8.2
    
  • providers/apache/pinot/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apache-pinot"
    -version = "4.8.4"
    +version = "4.9.0"
     description = "Provider package apache-airflow-providers-apache-pinot for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-sql>=1.26.0",
         "pinotdb>=5.1.0",
     ]
    @@ -107,8 +107,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pinot/4.8.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pinot/4.8.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pinot/4.9.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pinot/4.9.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apache/pinot/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apache-pinot``
     
    -Release: ``4.8.4``
    +Release: ``4.9.0``
     
     
     `Apache Pinot <https://pinot.apache.org/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``apache.pinot`` provider. All classes for this p
     are in ``airflow.providers.apache.pinot`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-pinot/4.8.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-pinot/4.9.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     =======================================  ==================
     PIP package                              Version required
     =======================================  ==================
    -``apache-airflow``                       ``>=2.10.0``
    +``apache-airflow``                       ``>=2.11.0``
     ``apache-airflow-providers-common-sql``  ``>=1.26.0``
     ``pinotdb``                              ``>=5.1.0``
     =======================================  ==================
    @@ -88,4 +88,4 @@ Extra              Dependencies
     =================  ==========================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-pinot/4.8.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-pinot/4.9.0/changelog.html>`_.
    
  • providers/apache/pinot/src/airflow/providers/apache/pinot/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "4.8.4"
    +__version__ = "4.9.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apache/spark/docs/changelog.rst+16 0 modified
    @@ -29,6 +29,22 @@
     Changelog
     ---------
     
    +5.4.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     5.3.4
     .....
     
    
  • providers/apache/spark/docs/index.rst+5 5 modified
    @@ -77,7 +77,7 @@ apache-airflow-providers-apache-spark package
     `Apache Spark <https://spark.apache.org/>`__
     
     
    -Release: 5.3.4
    +Release: 5.4.0
     
     Provider package
     ----------------
    @@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``pyspark``                                 ``>=3.5.2``
     ``grpcio-status``                           ``>=1.59.0``
    @@ -132,5 +132,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apache-spark 5.3.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.3.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.3.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.3.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apache-spark 5.3.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.3.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.3.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.3.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apache-spark 5.4.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.4.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.4.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.4.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apache-spark 5.4.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.4.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.4.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.4.0-py3-none-any.whl.sha512>`__)
    
  • providers/apache/spark/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Apache Spark <https://spark.apache.org/>`__
     
     state: ready
    -source-date-epoch: 1763068562
    +source-date-epoch: 1764109566
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 5.4.0
       - 5.3.4
       - 5.3.3
       - 5.3.2
    
  • providers/apache/spark/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apache-spark"
    -version = "5.3.4"
    +version = "5.4.0"
     description = "Provider package apache-airflow-providers-apache-spark for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "pyspark>=3.5.2",
         "grpcio-status>=1.59.0",
    @@ -111,8 +111,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/5.3.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/5.3.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/5.4.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/5.4.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apache/spark/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apache-spark``
     
    -Release: ``5.3.4``
    +Release: ``5.4.0``
     
     
     `Apache Spark <https://spark.apache.org/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``apache.spark`` provider. All classes for this p
     are in ``airflow.providers.apache.spark`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/5.3.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/5.4.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``pyspark``                                 ``>=3.5.2``
     ``grpcio-status``                           ``>=1.59.0``
    @@ -90,4 +90,4 @@ Extra                Dependencies
     ===================  ===================================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/5.3.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/5.4.0/changelog.html>`_.
    
  • providers/apache/spark/src/airflow/providers/apache/spark/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "5.3.4"
    +__version__ = "5.4.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apache/tinkerpop/docs/changelog.rst+15 0 modified
    @@ -18,6 +18,21 @@
     ``apache-airflow-providers-apache-tinkerpop``
     
     
    +1.1.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +
     1.0.5
     .....
     
    
  • providers/apache/tinkerpop/docs/index.rst+5 5 modified
    @@ -78,7 +78,7 @@ Apache TinkerPop is a graph computing framework for both graph databases (OLTP)
     systems (OLAP) and Gremlin is its graph traversal language.
     
     
    -Release: 1.0.5
    +Release: 1.1.0
     
     Provider package
     ----------------
    @@ -96,12 +96,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==================  ==================
     PIP package         Version required
     ==================  ==================
    -``apache-airflow``  ``>=2.10.0``
    +``apache-airflow``  ``>=2.11.0``
     ``gremlinpython``   ``>=3.7.3``
     ==================  ==================
     
    @@ -130,5 +130,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apache-tinkerpop 1.0.5 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_tinkerpop-1.0.5.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_tinkerpop-1.0.5.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_tinkerpop-1.0.5.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apache-tinkerpop 1.0.5 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_tinkerpop-1.0.5-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_tinkerpop-1.0.5-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_tinkerpop-1.0.5-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apache-tinkerpop 1.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_tinkerpop-1.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_tinkerpop-1.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_tinkerpop-1.1.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apache-tinkerpop 1.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_tinkerpop-1.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_tinkerpop-1.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_tinkerpop-1.1.0-py3-none-any.whl.sha512>`__)
    
  • providers/apache/tinkerpop/provider.yaml+2 1 modified
    @@ -22,9 +22,10 @@ description: |
         Apache TinkerPop is a graph computing framework for both graph databases (OLTP) and graph analytic
         systems (OLAP) and Gremlin is its graph traversal language.
     state: ready
    -source-date-epoch: 1763068580
    +source-date-epoch: 1764109571
     # note that these versions are maintained by the release manager - do not update them manually
     versions:
    +  - 1.1.0
       - 1.0.5
       - 1.0.4
       - 1.0.3
    
  • providers/apache/tinkerpop/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apache-tinkerpop"
    -version = "1.0.5"
    +version = "1.1.0"
     description = "Provider package apache-airflow-providers-apache-tinkerpop for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "gremlinpython>=3.7.3",
     ]
     
    @@ -104,8 +104,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.0.5"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.0.5/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.1.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.1.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apache/tinkerpop/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apache-tinkerpop``
     
    -Release: ``1.0.5``
    +Release: ``1.1.0``
     
     
     `Apache TinkerPop <https://tinkerpop.apache.org/>`__.
    @@ -38,7 +38,7 @@ This is a provider package for ``apache.tinkerpop`` provider. All classes for th
     are in ``airflow.providers.apache.tinkerpop`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.0.5/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.1.0/>`_.
     
     Installation
     ------------
    @@ -55,7 +55,7 @@ Requirements
     ==================  ==================
     PIP package         Version required
     ==================  ==================
    -``apache-airflow``  ``>=2.10.0``
    +``apache-airflow``  ``>=2.11.0``
     ``gremlinpython``   ``>=3.7.3``
     ==================  ==================
     
    @@ -88,4 +88,4 @@ Extra              Dependencies
     =================  ==========================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.0.5/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.1.0/changelog.html>`_.
    
  • providers/apache/tinkerpop/src/airflow/providers/apache/tinkerpop/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "1.0.5"
    +__version__ = "1.1.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/apprise/docs/changelog.rst+15 0 modified
    @@ -27,6 +27,21 @@
     Changelog
     ---------
     
    +2.3.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +
     2.2.0
     .....
     
    
  • providers/apprise/docs/index.rst+6 6 modified
    @@ -64,7 +64,7 @@ apache-airflow-providers-apprise package
     `Apprise <https://github.com/caronc/apprise>`__
     
     
    -Release: 2.2.0
    +Release: 2.3.0
     
     Provider package
     ----------------
    @@ -82,13 +82,13 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    -``apache-airflow-providers-common-compat``  ``>=1.8.0``
    +``apache-airflow``                          ``>=2.11.0``
    +``apache-airflow-providers-common-compat``  ``>=1.9.0``
     ``apprise``                                 ``>=1.8.0``
     ==========================================  ==================
     
    @@ -117,5 +117,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-apprise 2.2.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apprise-2.2.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apprise-2.2.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apprise-2.2.0.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-apprise 2.2.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apprise-2.2.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apprise-2.2.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apprise-2.2.0-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-apprise 2.3.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apprise-2.3.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apprise-2.3.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apprise-2.3.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-apprise 2.3.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apprise-2.3.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apprise-2.3.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apprise-2.3.0-py3-none-any.whl.sha512>`__)
    
  • providers/apprise/provider.yaml+2 1 modified
    @@ -24,13 +24,14 @@ description: |
         `Apprise <https://github.com/caronc/apprise>`__
     
     state: ready
    -source-date-epoch: 1763068595
    +source-date-epoch: 1764109576
     
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 2.3.0
       - 2.2.0
       - 2.1.3
       - 2.1.2
    
  • providers/apprise/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-apprise"
    -version = "2.2.0"
    +version = "2.3.0"
     description = "Provider package apache-airflow-providers-apprise for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.9.0",
         "apprise>=1.8.0",
     ]
    @@ -98,8 +98,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apprise/2.2.0"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apprise/2.2.0/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apprise/2.3.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apprise/2.3.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/apprise/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-apprise``
     
    -Release: ``2.2.0``
    +Release: ``2.3.0``
     
     
     `Apprise <https://github.com/caronc/apprise>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``apprise`` provider. All classes for this provid
     are in ``airflow.providers.apprise`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apprise/2.2.0/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apprise/2.3.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.9.0``
     ``apprise``                                 ``>=1.8.0``
     ==========================================  ==================
    @@ -78,4 +78,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apprise/2.2.0/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apprise/2.3.0/changelog.html>`_.
    
  • providers/apprise/src/airflow/providers/apprise/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "2.2.0"
    +__version__ = "2.3.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/arangodb/docs/changelog.rst+15 0 modified
    @@ -28,6 +28,21 @@
     Changelog
     ---------
     
    +2.9.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +
     2.8.4
     .....
     
    
  • providers/arangodb/docs/index.rst+5 5 modified
    @@ -70,7 +70,7 @@ apache-airflow-providers-arangodb package
     `ArangoDB <https://www.arangodb.com/>`__
     
     
    -Release: 2.8.4
    +Release: 2.9.0
     
     Provider package
     ----------------
    @@ -88,12 +88,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``python-arango``                           ``>=7.3.2``
     ==========================================  ==================
    @@ -123,5 +123,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-arangodb 2.8.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_arangodb-2.8.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_arangodb-2.8.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_arangodb-2.8.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-arangodb 2.8.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_arangodb-2.8.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_arangodb-2.8.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_arangodb-2.8.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-arangodb 2.9.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_arangodb-2.9.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_arangodb-2.9.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_arangodb-2.9.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-arangodb 2.9.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_arangodb-2.9.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_arangodb-2.9.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_arangodb-2.9.0-py3-none-any.whl.sha512>`__)
    
  • providers/arangodb/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `ArangoDB <https://www.arangodb.com/>`__
     
     state: ready
    -source-date-epoch: 1763068604
    +source-date-epoch: 1764109581
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 2.9.0
       - 2.8.4
       - 2.8.3
       - 2.8.2
    
  • providers/arangodb/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-arangodb"
    -version = "2.8.4"
    +version = "2.9.0"
     description = "Provider package apache-airflow-providers-arangodb for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "python-arango>=7.3.2",
     ]
    @@ -98,8 +98,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-arangodb/2.8.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-arangodb/2.8.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-arangodb/2.9.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-arangodb/2.9.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/arangodb/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-arangodb``
     
    -Release: ``2.8.4``
    +Release: ``2.9.0``
     
     
     `ArangoDB <https://www.arangodb.com/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``arangodb`` provider. All classes for this provi
     are in ``airflow.providers.arangodb`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-arangodb/2.8.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-arangodb/2.9.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``python-arango``                           ``>=7.3.2``
     ==========================================  ==================
    @@ -78,4 +78,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-arangodb/2.8.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-arangodb/2.9.0/changelog.html>`_.
    
  • providers/arangodb/src/airflow/providers/arangodb/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "2.8.4"
    +__version__ = "2.9.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/asana/docs/changelog.rst+16 0 modified
    @@ -26,6 +26,22 @@
     Changelog
     ---------
     
    +2.11.0
    +......
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     2.10.4
     ......
     
    
  • providers/asana/docs/index.rst+5 5 modified
    @@ -77,7 +77,7 @@ apache-airflow-providers-asana package
     `Asana <https://asana.com/>`__
     
     
    -Release: 2.10.4
    +Release: 2.11.0
     
     Provider package
     ----------------
    @@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``asana``                                   ``>=5.0.0``
     ==========================================  ==================
    @@ -130,5 +130,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-asana 2.10.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_asana-2.10.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_asana-2.10.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_asana-2.10.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-asana 2.10.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_asana-2.10.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_asana-2.10.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_asana-2.10.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-asana 2.11.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_asana-2.11.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_asana-2.11.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_asana-2.11.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-asana 2.11.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_asana-2.11.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_asana-2.11.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_asana-2.11.0-py3-none-any.whl.sha512>`__)
    
  • providers/asana/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Asana <https://asana.com/>`__
     
     state: ready
    -source-date-epoch: 1763068626
    +source-date-epoch: 1764109587
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 2.11.0
       - 2.10.4
       - 2.10.3
       - 2.10.2
    
  • providers/asana/pyproject.toml+3 3 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-asana"
    -version = "2.10.4"
    +version = "2.11.0"
     description = "Provider package apache-airflow-providers-asana for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -98,8 +98,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-asana/2.10.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-asana/2.10.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-asana/2.11.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-asana/2.11.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/asana/README.rst+3 3 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-asana``
     
    -Release: ``2.10.4``
    +Release: ``2.11.0``
     
     
     `Asana <https://asana.com/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``asana`` provider. All classes for this provider
     are in ``airflow.providers.asana`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-asana/2.10.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-asana/2.11.0/>`_.
     
     Installation
     ------------
    @@ -78,4 +78,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-asana/2.10.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-asana/2.11.0/changelog.html>`_.
    
  • providers/asana/src/airflow/providers/asana/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "2.10.4"
    +__version__ = "2.11.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/atlassian/jira/docs/changelog.rst+15 0 modified
    @@ -27,6 +27,21 @@
     Changelog
     ---------
     
    +3.3.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +
     3.2.1
     .....
     
    
  • providers/atlassian/jira/docs/index.rst+5 5 modified
    @@ -69,7 +69,7 @@ apache-airflow-providers-atlassian-jira package
     `Atlassian Jira <https://www.atlassian.com/software/jira/>`__
     
     
    -Release: 3.2.1
    +Release: 3.3.0
     
     Provider package
     ----------------
    @@ -87,12 +87,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-http``
     ``atlassian-python-api``                    ``>3.41.10``
    @@ -124,5 +124,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-atlassian-jira 3.2.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_atlassian_jira-3.2.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_atlassian_jira-3.2.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_atlassian_jira-3.2.1.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-atlassian-jira 3.2.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_atlassian_jira-3.2.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_atlassian_jira-3.2.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_atlassian_jira-3.2.1-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-atlassian-jira 3.3.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_atlassian_jira-3.3.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_atlassian_jira-3.3.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_atlassian_jira-3.3.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-atlassian-jira 3.3.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_atlassian_jira-3.3.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_atlassian_jira-3.3.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_atlassian_jira-3.3.0-py3-none-any.whl.sha512>`__)
    
  • providers/atlassian/jira/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Atlassian Jira <https://www.atlassian.com/software/jira/>`__
     
     state: ready
    -source-date-epoch: 1763068642
    +source-date-epoch: 1764109592
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 3.3.0
       - 3.2.1
       - 3.2.0
       - 3.1.2
    
  • providers/atlassian/jira/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-atlassian-jira"
    -version = "3.2.1"
    +version = "3.3.0"
     description = "Provider package apache-airflow-providers-atlassian-jira for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "apache-airflow-providers-http",
         "atlassian-python-api>3.41.10",
    @@ -100,8 +100,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-atlassian-jira/3.2.1"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-atlassian-jira/3.2.1/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-atlassian-jira/3.3.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-atlassian-jira/3.3.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/atlassian/jira/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-atlassian-jira``
     
    -Release: ``3.2.1``
    +Release: ``3.3.0``
     
     
     `Atlassian Jira <https://www.atlassian.com/software/jira/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``atlassian.jira`` provider. All classes for this
     are in ``airflow.providers.atlassian.jira`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-atlassian-jira/3.2.1/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-atlassian-jira/3.3.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-http``
     ``atlassian-python-api``                    ``>3.41.10``
    @@ -80,4 +80,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-atlassian-jira/3.2.1/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-atlassian-jira/3.3.0/changelog.html>`_.
    
  • providers/atlassian/jira/src/airflow/providers/atlassian/jira/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "3.2.1"
    +__version__ = "3.3.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/celery/docs/changelog.rst+23 0 modified
    @@ -27,6 +27,29 @@
     Changelog
     ---------
     
    +3.14.0
    +......
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Features
    +~~~~~~~~
    +
    +* ``Send executor integration info in workload (#57800)``
    +* ``Add duplicate hostname check for Celery workers (#58591)``
    +
    +Misc
    +~~~~
    +
    +* ``Move out some exceptions to TaskSDK (#54505)``
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     3.13.1
     ......
     
    
  • providers/celery/docs/index.rst+5 5 modified
    @@ -67,7 +67,7 @@ apache-airflow-providers-celery package
     `Celery <https://docs.celeryq.dev/en/stable/>`__
     
     
    -Release: 3.13.1
    +Release: 3.14.0
     
     Provider package
     ----------------
    @@ -85,12 +85,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``celery[redis]``                           ``>=5.5.0,<6``
     ``flower``                                  ``>=1.0.0``
    @@ -122,5 +122,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-celery 3.13.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.13.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.13.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.13.1.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-celery 3.13.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.13.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.13.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.13.1-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-celery 3.14.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.14.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.14.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.14.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-celery 3.14.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.14.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.14.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.14.0-py3-none-any.whl.sha512>`__)
    
  • providers/celery/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Celery <https://docs.celeryq.dev/en/stable/>`__
     
     state: ready
    -source-date-epoch: 1763068666
    +source-date-epoch: 1764109769
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 3.14.0
       - 3.13.1
       - 3.13.0
       - 3.12.4
    
  • providers/celery/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-celery"
    -version = "3.13.1"
    +version = "3.14.0"
     description = "Provider package apache-airflow-providers-celery for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         # The Celery is known to introduce problems when upgraded to a MAJOR version. Airflow Core
         # Uses Celery for CeleryExecutor, and we also know that Kubernetes Python client follows SemVer
    @@ -111,8 +111,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.13.1"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.13.1/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.14.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.14.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/celery/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-celery``
     
    -Release: ``3.13.1``
    +Release: ``3.14.0``
     
     
     `Celery <https://docs.celeryq.dev/en/stable/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``celery`` provider. All classes for this provide
     are in ``airflow.providers.celery`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-celery/3.13.1/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-celery/3.14.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``celery[redis]``                           ``>=5.5.0,<6``
     ``flower``                                  ``>=1.0.0``
    @@ -89,4 +89,4 @@ Extra                Dependencies
     ===================  ===================================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-celery/3.13.1/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-celery/3.14.0/changelog.html>`_.
    
  • providers/celery/src/airflow/providers/celery/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "3.13.1"
    +__version__ = "3.14.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/cloudant/docs/changelog.rst+15 0 modified
    @@ -27,6 +27,21 @@
     Changelog
     ---------
     
    +4.3.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +
     4.2.3
     .....
     
    
  • providers/cloudant/docs/index.rst+5 5 modified
    @@ -55,7 +55,7 @@ apache-airflow-providers-cloudant package
     `IBM Cloudant <https://www.ibm.com/cloud/cloudant>`__
     
     
    -Release: 4.2.3
    +Release: 4.3.0
     
     Provider package
     ----------------
    @@ -73,12 +73,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``ibmcloudant``                             ``>=0.10.0``
     ==========================================  ==================
    @@ -108,5 +108,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-cloudant 4.2.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cloudant-4.2.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cloudant-4.2.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cloudant-4.2.3.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-cloudant 4.2.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cloudant-4.2.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cloudant-4.2.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cloudant-4.2.3-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-cloudant 4.3.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cloudant-4.3.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cloudant-4.3.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cloudant-4.3.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-cloudant 4.3.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cloudant-4.3.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cloudant-4.3.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cloudant-4.3.0-py3-none-any.whl.sha512>`__)
    
  • providers/cloudant/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `IBM Cloudant <https://www.ibm.com/cloud/cloudant>`__
     
     state: ready
    -source-date-epoch: 1763068700
    +source-date-epoch: 1764109776
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 4.3.0
       - 4.2.3
       - 4.2.2
       - 4.2.1
    
  • providers/cloudant/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-cloudant"
    -version = "4.2.3"
    +version = "4.3.0"
     description = "Provider package apache-airflow-providers-cloudant for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "ibmcloudant>=0.10.0",
     ]
    @@ -98,8 +98,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cloudant/4.2.3"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cloudant/4.2.3/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cloudant/4.3.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cloudant/4.3.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/cloudant/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-cloudant``
     
    -Release: ``4.2.3``
    +Release: ``4.3.0``
     
     
     `IBM Cloudant <https://www.ibm.com/cloud/cloudant>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``cloudant`` provider. All classes for this provi
     are in ``airflow.providers.cloudant`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cloudant/4.2.3/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cloudant/4.3.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``ibmcloudant``                             ``>=0.10.0``
     ==========================================  ==================
    @@ -78,4 +78,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-cloudant/4.2.3/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-cloudant/4.3.0/changelog.html>`_.
    
  • providers/cloudant/src/airflow/providers/cloudant/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "4.2.3"
    +__version__ = "4.3.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/cncf/kubernetes/docs/changelog.rst+29 0 modified
    @@ -28,6 +28,35 @@ Changelog
     ---------
     
     
    +10.11.0
    +.......
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Bug Fixes
    +~~~~~~~~~
    +
    +* ``Fix Account for job- prefix when truncating job names (#58391)``
    +* ``KubernetesPodOperator: Rework of Kubernetes API retry behavior (#58397)``
    +* ``Fix KuberetesPodTriggerer use correct parameter name to read pod logs. (#58489)``
    +* ``KubernetesPodOperator pushes XCom on successful execution. (#58488)``
    +* ``KubernetesPodOperator PodManager retries during create pod on too many requests error (#58033)``
    +* ``Add JSON serialization for kubeconfig in AsyncKubernetesHook (#57169)``
    +
    +Misc
    +~~~~
    +
    +* ``Move out some exceptions to TaskSDK (#54505)``
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +   * ``Send executor integration info in workload (#57800)``
    +   * ``Fixes #57515 - Fix test_async_write_logs_should_execute_successfully test (#58276)``
    +
     10.10.0
     .......
     
    
  • providers/cncf/kubernetes/docs/index.rst+5 5 modified
    @@ -87,7 +87,7 @@ apache-airflow-providers-cncf-kubernetes package
     `Kubernetes <https://kubernetes.io/>`__
     
     
    -Release: 10.10.0
    +Release: 10.11.0
     
     Provider package
     ----------------
    @@ -105,13 +105,13 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ====================
     PIP package                                 Version required
     ==========================================  ====================
     ``aiofiles``                                ``>=23.2.0``
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``asgiref``                                 ``>=3.5.2``
     ``cryptography``                            ``>=41.0.0,<46.0.0``
    @@ -144,5 +144,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-cncf-kubernetes 10.10.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cncf_kubernetes-10.10.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cncf_kubernetes-10.10.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cncf_kubernetes-10.10.0.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-cncf-kubernetes 10.10.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cncf_kubernetes-10.10.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cncf_kubernetes-10.10.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cncf_kubernetes-10.10.0-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-cncf-kubernetes 10.11.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cncf_kubernetes-10.11.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cncf_kubernetes-10.11.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cncf_kubernetes-10.11.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-cncf-kubernetes 10.11.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cncf_kubernetes-10.11.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cncf_kubernetes-10.11.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cncf_kubernetes-10.11.0-py3-none-any.whl.sha512>`__)
    
  • providers/cncf/kubernetes/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Kubernetes <https://kubernetes.io/>`__
     
     state: ready
    -source-date-epoch: 1763068815
    +source-date-epoch: 1764109853
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 10.11.0
       - 10.10.0
       - 10.9.0
       - 10.8.2
    
  • providers/cncf/kubernetes/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-cncf-kubernetes"
    -version = "10.10.0"
    +version = "10.11.0"
     description = "Provider package apache-airflow-providers-cncf-kubernetes for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -59,7 +59,7 @@ requires-python = ">=3.10"
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
         "aiofiles>=23.2.0",
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "asgiref>=3.5.2",
         # TODO(potiuk): We should bump cryptography to >=46.0.0 when sqlalchemy>=2.0 is required
    @@ -112,8 +112,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.10.0"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.10.0/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.11.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.11.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/cncf/kubernetes/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-cncf-kubernetes``
     
    -Release: ``10.10.0``
    +Release: ``10.11.0``
     
     
     `Kubernetes <https://kubernetes.io/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``cncf.kubernetes`` provider. All classes for thi
     are in ``airflow.providers.cncf.kubernetes`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.10.0/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.11.0/>`_.
     
     Installation
     ------------
    @@ -54,7 +54,7 @@ Requirements
     PIP package                                 Version required
     ==========================================  ====================
     ``aiofiles``                                ``>=23.2.0``
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``asgiref``                                 ``>=3.5.2``
     ``cryptography``                            ``>=41.0.0,<46.0.0``
    @@ -82,4 +82,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.10.0/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.11.0/changelog.html>`_.
    
  • providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "10.10.0"
    +__version__ = "10.11.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/cohere/docs/changelog.rst+15 0 modified
    @@ -20,6 +20,21 @@
     Changelog
     ---------
     
    +1.6.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +
     1.5.4
     .....
     
    
  • providers/cohere/docs/index.rst+5 5 modified
    @@ -71,7 +71,7 @@ apache-airflow-providers-cohere package
     `Cohere <https://docs.cohere.com/docs>`__
     
     
    -Release: 1.5.4
    +Release: 1.6.0
     
     Provider package
     ----------------
    @@ -89,12 +89,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``cohere``                                  ``>=5.13.4``
     ==========================================  ==================
    @@ -124,5 +124,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-cohere 1.5.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cohere-1.5.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cohere-1.5.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cohere-1.5.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-cohere 1.5.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cohere-1.5.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cohere-1.5.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cohere-1.5.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-cohere 1.6.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cohere-1.6.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cohere-1.6.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cohere-1.6.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-cohere 1.6.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cohere-1.6.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cohere-1.6.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_cohere-1.6.0-py3-none-any.whl.sha512>`__)
    
  • providers/cohere/provider.yaml+2 1 modified
    @@ -24,13 +24,14 @@ description: |
         `Cohere <https://docs.cohere.com/docs>`__
     
     state: ready
    -source-date-epoch: 1763068843
    +source-date-epoch: 1764109865
     
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 1.6.0
       - 1.5.4
       - 1.5.3
       - 1.5.2
    
  • providers/cohere/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-cohere"
    -version = "1.5.4"
    +version = "1.6.0"
     description = "Provider package apache-airflow-providers-cohere for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "cohere>=5.13.4",
     ]
    @@ -98,8 +98,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cohere/1.5.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cohere/1.5.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cohere/1.6.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cohere/1.6.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/cohere/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-cohere``
     
    -Release: ``1.5.4``
    +Release: ``1.6.0``
     
     
     `Cohere <https://docs.cohere.com/docs>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``cohere`` provider. All classes for this provide
     are in ``airflow.providers.cohere`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cohere/1.5.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cohere/1.6.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``cohere``                                  ``>=5.13.4``
     ==========================================  ==================
    @@ -78,4 +78,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-cohere/1.5.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-cohere/1.6.0/changelog.html>`_.
    
  • providers/cohere/src/airflow/providers/cohere/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "1.5.4"
    +__version__ = "1.6.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/common/compat/docs/changelog.rst+22 0 modified
    @@ -25,6 +25,28 @@
     Changelog
     ---------
     
    +1.10.0
    +......
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Features
    +~~~~~~~~
    +
    +* ``Adjust compat HookLevelLineage for new add_extra method (#58057)``
    +
    +Misc
    +~~~~
    +
    +* ``Move out some exceptions to TaskSDK (#54505)``
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     1.9.0
     .....
     
    
  • providers/common/compat/docs/index.rst+5 5 modified
    @@ -62,7 +62,7 @@ apache-airflow-providers-common-compat package
     Common Compatibility Provider - providing compatibility code for previous Airflow versions
     
     
    -Release: 1.9.0
    +Release: 1.10.0
     
     Provider package
     ----------------
    @@ -80,12 +80,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==================  ==================
     PIP package         Version required
     ==================  ==================
    -``apache-airflow``  ``>=2.10.0``
    +``apache-airflow``  ``>=2.11.0``
     ``asgiref``         ``>=2.3.0``
     ==================  ==================
     
    @@ -114,5 +114,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-common-compat 1.9.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.9.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.9.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.9.0.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-common-compat 1.9.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.9.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.9.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.9.0-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-common-compat 1.10.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.10.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.10.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.10.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-common-compat 1.10.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.10.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.10.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.10.0-py3-none-any.whl.sha512>`__)
    
  • providers/common/compat/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
       Common Compatibility Provider - providing compatibility code for previous Airflow versions
     
     state: ready
    -source-date-epoch: 1763068892
    +source-date-epoch: 1764109873
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 1.10.0
       - 1.9.0
       - 1.8.0
       - 1.7.4
    
  • providers/common/compat/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-common-compat"
    -version = "1.9.0"
    +version = "1.10.0"
     description = "Provider package apache-airflow-providers-common-compat for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "asgiref>=2.3.0",
     ]
     
    @@ -107,8 +107,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.9.0"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.9.0/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.10.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.10.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/common/compat/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-common-compat``
     
    -Release: ``1.9.0``
    +Release: ``1.10.0``
     
     
     Common Compatibility Provider - providing compatibility code for previous Airflow versions
    @@ -36,7 +36,7 @@ This is a provider package for ``common.compat`` provider. All classes for this
     are in ``airflow.providers.common.compat`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.9.0/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.10.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==================  ==================
     PIP package         Version required
     ==================  ==================
    -``apache-airflow``  ``>=2.10.0``
    +``apache-airflow``  ``>=2.11.0``
     ``asgiref``         ``>=2.3.0``
     ==================  ==================
     
    @@ -87,4 +87,4 @@ Extra            Dependencies
     ===============  ========================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.9.0/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.10.0/changelog.html>`_.
    
  • providers/common/compat/src/airflow/providers/common/compat/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "1.9.0"
    +__version__ = "1.10.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/common/io/docs/changelog.rst+16 0 modified
    @@ -25,6 +25,22 @@
     Changelog
     ---------
     
    +1.7.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     1.6.5
     .....
     
    
  • providers/common/io/docs/index.rst+5 5 modified
    @@ -79,7 +79,7 @@ apache-airflow-providers-common-io package
     Common IO Provider
     
     
    -Release: 1.6.5
    +Release: 1.7.0
     
     Provider package
     ----------------
    @@ -97,12 +97,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==================  ==================
     PIP package         Version required
     ==================  ==================
    -``apache-airflow``  ``>=2.10.0``
    +``apache-airflow``  ``>=2.11.0``
     ==================  ==================
     
     Cross provider package dependencies
    @@ -131,5 +131,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-common-io 1.6.5 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.6.5.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.6.5.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.6.5.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-common-io 1.6.5 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.6.5-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.6.5-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.6.5-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-common-io 1.7.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.7.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.7.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.7.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-common-io 1.7.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.7.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.7.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.7.0-py3-none-any.whl.sha512>`__)
    
  • providers/common/io/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
       Common IO Provider
     
     state: ready
    -source-date-epoch: 1763068916
    +source-date-epoch: 1764109882
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 1.7.0
       - 1.6.5
       - 1.6.4
       - 1.6.3
    
  • providers/common/io/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-common-io"
    -version = "1.6.5"
    +version = "1.7.0"
     description = "Provider package apache-airflow-providers-common-io for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
     ]
     
     # The optional dependencies should be modified in place in the generated file
    @@ -107,8 +107,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.6.5"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.6.5/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.7.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.7.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/common/io/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-common-io``
     
    -Release: ``1.6.5``
    +Release: ``1.7.0``
     
     
     Common IO Provider
    @@ -36,7 +36,7 @@ This is a provider package for ``common.io`` provider. All classes for this prov
     are in ``airflow.providers.common.io`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.6.5/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.7.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==================  ==================
     PIP package         Version required
     ==================  ==================
    -``apache-airflow``  ``>=2.10.0``
    +``apache-airflow``  ``>=2.11.0``
     ==================  ==================
     
     Cross provider package dependencies
    @@ -87,4 +87,4 @@ Extra              Dependencies
     =================  ==========================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.6.5/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.7.0/changelog.html>`_.
    
  • providers/common/io/src/airflow/providers/common/io/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "1.6.5"
    +__version__ = "1.7.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/common/sql/docs/changelog.rst+17 0 modified
    @@ -25,6 +25,23 @@
     Changelog
     ---------
     
    +1.30.0
    +......
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Move out some exceptions to TaskSDK (#54505)``
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     1.29.0
     ......
     
    
  • providers/common/sql/docs/index.rst+5 5 modified
    @@ -79,7 +79,7 @@ apache-airflow-providers-common-sql package
     `Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__
     
     
    -Release: 1.29.0
    +Release: 1.30.0
     
     Provider package
     ----------------
    @@ -97,12 +97,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``sqlparse``                                ``>=0.5.1``
     ``more-itertools``                          ``>=9.0.0``
    @@ -135,5 +135,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-common-sql 1.29.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.29.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.29.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.29.0.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-common-sql 1.29.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.29.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.29.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.29.0-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-common-sql 1.30.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.30.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.30.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.30.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-common-sql 1.30.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.30.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.30.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.30.0-py3-none-any.whl.sha512>`__)
    
  • providers/common/sql/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__
     
     state: ready
    -source-date-epoch: 1763068967
    +source-date-epoch: 1764109960
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 1.30.0
       - 1.29.0
       - 1.28.2
       - 1.28.1
    
  • providers/common/sql/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-common-sql"
    -version = "1.29.0"
    +version = "1.30.0"
     description = "Provider package apache-airflow-providers-common-sql for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "sqlparse>=0.5.1",
         "more-itertools>=9.0.0",
    @@ -127,8 +127,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.29.0"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.29.0/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.30.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.30.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/common/sql/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-common-sql``
     
    -Release: ``1.29.0``
    +Release: ``1.30.0``
     
     
     `Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``common.sql`` provider. All classes for this pro
     are in ``airflow.providers.common.sql`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.29.0/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.30.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``sqlparse``                                ``>=0.5.1``
     ``more-itertools``                          ``>=9.0.0``
    @@ -93,4 +93,4 @@ Extra              Dependencies
     =================  ================================================================================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.29.0/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.30.0/changelog.html>`_.
    
  • providers/common/sql/src/airflow/providers/common/sql/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "1.29.0"
    +__version__ = "1.30.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/databricks/docs/changelog.rst+16 0 modified
    @@ -26,6 +26,22 @@
     Changelog
     ---------
     
    +7.8.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     7.7.5
     .....
     
    
  • providers/databricks/docs/index.rst+5 5 modified
    @@ -78,7 +78,7 @@ apache-airflow-providers-databricks package
     `Databricks <https://databricks.com/>`__
     
     
    -Release: 7.7.5
    +Release: 7.8.0
     
     Provider package
     ----------------
    @@ -96,12 +96,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ======================================
     PIP package                                 Version required
     ==========================================  ======================================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-common-sql``     ``>=1.27.0``
     ``requests``                                ``>=2.32.0,<3``
    @@ -142,5 +142,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-databricks 7.7.5 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.7.5.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.7.5.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.7.5.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-databricks 7.7.5 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.7.5-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.7.5-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.7.5-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-databricks 7.8.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.8.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.8.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.8.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-databricks 7.8.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.8.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.8.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.8.0-py3-none-any.whl.sha512>`__)
    
  • providers/databricks/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Databricks <https://databricks.com/>`__
     
     state: ready
    -source-date-epoch: 1763069001
    +source-date-epoch: 1764109970
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 7.8.0
       - 7.7.5
       - 7.7.4
       - 7.7.3
    
  • providers/databricks/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-databricks"
    -version = "7.7.5"
    +version = "7.8.0"
     description = "Provider package apache-airflow-providers-databricks for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "apache-airflow-providers-common-sql>=1.27.0",
         "requests>=2.32.0,<3",
    @@ -134,8 +134,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.7.5"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.7.5/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.8.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.8.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/databricks/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-databricks``
     
    -Release: ``7.7.5``
    +Release: ``7.8.0``
     
     
     `Databricks <https://databricks.com/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``databricks`` provider. All classes for this pro
     are in ``airflow.providers.databricks`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.7.5/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.8.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ======================================
     PIP package                                 Version required
     ==========================================  ======================================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-common-sql``     ``>=1.27.0``
     ``requests``                                ``>=2.32.0,<3``
    @@ -102,4 +102,4 @@ Extra               Dependencies
     ==================  ================================================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.7.5/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.8.0/changelog.html>`_.
    
  • providers/databricks/src/airflow/providers/databricks/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "7.7.5"
    +__version__ = "7.8.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/datadog/docs/changelog.rst+15 0 modified
    @@ -27,6 +27,21 @@
     Changelog
     ---------
     
    +3.10.0
    +......
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +
     3.9.3
     .....
     
    
  • providers/datadog/docs/index.rst+5 5 modified
    @@ -68,7 +68,7 @@ apache-airflow-providers-datadog package
     `Datadog <https://www.datadoghq.com/>`__
     
     
    -Release: 3.9.3
    +Release: 3.10.0
     
     Provider package
     ----------------
    @@ -86,12 +86,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``datadog``                                 ``>=0.50.0``
     ==========================================  ==================
    @@ -121,5 +121,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-datadog 3.9.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_datadog-3.9.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_datadog-3.9.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_datadog-3.9.3.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-datadog 3.9.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_datadog-3.9.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_datadog-3.9.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_datadog-3.9.3-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-datadog 3.10.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_datadog-3.10.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_datadog-3.10.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_datadog-3.10.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-datadog 3.10.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_datadog-3.10.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_datadog-3.10.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_datadog-3.10.0-py3-none-any.whl.sha512>`__)
    
  • providers/datadog/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Datadog <https://www.datadoghq.com/>`__
     
     state: ready
    -source-date-epoch: 1763069068
    +source-date-epoch: 1764109982
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 3.10.0
       - 3.9.3
       - 3.9.2
       - 3.9.1
    
  • providers/datadog/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-datadog"
    -version = "3.9.3"
    +version = "3.10.0"
     description = "Provider package apache-airflow-providers-datadog for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "datadog>=0.50.0",
     ]
    @@ -98,8 +98,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-datadog/3.9.3"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-datadog/3.9.3/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-datadog/3.10.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-datadog/3.10.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/datadog/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-datadog``
     
    -Release: ``3.9.3``
    +Release: ``3.10.0``
     
     
     `Datadog <https://www.datadoghq.com/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``datadog`` provider. All classes for this provid
     are in ``airflow.providers.datadog`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-datadog/3.9.3/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-datadog/3.10.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``datadog``                                 ``>=0.50.0``
     ==========================================  ==================
    @@ -78,4 +78,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-datadog/3.9.3/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-datadog/3.10.0/changelog.html>`_.
    
  • providers/datadog/src/airflow/providers/datadog/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "3.9.3"
    +__version__ = "3.10.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/dbt/cloud/docs/changelog.rst+17 0 modified
    @@ -28,6 +28,23 @@
     Changelog
     ---------
     
    +4.6.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +   * ``Bump min version of openlineage libraries to 1.40.0 to fix compat issues (#58302)``
    +
     4.5.0
     .....
     
    
  • providers/dbt/cloud/docs/index.rst+5 5 modified
    @@ -81,7 +81,7 @@ apache-airflow-providers-dbt-cloud package
     `dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__
     
     
    -Release: 4.5.0
    +Release: 4.6.0
     
     Provider package
     ----------------
    @@ -99,12 +99,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-http``
     ``asgiref``                                 ``>=2.3.0``
    @@ -139,5 +139,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-dbt-cloud 4.5.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.5.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.5.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.5.0.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-dbt-cloud 4.5.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.5.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.5.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.5.0-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-dbt-cloud 4.6.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.6.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.6.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.6.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-dbt-cloud 4.6.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.6.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.6.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.6.0-py3-none-any.whl.sha512>`__)
    
  • providers/dbt/cloud/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__
     
     state: ready
    -source-date-epoch: 1763069126
    +source-date-epoch: 1764109988
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 4.6.0
       - 4.5.0
       - 4.4.4
       - 4.4.3
    
  • providers/dbt/cloud/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-dbt-cloud"
    -version = "4.5.0"
    +version = "4.6.0"
     description = "Provider package apache-airflow-providers-dbt-cloud for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "apache-airflow-providers-http",
         "asgiref>=2.3.0",
    @@ -111,8 +111,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.5.0"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.5.0/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.6.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.6.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/dbt/cloud/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-dbt-cloud``
     
    -Release: ``4.5.0``
    +Release: ``4.6.0``
     
     
     `dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``dbt.cloud`` provider. All classes for this prov
     are in ``airflow.providers.dbt.cloud`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.5.0/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.6.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-http``
     ``asgiref``                                 ``>=2.3.0``
    @@ -92,4 +92,4 @@ Extra            Dependencies
     ===============  ===============================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.5.0/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.6.0/changelog.html>`_.
    
  • providers/dbt/cloud/src/airflow/providers/dbt/cloud/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "4.5.0"
    +__version__ = "4.6.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/dingding/docs/changelog.rst+16 0 modified
    @@ -28,6 +28,22 @@ Changelog
     ---------
     
     
    +3.9.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     3.8.3
     .....
     
    
  • providers/dingding/docs/index.rst+5 5 modified
    @@ -76,7 +76,7 @@ apache-airflow-providers-dingding package
     `DingTalk <https://www.dingtalk.com/>`__
     
     
    -Release: 3.8.3
    +Release: 3.9.0
     
     Provider package
     ----------------
    @@ -94,12 +94,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-http``
     ==========================================  ==================
    @@ -130,5 +130,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-dingding 3.8.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.8.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.8.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.8.3.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-dingding 3.8.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.8.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.8.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.8.3-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-dingding 3.9.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.9.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.9.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.9.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-dingding 3.9.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.9.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.9.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.9.0-py3-none-any.whl.sha512>`__)
    
  • providers/dingding/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `DingTalk <https://www.dingtalk.com/>`__
     
     state: ready
    -source-date-epoch: 1763069159
    +source-date-epoch: 1764110000
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 3.9.0
       - 3.8.3
       - 3.8.2
       - 3.8.1
    
  • providers/dingding/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-dingding"
    -version = "3.8.3"
    +version = "3.9.0"
     description = "Provider package apache-airflow-providers-dingding for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "apache-airflow-providers-http",
     ]
    @@ -99,8 +99,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-dingding/3.8.3"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-dingding/3.8.3/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-dingding/3.9.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-dingding/3.9.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/dingding/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-dingding``
     
    -Release: ``3.8.3``
    +Release: ``3.9.0``
     
     
     `DingTalk <https://www.dingtalk.com/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``dingding`` provider. All classes for this provi
     are in ``airflow.providers.dingding`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dingding/3.8.3/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dingding/3.9.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-http``
     ==========================================  ==================
    @@ -79,4 +79,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dingding/3.8.3/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dingding/3.9.0/changelog.html>`_.
    
  • providers/dingding/src/airflow/providers/dingding/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "3.8.3"
    +__version__ = "3.9.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/discord/docs/changelog.rst+20 0 modified
    @@ -27,6 +27,26 @@
     Changelog
     ---------
     
    +3.11.0
    +......
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Features
    +~~~~~~~~
    +
    +* ``Add async discord notifier (#56911)``
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +
     3.10.3
     ......
     
    
  • providers/discord/docs/index.rst+6 6 modified
    @@ -62,7 +62,7 @@ apache-airflow-providers-discord package
     `Discord <https://discord.com/>`__
     
     
    -Release: 3.10.3
    +Release: 3.11.0
     
     Provider package
     ----------------
    @@ -80,13 +80,13 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    -``apache-airflow-providers-common-compat``  ``>=1.8.0``
    +``apache-airflow``                          ``>=2.11.0``
    +``apache-airflow-providers-common-compat``  ``>=1.10.0``
     ``apache-airflow-providers-http``
     ==========================================  ==================
     
    @@ -116,5 +116,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-discord 3.10.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.10.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.10.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.10.3.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-discord 3.10.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.10.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.10.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.10.3-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-discord 3.11.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.11.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.11.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.11.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-discord 3.11.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.11.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.11.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.11.0-py3-none-any.whl.sha512>`__)
    
  • providers/discord/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Discord <https://discord.com/>`__
     
     state: ready
    -source-date-epoch: 1763069188
    +source-date-epoch: 1764110013
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 3.11.0
       - 3.10.3
       - 3.10.2
       - 3.10.1
    
  • providers/discord/pyproject.toml+5 5 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-discord"
    -version = "3.10.3"
    +version = "3.11.0"
     description = "Provider package apache-airflow-providers-discord for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,8 +58,8 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    -    "apache-airflow-providers-common-compat>=1.8.0", # use next version
    +    "apache-airflow>=2.11.0",
    +    "apache-airflow-providers-common-compat>=1.10.0",
         "apache-airflow-providers-http",
     ]
     
    @@ -99,8 +99,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-discord/3.10.3"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-discord/3.10.3/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-discord/3.11.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-discord/3.11.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/discord/README.rst+5 5 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-discord``
     
    -Release: ``3.10.3``
    +Release: ``3.11.0``
     
     
     `Discord <https://discord.com/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``discord`` provider. All classes for this provid
     are in ``airflow.providers.discord`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-discord/3.10.3/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-discord/3.11.0/>`_.
     
     Installation
     ------------
    @@ -53,8 +53,8 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    -``apache-airflow-providers-common-compat``  ``>=1.8.0``
    +``apache-airflow``                          ``>=2.11.0``
    +``apache-airflow-providers-common-compat``  ``>=1.10.0``
     ``apache-airflow-providers-http``
     ==========================================  ==================
     
    @@ -79,4 +79,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-discord/3.10.3/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-discord/3.11.0/changelog.html>`_.
    
  • providers/discord/src/airflow/providers/discord/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "3.10.3"
    +__version__ = "3.11.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/docker/docs/changelog.rst+17 0 modified
    @@ -28,6 +28,23 @@ Changelog
     ---------
     
     
    +4.5.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Move out some exceptions to TaskSDK (#54505)``
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     4.4.5
     .....
     
    
  • providers/docker/docs/index.rst+5 5 modified
    @@ -70,7 +70,7 @@ apache-airflow-providers-docker package
     `Docker <https://www.docker.com/>`__
     
     
    -Release: 4.4.5
    +Release: 4.5.0
     
     Provider package
     ----------------
    @@ -88,12 +88,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``docker``                                  ``>=7.1.0``
     ``python-dotenv``                           ``>=0.21.0``
    @@ -124,5 +124,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-docker 4.4.5 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.4.5.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.4.5.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.4.5.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-docker 4.4.5 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.4.5-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.4.5-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.4.5-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-docker 4.5.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.5.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.5.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.5.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-docker 4.5.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.5.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.5.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.5.0-py3-none-any.whl.sha512>`__)
    
  • providers/docker/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Docker <https://www.docker.com/>`__
     
     state: ready
    -source-date-epoch: 1763069218
    +source-date-epoch: 1764110022
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 4.5.0
       - 4.4.5
       - 4.4.4
       - 4.4.3
    
  • providers/docker/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-docker"
    -version = "4.4.5"
    +version = "4.5.0"
     description = "Provider package apache-airflow-providers-docker for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "docker>=7.1.0",
         "python-dotenv>=0.21.0",
    @@ -106,8 +106,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-docker/4.4.5"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-docker/4.4.5/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-docker/4.5.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-docker/4.5.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/docker/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-docker``
     
    -Release: ``4.4.5``
    +Release: ``4.5.0``
     
     
     `Docker <https://www.docker.com/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``docker`` provider. All classes for this provide
     are in ``airflow.providers.docker`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-docker/4.4.5/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-docker/4.5.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``docker``                                  ``>=7.1.0``
     ``python-dotenv``                           ``>=0.21.0``
    @@ -88,4 +88,4 @@ Extra              Dependencies
     =================  ==========================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-docker/4.4.5/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-docker/4.5.0/changelog.html>`_.
    
  • providers/docker/src/airflow/providers/docker/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "4.4.5"
    +__version__ = "4.5.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/edge3/docs/changelog.rst+33 0 modified
    @@ -27,6 +27,39 @@
     Changelog
     ---------
     
    +1.6.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Features
    +~~~~~~~~
    +
    +* ``Send executor integration info in workload (#57800)``
    +* ``Prevent duplicate edge workers unless existing worker is offline or unkown (#58586)``
    +* ``Add multi-select state filter to worker page (#58505)``
    +* ``Add queue name filtering to Edge Worker tab (#58416)``
    +* ``Add search functionality to Edge Worker tab (#58331)``
    +
    +Bug Fixes
    +~~~~~~~~~
    +
    +* ``Use 'before_sleep_log' in retries of Edge Worker (#58480)``
    +
    +Misc
    +~~~~
    +
    +* ``Bump the edge-ui-package-updates group across 1 directory with 8 updates (#58780)``
    +* ``Move out some exceptions to TaskSDK (#54505)``
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +* ``Upgrade Edge TS dependencies (#58413)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Remove SDK reference for NOTSET in Airflow Core (#58258)``
    +
     1.5.0
     .....
     
    
  • providers/edge3/docs/index.rst+5 5 modified
    @@ -90,7 +90,7 @@ Additional REST API endpoints are provided to distribute tasks and manage the ed
     are provided by the API server.
     
     
    -Release: 1.5.0
    +Release: 1.6.0
     
     Provider package
     ----------------
    @@ -108,12 +108,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ====================
     PIP package                                 Version required
     ==========================================  ====================
    -``apache-airflow``                          ``>=2.10.0,!=3.1.0``
    +``apache-airflow``                          ``>=2.11.0,!=3.1.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``pydantic``                                ``>=2.11.0``
     ``retryhttp``                               ``>=1.2.0,!=1.3.0``
    @@ -144,5 +144,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-edge3 1.5.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_edge3-1.5.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_edge3-1.5.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_edge3-1.5.0.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-edge3 1.5.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_edge3-1.5.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_edge3-1.5.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_edge3-1.5.0-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-edge3 1.6.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_edge3-1.6.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_edge3-1.6.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_edge3-1.6.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-edge3 1.6.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_edge3-1.6.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_edge3-1.6.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_edge3-1.6.0-py3-none-any.whl.sha512>`__)
    
  • providers/edge3/provider.yaml+2 1 modified
    @@ -33,13 +33,14 @@ description: |
       are provided by the API server.
     
     state: ready
    -source-date-epoch: 1763069258
    +source-date-epoch: 1764110065
     
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 1.6.0
       - 1.5.0
       - 1.4.1
       - 1.4.0
    
  • providers/edge3/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-edge3"
    -version = "1.5.0"
    +version = "1.6.0"
     description = "Provider package apache-airflow-providers-edge3 for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0,!=3.1.0",
    +    "apache-airflow>=2.11.0,!=3.1.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "pydantic>=2.11.0",
         "retryhttp>=1.2.0,!=1.3.0",
    @@ -99,8 +99,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.5.0"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.5.0/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.6.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.6.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/edge3/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-edge3``
     
    -Release: ``1.5.0``
    +Release: ``1.6.0``
     
     
     Handle edge workers on remote sites via HTTP(s) connection and orchestrates work over distributed sites.
    @@ -48,7 +48,7 @@ This is a provider package for ``edge3`` provider. All classes for this provider
     are in ``airflow.providers.edge3`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.5.0/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.6.0/>`_.
     
     Installation
     ------------
    @@ -65,7 +65,7 @@ Requirements
     ==========================================  ====================
     PIP package                                 Version required
     ==========================================  ====================
    -``apache-airflow``                          ``>=2.10.0,!=3.1.0``
    +``apache-airflow``                          ``>=2.11.0,!=3.1.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``pydantic``                                ``>=2.11.0``
     ``retryhttp``                               ``>=1.2.0,!=1.3.0``
    @@ -91,4 +91,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.5.0/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.6.0/changelog.html>`_.
    
  • providers/edge3/src/airflow/providers/edge3/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "1.5.0"
    +__version__ = "1.6.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/elasticsearch/docs/changelog.rst+16 0 modified
    @@ -27,6 +27,22 @@
     Changelog
     ---------
     
    +6.4.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     6.3.5
     .....
     
    
  • providers/elasticsearch/docs/index.rst+5 5 modified
    @@ -79,7 +79,7 @@ apache-airflow-providers-elasticsearch package
     `Elasticsearch <https://www.elastic.co/elasticsearch>`__
     
     
    -Release: 6.3.5
    +Release: 6.4.0
     
     Provider package
     ----------------
    @@ -97,12 +97,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-common-sql``     ``>=1.27.0``
     ``elasticsearch``                           ``>=8.10,<9``
    @@ -134,5 +134,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-elasticsearch 6.3.5 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.3.5.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.3.5.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.3.5.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-elasticsearch 6.3.5 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.3.5-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.3.5-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.3.5-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-elasticsearch 6.4.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.4.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.4.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.4.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-elasticsearch 6.4.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.4.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.4.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.4.0-py3-none-any.whl.sha512>`__)
    
  • providers/elasticsearch/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Elasticsearch <https://www.elastic.co/elasticsearch>`__
     
     state: ready
    -source-date-epoch: 1763069268
    +source-date-epoch: 1764110073
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 6.4.0
       - 6.3.5
       - 6.3.4
       - 6.3.3
    
  • providers/elasticsearch/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-elasticsearch"
    -version = "6.3.5"
    +version = "6.4.0"
     description = "Provider package apache-airflow-providers-elasticsearch for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "apache-airflow-providers-common-sql>=1.27.0",
         "elasticsearch>=8.10,<9",
    @@ -101,8 +101,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.3.5"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.3.5/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.4.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.4.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/elasticsearch/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-elasticsearch``
     
    -Release: ``6.3.5``
    +Release: ``6.4.0``
     
     
     `Elasticsearch <https://www.elastic.co/elasticsearch>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``elasticsearch`` provider. All classes for this
     are in ``airflow.providers.elasticsearch`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.3.5/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.4.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-common-sql``     ``>=1.27.0``
     ``elasticsearch``                           ``>=8.10,<9``
    @@ -80,4 +80,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.3.5/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.4.0/changelog.html>`_.
    
  • providers/elasticsearch/src/airflow/providers/elasticsearch/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "6.3.5"
    +__version__ = "6.4.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/exasol/docs/changelog.rst+15 0 modified
    @@ -27,6 +27,21 @@
     Changelog
     ---------
     
    +4.9.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +
     4.8.4
     .....
     
    
  • providers/exasol/docs/index.rst+5 5 modified
    @@ -75,7 +75,7 @@ apache-airflow-providers-exasol package
     `Exasol <https://www.exasol.com/>`__
     
     
    -Release: 4.8.4
    +Release: 4.9.0
     
     Provider package
     ----------------
    @@ -93,12 +93,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     =======================================  =====================================
     PIP package                              Version required
     =======================================  =====================================
    -``apache-airflow``                       ``>=2.10.0``
    +``apache-airflow``                       ``>=2.11.0``
     ``apache-airflow-providers-common-sql``  ``>=1.26.0``
     ``pyexasol``                             ``>=0.26.0``
     ``pandas``                               ``>=2.1.2; python_version < "3.13"``
    @@ -130,5 +130,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-exasol 4.8.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-exasol 4.8.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-exasol 4.9.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.9.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.9.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.9.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-exasol 4.9.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.9.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.9.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.9.0-py3-none-any.whl.sha512>`__)
    
  • providers/exasol/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Exasol <https://www.exasol.com/>`__
     
     state: ready
    -source-date-epoch: 1763069292
    +source-date-epoch: 1764110080
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 4.9.0
       - 4.8.4
       - 4.8.3
       - 4.8.2
    
  • providers/exasol/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-exasol"
    -version = "4.8.4"
    +version = "4.9.0"
     description = "Provider package apache-airflow-providers-exasol for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-sql>=1.26.0",
         "pyexasol>=0.26.0",
         'pandas>=2.1.2; python_version <"3.13"',
    @@ -100,8 +100,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.9.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.9.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/exasol/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-exasol``
     
    -Release: ``4.8.4``
    +Release: ``4.9.0``
     
     
     `Exasol <https://www.exasol.com/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
     are in ``airflow.providers.exasol`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.9.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     =======================================  =====================================
     PIP package                              Version required
     =======================================  =====================================
    -``apache-airflow``                       ``>=2.10.0``
    +``apache-airflow``                       ``>=2.11.0``
     ``apache-airflow-providers-common-sql``  ``>=1.26.0``
     ``pyexasol``                             ``>=0.26.0``
     ``pandas``                               ``>=2.1.2; python_version < "3.13"``
    @@ -80,4 +80,4 @@ Dependent package
     ============================================================================================================  ==============
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.9.0/changelog.html>`_.
    
  • providers/exasol/src/airflow/providers/exasol/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "4.8.4"
    +__version__ = "4.9.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/fab/docs/changelog.rst+17 0 modified
    @@ -20,6 +20,23 @@
     Changelog
     ---------
     
    +3.0.3
    +.....
    +
    +Misc
    +~~~~
    +
    +* ``Bump stylelint from 16.25.0 to 16.26.0 in /providers/fab/src/airflow/providers/fab/www in the fab-ui-package-updates group across 1 directory (#58678)``
    +* ``Remove deprecation warning in Fab provider (#58686)``
    +* ``Fix mypy errors in providers (#58644)``
    +* ``Bump webpack from 5.102.1 to 5.103.0 in /providers/fab/src/airflow/providers/fab/www in the fab-ui-package-updates group across 1 directory (#58634)``
    +* ``Upgrade js-yaml to 4.1.1 in FAB (#58501)``
    +* ``Migrate FAB PATCH /roles/{name} to FastAPI (#58023)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     3.0.2
     .....
     
    
  • providers/fab/docs/index.rst+3 3 modified
    @@ -84,7 +84,7 @@ apache-airflow-providers-fab package
     `Flask App Builder <https://flask-appbuilder.readthedocs.io/>`__
     
     
    -Release: 3.0.2
    +Release: 3.0.3
     
     Provider package
     ----------------
    @@ -150,5 +150,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-fab 3.0.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.0.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.0.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.0.2.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-fab 3.0.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.0.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.0.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.0.2-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-fab 3.0.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.0.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.0.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.0.3.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-fab 3.0.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.0.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.0.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.0.3-py3-none-any.whl.sha512>`__)
    
  • providers/fab/provider.yaml+2 1 modified
    @@ -28,13 +28,14 @@ description: |
     # For providers until we think it should be released.
     state: ready
     
    -source-date-epoch: 1763069463
    +source-date-epoch: 1764110130
     
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 3.0.3
       - 3.0.2
       - 3.0.1
       - 3.0.0
    
  • providers/fab/pyproject.toml+3 3 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-fab"
    -version = "3.0.2"
    +version = "3.0.3"
     description = "Provider package apache-airflow-providers-fab for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -134,8 +134,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.0.2"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.0.2/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.0.3"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.0.3/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/fab/README.rst+3 3 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-fab``
     
    -Release: ``3.0.2``
    +Release: ``3.0.3``
     
     
     `Flask App Builder <https://flask-appbuilder.readthedocs.io/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``fab`` provider. All classes for this provider p
     are in ``airflow.providers.fab`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-fab/3.0.2/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-fab/3.0.3/>`_.
     
     Installation
     ------------
    @@ -100,4 +100,4 @@ Extra         Dependencies
     ============  ============================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-fab/3.0.2/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-fab/3.0.3/changelog.html>`_.
    
  • providers/fab/src/airflow/providers/fab/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "3.0.2"
    +__version__ = "3.0.3"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "3.0.2"
    
  • providers/facebook/docs/changelog.rst+15 0 modified
    @@ -27,6 +27,21 @@
     Changelog
     ---------
     
    +3.9.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +
     3.8.3
     .....
     
    
  • providers/facebook/docs/index.rst+5 5 modified
    @@ -61,7 +61,7 @@ apache-airflow-providers-facebook package
     `Facebook Ads <https://www.facebook.com/about/ads>`__
     
     
    -Release: 3.8.3
    +Release: 3.9.0
     
     Provider package
     ----------------
    @@ -79,12 +79,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``facebook-business``                       ``>=22.0.0``
     ==========================================  ==================
    @@ -114,5 +114,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-facebook 3.8.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_facebook-3.8.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_facebook-3.8.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_facebook-3.8.3.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-facebook 3.8.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_facebook-3.8.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_facebook-3.8.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_facebook-3.8.3-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-facebook 3.9.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_facebook-3.9.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_facebook-3.9.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_facebook-3.9.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-facebook 3.9.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_facebook-3.9.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_facebook-3.9.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_facebook-3.9.0-py3-none-any.whl.sha512>`__)
    
  • providers/facebook/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Facebook Ads <https://www.facebook.com/about/ads>`__
     
     state: ready
    -source-date-epoch: 1763069492
    +source-date-epoch: 1764110146
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 3.9.0
       - 3.8.3
       - 3.8.2
       - 3.8.1
    
  • providers/facebook/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-facebook"
    -version = "3.8.3"
    +version = "3.9.0"
     description = "Provider package apache-airflow-providers-facebook for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "facebook-business>=22.0.0",
     ]
    @@ -98,8 +98,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-facebook/3.8.3"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-facebook/3.8.3/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-facebook/3.9.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-facebook/3.9.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/facebook/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-facebook``
     
    -Release: ``3.8.3``
    +Release: ``3.9.0``
     
     
     `Facebook Ads <https://www.facebook.com/about/ads>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``facebook`` provider. All classes for this provi
     are in ``airflow.providers.facebook`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-facebook/3.8.3/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-facebook/3.9.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``facebook-business``                       ``>=22.0.0``
     ==========================================  ==================
    @@ -78,4 +78,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-facebook/3.8.3/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-facebook/3.9.0/changelog.html>`_.
    
  • providers/facebook/src/airflow/providers/facebook/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "3.8.3"
    +__version__ = "3.9.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/ftp/docs/changelog.rst+16 0 modified
    @@ -27,6 +27,22 @@
     Changelog
     ---------
     
    +3.14.0
    +......
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     3.13.3
     ......
     
    
  • providers/ftp/docs/index.rst+5 5 modified
    @@ -84,7 +84,7 @@ apache-airflow-providers-ftp package
     `File Transfer Protocol (FTP) <https://tools.ietf.org/html/rfc114>`__
     
     
    -Release: 3.13.3
    +Release: 3.14.0
     
     Provider package
     ----------------
    @@ -102,12 +102,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ==========================================  ==================
     
    @@ -137,5 +137,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-ftp 3.13.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.13.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.13.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.13.3.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-ftp 3.13.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.13.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.13.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.13.3-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-ftp 3.14.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.14.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.14.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.14.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-ftp 3.14.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.14.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.14.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.14.0-py3-none-any.whl.sha512>`__)
    
  • providers/ftp/provider.yaml+2 1 modified
    @@ -22,8 +22,9 @@ description: |
         `File Transfer Protocol (FTP) <https://tools.ietf.org/html/rfc114>`__
     
     state: ready
    -source-date-epoch: 1763069509
    +source-date-epoch: 1764110152
     versions:
    +  - 3.14.0
       - 3.13.3
       - 3.13.2
       - 3.13.1
    
  • providers/ftp/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-ftp"
    -version = "3.13.3"
    +version = "3.14.0"
     description = "Provider package apache-airflow-providers-ftp for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
     ]
     
    @@ -108,8 +108,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.13.3"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.13.3/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.14.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.14.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/ftp/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-ftp``
     
    -Release: ``3.13.3``
    +Release: ``3.14.0``
     
     
     `File Transfer Protocol (FTP) <https://tools.ietf.org/html/rfc114>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``ftp`` provider. All classes for this provider p
     are in ``airflow.providers.ftp`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.13.3/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.14.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ==========================================  ==================
     
    @@ -88,4 +88,4 @@ Extra              Dependencies
     =================  ==========================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.13.3/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.14.0/changelog.html>`_.
    
  • providers/ftp/src/airflow/providers/ftp/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "3.13.3"
    +__version__ = "3.14.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/github/docs/changelog.rst+21 0 modified
    @@ -29,6 +29,27 @@
     Changelog
     ---------
     
    +2.10.0
    +......
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Features
    +~~~~~~~~
    +
    +* ``Add Support for GitHub App Installation Authentication in 'GithubHook' (#54812)``
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     2.9.4
     .....
     
    
  • providers/github/docs/index.rst+5 5 modified
    @@ -77,7 +77,7 @@ apache-airflow-providers-github package
     `GitHub <https://www.github.com/>`__
     
     
    -Release: 2.9.4
    +Release: 2.10.0
     
     Provider package
     ----------------
    @@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``PyGithub``                                ``>=2.1.1``
     ==========================================  ==================
    @@ -130,5 +130,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-github 2.9.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.9.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.9.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.9.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-github 2.9.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.9.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.9.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.9.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-github 2.10.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-github 2.10.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_github-2.10.0-py3-none-any.whl.sha512>`__)
    
  • providers/github/provider.yaml+2 1 modified
    @@ -23,12 +23,13 @@ description: |
         `GitHub <https://www.github.com/>`__
     
     state: ready
    -source-date-epoch: 1763069564
    +source-date-epoch: 1764110187
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 2.10.0
       - 2.9.4
       - 2.9.3
       - 2.9.2
    
  • providers/github/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-github"
    -version = "2.9.4"
    +version = "2.10.0"
     description = "Provider package apache-airflow-providers-github for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "PyGithub>=2.1.1",
     ]
    @@ -98,8 +98,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-github/2.9.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-github/2.9.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/github/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-github``
     
    -Release: ``2.9.4``
    +Release: ``2.10.0``
     
     
     `GitHub <https://www.github.com/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``github`` provider. All classes for this provide
     are in ``airflow.providers.github`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-github/2.9.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``PyGithub``                                ``>=2.1.1``
     ==========================================  ==================
    @@ -78,4 +78,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-github/2.9.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-github/2.10.0/changelog.html>`_.
    
  • providers/github/src/airflow/providers/github/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "2.9.4"
    +__version__ = "2.10.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/google/docs/changelog.rst+34 0 modified
    @@ -51,6 +51,40 @@ Changelog
     
       * ``Remove CloudAutoMLHook use airflow.providers.google.cloud.hooks.vertex_ai.auto_ml.AutoMLHook, airflow.providers.google.cloud.hooks.translate.TranslateHook instead``
     
    +19.1.0
    +......
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Features
    +~~~~~~~~
    +
    +* ``Create CloudComposerExternalTaskSensor for Cloud Composer service (#57971)``
    +* ``Add gcp_conn_id as template field (#58298)``
    +
    +Bug Fixes
    +~~~~~~~~~
    +
    +* ``Fix generate_if for BQ if the run_type=scheduled (#58035)``
    +* ``Fix incorrect default docstring for gke_finish_action in GKEStartPodOperator (#58349)``
    +* ``Fix Google provider to handle False boolean values in connection extras (#58348)``
    +
    +Misc
    +~~~~
    +
    +* ``Move out some exceptions to TaskSDK (#54505)``
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +* ``Remove SDK reference for NOTSET in Airflow Core (#58258)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +   * ``Update create_airflow_connection helper method for making able to create Connection in Composer environment (#57804)``
    +   * ``Fix race condition in test_execute_wildcard for LocalFilesystemToGCSOperator (#58613)``
    +   * ``Fix KuberetesPodTriggerer use correct parameter name to read pod logs. (#58489)``
    +
     19.0.0
     ......
     
    
  • providers/google/docs/index.rst+6 5 modified
    @@ -88,7 +88,7 @@ Google services including:
       - `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite)
     
     
    -Release: 19.0.0
    +Release: 19.1.0
     
     Provider package
     ----------------
    @@ -106,12 +106,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ======================================
     PIP package                                 Version required
     ==========================================  ======================================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-common-sql``     ``>=1.27.0``
     ``asgiref``                                 ``>=3.5.2``
    @@ -219,6 +219,7 @@ Dependent package
     `apache-airflow-providers-salesforce <https://airflow.apache.org/docs/apache-airflow-providers-salesforce>`_              ``salesforce``
     `apache-airflow-providers-sftp <https://airflow.apache.org/docs/apache-airflow-providers-sftp>`_                          ``sftp``
     `apache-airflow-providers-ssh <https://airflow.apache.org/docs/apache-airflow-providers-ssh>`_                            ``ssh``
    +`apache-airflow-providers-standard <https://airflow.apache.org/docs/apache-airflow-providers-standard>`_                  ``standard``
     `apache-airflow-providers-trino <https://airflow.apache.org/docs/apache-airflow-providers-trino>`_                        ``trino``
     ========================================================================================================================  ====================
     
    @@ -228,5 +229,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-google 19.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-19.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-19.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-19.0.0.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-google 19.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-19.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-19.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-19.0.0-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-google 19.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-19.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-19.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-19.1.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-google 19.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-19.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-19.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-19.1.0-py3-none-any.whl.sha512>`__)
    
  • providers/google/provider.yaml+2 1 modified
    @@ -29,12 +29,13 @@ description: |
         - `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite)
     
     state: ready
    -source-date-epoch: 1763069646
    +source-date-epoch: 1764110222
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 19.1.0
       - 19.0.0
       - 18.1.0
       - 18.0.0
    
  • providers/google/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-google"
    -version = "19.0.0"
    +version = "19.1.0"
     description = "Provider package apache-airflow-providers-google for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "apache-airflow-providers-common-sql>=1.27.0",
         "asgiref>=3.5.2",
    @@ -264,8 +264,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-google/19.0.0"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-google/19.0.0/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-google/19.1.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-google/19.1.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/google/README.rst+6 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-google``
     
    -Release: ``19.0.0``
    +Release: ``19.1.0``
     
     
     Google services including:
    @@ -43,7 +43,7 @@ This is a provider package for ``google`` provider. All classes for this provide
     are in ``airflow.providers.google`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-google/19.0.0/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-google/19.1.0/>`_.
     
     Installation
     ------------
    @@ -60,7 +60,7 @@ Requirements
     ==========================================  ======================================
     PIP package                                 Version required
     ==========================================  ======================================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-common-sql``     ``>=1.27.0``
     ``asgiref``                                 ``>=3.5.2``
    @@ -168,6 +168,7 @@ Dependent package
     `apache-airflow-providers-salesforce <https://airflow.apache.org/docs/apache-airflow-providers-salesforce>`_              ``salesforce``
     `apache-airflow-providers-sftp <https://airflow.apache.org/docs/apache-airflow-providers-sftp>`_                          ``sftp``
     `apache-airflow-providers-ssh <https://airflow.apache.org/docs/apache-airflow-providers-ssh>`_                            ``ssh``
    +`apache-airflow-providers-standard <https://airflow.apache.org/docs/apache-airflow-providers-standard>`_                  ``standard``
     `apache-airflow-providers-trino <https://airflow.apache.org/docs/apache-airflow-providers-trino>`_                        ``trino``
     ========================================================================================================================  ====================
     
    @@ -196,7 +197,8 @@ Extra                 Dependencies
     ``ssh``               ``apache-airflow-providers-ssh``
     ``trino``             ``apache-airflow-providers-trino``
     ``http``              ``apache-airflow-providers-http``
    +``standard``          ``apache-airflow-providers-standard``
     ====================  =========================================================================================================================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-google/19.0.0/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-google/19.1.0/changelog.html>`_.
    
  • providers/google/src/airflow/providers/google/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "19.0.0"
    +__version__ = "19.1.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/grpc/docs/changelog.rst+15 0 modified
    @@ -27,6 +27,21 @@
     Changelog
     ---------
     
    +3.9.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +
     3.8.3
     .....
     
    
  • providers/grpc/docs/index.rst+5 5 modified
    @@ -68,7 +68,7 @@ apache-airflow-providers-grpc package
     `gRPC <https://grpc.io/>`__
     
     
    -Release: 3.8.3
    +Release: 3.9.0
     
     Provider package
     ----------------
    @@ -86,12 +86,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``google-auth``                             ``>=1.0.0,<3.0.0``
     ``google-auth-httplib2``                    ``>=0.0.1``
    @@ -123,5 +123,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-grpc 3.8.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_grpc-3.8.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_grpc-3.8.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_grpc-3.8.3.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-grpc 3.8.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_grpc-3.8.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_grpc-3.8.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_grpc-3.8.3-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-grpc 3.9.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_grpc-3.9.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_grpc-3.9.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_grpc-3.9.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-grpc 3.9.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_grpc-3.9.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_grpc-3.9.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_grpc-3.9.0-py3-none-any.whl.sha512>`__)
    
  • providers/grpc/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `gRPC <https://grpc.io/>`__
     
     state: ready
    -source-date-epoch: 1763069674
    +source-date-epoch: 1764110231
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 3.9.0
       - 3.8.3
       - 3.8.2
       - 3.8.1
    
  • providers/grpc/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-grpc"
    -version = "3.8.3"
    +version = "3.9.0"
     description = "Provider package apache-airflow-providers-grpc for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         # Google has very clear rules on what dependencies should be used. All the limits below
         # follow strict guidelines of Google Libraries as quoted here:
    @@ -105,8 +105,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-grpc/3.8.3"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-grpc/3.8.3/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-grpc/3.9.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-grpc/3.9.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/grpc/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-grpc``
     
    -Release: ``3.8.3``
    +Release: ``3.9.0``
     
     
     `gRPC <https://grpc.io/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``grpc`` provider. All classes for this provider
     are in ``airflow.providers.grpc`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-grpc/3.8.3/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-grpc/3.9.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``google-auth``                             ``>=1.0.0,<3.0.0``
     ``google-auth-httplib2``                    ``>=0.0.1``
    @@ -80,4 +80,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-grpc/3.8.3/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-grpc/3.9.0/changelog.html>`_.
    
  • providers/grpc/src/airflow/providers/grpc/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "3.8.3"
    +__version__ = "3.9.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/hashicorp/docs/changelog.rst+16 0 modified
    @@ -27,6 +27,22 @@
     Changelog
     ---------
     
    +4.4.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     4.3.4
     .....
     
    
  • providers/hashicorp/docs/index.rst+5 5 modified
    @@ -69,7 +69,7 @@ apache-airflow-providers-hashicorp package
     Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
     
     
    -Release: 4.3.4
    +Release: 4.4.0
     
     Provider package
     ----------------
    @@ -87,12 +87,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``hvac``                                    ``>=1.1.0``
     ==========================================  ==================
    @@ -123,5 +123,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-hashicorp 4.3.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.3.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.3.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.3.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-hashicorp 4.3.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.3.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.3.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.3.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-hashicorp 4.4.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.4.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.4.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.4.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-hashicorp 4.4.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.4.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.4.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.4.0-py3-none-any.whl.sha512>`__)
    
  • providers/hashicorp/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
     
     state: ready
    -source-date-epoch: 1763069695
    +source-date-epoch: 1764110238
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 4.4.0
       - 4.3.4
       - 4.3.3
       - 4.3.2
    
  • providers/hashicorp/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-hashicorp"
    -version = "4.3.4"
    +version = "4.4.0"
     description = "Provider package apache-airflow-providers-hashicorp for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "hvac>=1.1.0",
     ]
    @@ -110,8 +110,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.3.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.3.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.4.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.4.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/hashicorp/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-hashicorp``
     
    -Release: ``4.3.4``
    +Release: ``4.4.0``
     
     
     Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``hashicorp`` provider. All classes for this prov
     are in ``airflow.providers.hashicorp`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.3.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.4.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``hvac``                                    ``>=1.1.0``
     ==========================================  ==================
    @@ -89,4 +89,4 @@ Extra       Dependencies
     ==========  ===================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.3.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.4.0/changelog.html>`_.
    
  • providers/hashicorp/src/airflow/providers/hashicorp/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "4.3.4"
    +__version__ = "4.4.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/http/docs/changelog.rst+16 0 modified
    @@ -27,6 +27,22 @@
     Changelog
     ---------
     
    +5.6.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     5.5.0
     .....
     
    
  • providers/http/docs/index.rst+5 5 modified
    @@ -78,7 +78,7 @@ apache-airflow-providers-http package
     `Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
     
     
    -Release: 5.5.0
    +Release: 5.6.0
     
     Provider package
     ----------------
    @@ -96,12 +96,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``requests``                                ``>=2.32.0,<3``
     ``requests-toolbelt``                       ``>=1.0.0``
    @@ -134,5 +134,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-http 5.5.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_http-5.5.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_http-5.5.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_http-5.5.0.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-http 5.5.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_http-5.5.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_http-5.5.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_http-5.5.0-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-http 5.6.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_http-5.6.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_http-5.6.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_http-5.6.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-http 5.6.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_http-5.6.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_http-5.6.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_http-5.6.0-py3-none-any.whl.sha512>`__)
    
  • providers/http/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
     
     state: ready
    -source-date-epoch: 1763069717
    +source-date-epoch: 1764110245
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 5.6.0
       - 5.5.0
       - 5.4.0
       - 5.3.4
    
  • providers/http/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-http"
    -version = "5.5.0"
    +version = "5.6.0"
     description = "Provider package apache-airflow-providers-http for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         # The 2.26.0 release of requests got rid of the chardet LGPL mandatory dependency, allowing us to
         # release it as a requirement for airflow
    @@ -110,8 +110,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-http/5.5.0"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-http/5.5.0/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-http/5.6.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-http/5.6.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/http/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-http``
     
    -Release: ``5.5.0``
    +Release: ``5.6.0``
     
     
     `Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``http`` provider. All classes for this provider
     are in ``airflow.providers.http`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/5.5.0/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/5.6.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``requests``                                ``>=2.32.0,<3``
     ``requests-toolbelt``                       ``>=1.0.0``
    @@ -90,4 +90,4 @@ Extra              Dependencies
     =================  ==========================================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/5.5.0/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/5.6.0/changelog.html>`_.
    
  • providers/http/src/airflow/providers/http/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "5.5.0"
    +__version__ = "5.6.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/imap/docs/changelog.rst+15 0 modified
    @@ -26,6 +26,21 @@
     Changelog
     ---------
     
    +3.10.0
    +......
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +
     3.9.4
     .....
     
    
  • providers/imap/docs/index.rst+5 5 modified
    @@ -63,7 +63,7 @@ apache-airflow-providers-imap package
     `Internet Message Access Protocol (IMAP) <https://tools.ietf.org/html/rfc3501>`__
     
     
    -Release: 3.9.4
    +Release: 3.10.0
     
     Provider package
     ----------------
    @@ -81,12 +81,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ==========================================  ==================
     
    @@ -115,5 +115,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-imap 3.9.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_imap-3.9.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_imap-3.9.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_imap-3.9.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-imap 3.9.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_imap-3.9.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_imap-3.9.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_imap-3.9.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-imap 3.10.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_imap-3.10.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_imap-3.10.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_imap-3.10.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-imap 3.10.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_imap-3.10.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_imap-3.10.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_imap-3.10.0-py3-none-any.whl.sha512>`__)
    
  • providers/imap/provider.yaml+2 1 modified
    @@ -23,12 +23,13 @@ description: |
         `Internet Message Access Protocol (IMAP) <https://tools.ietf.org/html/rfc3501>`__
     
     state: ready
    -source-date-epoch: 1763069732
    +source-date-epoch: 1764110254
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 3.10.0
       - 3.9.4
       - 3.9.3
       - 3.9.2
    
  • providers/imap/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-imap"
    -version = "3.9.4"
    +version = "3.10.0"
     description = "Provider package apache-airflow-providers-imap for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
     ]
     
    @@ -97,8 +97,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-imap/3.9.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-imap/3.9.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-imap/3.10.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-imap/3.10.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/imap/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-imap``
     
    -Release: ``3.9.4``
    +Release: ``3.10.0``
     
     
     `Internet Message Access Protocol (IMAP) <https://tools.ietf.org/html/rfc3501>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``imap`` provider. All classes for this provider
     are in ``airflow.providers.imap`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-imap/3.9.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-imap/3.10.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ==========================================  ==================
     
    @@ -77,4 +77,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-imap/3.9.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-imap/3.10.0/changelog.html>`_.
    
  • providers/imap/src/airflow/providers/imap/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "3.9.4"
    +__version__ = "3.10.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/influxdb/docs/changelog.rst+16 0 modified
    @@ -28,6 +28,22 @@
     Changelog
     ---------
     
    +2.10.0
    +......
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     2.9.4
     .....
     
    
  • providers/influxdb/docs/index.rst+5 5 modified
    @@ -77,7 +77,7 @@ apache-airflow-providers-influxdb package
     `InfluxDB <https://www.influxdata.com/>`__
     
     
    -Release: 2.9.4
    +Release: 2.10.0
     
     Provider package
     ----------------
    @@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``influxdb-client``                         ``>=1.19.0``
     ``requests``                                ``>=2.32.0,<3``
    @@ -131,5 +131,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-influxdb 2.9.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_influxdb-2.9.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_influxdb-2.9.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_influxdb-2.9.4.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-influxdb 2.9.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_influxdb-2.9.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_influxdb-2.9.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_influxdb-2.9.4-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-influxdb 2.10.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_influxdb-2.10.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_influxdb-2.10.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_influxdb-2.10.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-influxdb 2.10.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_influxdb-2.10.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_influxdb-2.10.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_influxdb-2.10.0-py3-none-any.whl.sha512>`__)
    
  • providers/influxdb/provider.yaml+2 1 modified
    @@ -24,12 +24,13 @@ description: |
         `InfluxDB <https://www.influxdata.com/>`__
     
     state: ready
    -source-date-epoch: 1763069749
    +source-date-epoch: 1764110261
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 2.10.0
       - 2.9.4
       - 2.9.3
       - 2.9.2
    
  • providers/influxdb/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-influxdb"
    -version = "2.9.4"
    +version = "2.10.0"
     description = "Provider package apache-airflow-providers-influxdb for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "influxdb-client>=1.19.0",
         "requests>=2.32.0,<3",
    @@ -99,8 +99,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-influxdb/2.9.4"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-influxdb/2.9.4/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-influxdb/2.10.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-influxdb/2.10.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/influxdb/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-influxdb``
     
    -Release: ``2.9.4``
    +Release: ``2.10.0``
     
     
     `InfluxDB <https://www.influxdata.com/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``influxdb`` provider. All classes for this provi
     are in ``airflow.providers.influxdb`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-influxdb/2.9.4/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-influxdb/2.10.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``influxdb-client``                         ``>=1.19.0``
     ``requests``                                ``>=2.32.0,<3``
    @@ -79,4 +79,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-influxdb/2.9.4/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-influxdb/2.10.0/changelog.html>`_.
    
  • providers/influxdb/src/airflow/providers/influxdb/__init__.py+1 1 modified
    @@ -29,7 +29,7 @@
     
     __all__ = ["__version__"]
     
    -__version__ = "2.9.4"
    +__version__ = "2.10.0"
     
     if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
         "2.11.0"
    
  • providers/jdbc/docs/changelog.rst+16 0 modified
    @@ -26,6 +26,22 @@
     Changelog
     ---------
     
    +5.3.0
    +.....
    +
    +.. note::
    +    This release of provider is only available for Airflow 2.11+ as explained in the
    +    Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
    +
    +Misc
    +~~~~
    +
    +* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
    +
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Updates to release process of providers (#58316)``
    +
     5.2.5
     .....
     
    
  • providers/jdbc/docs/index.rst+5 5 modified
    @@ -78,7 +78,7 @@ apache-airflow-providers-jdbc package
     `Java Database Connectivity (JDBC) <https://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/>`__
     
     
    -Release: 5.2.5
    +Release: 5.3.0
     
     Provider package
     ----------------
    @@ -96,12 +96,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
     Requirements
     ------------
     
    -The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
    +The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
     
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-common-sql``     ``>=1.20.0``
     ``jaydebeapi``                              ``>=1.1.1``
    @@ -133,5 +133,5 @@ Downloading official packages
     You can download officially released packages and verify their checksums and signatures from the
     `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
     
    -* `The apache-airflow-providers-jdbc 5.2.5 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.2.5.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.2.5.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.2.5.tar.gz.sha512>`__)
    -* `The apache-airflow-providers-jdbc 5.2.5 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.2.5-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.2.5-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.2.5-py3-none-any.whl.sha512>`__)
    +* `The apache-airflow-providers-jdbc 5.3.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.3.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.3.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.3.0.tar.gz.sha512>`__)
    +* `The apache-airflow-providers-jdbc 5.3.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.3.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.3.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.3.0-py3-none-any.whl.sha512>`__)
    
  • providers/jdbc/provider.yaml+2 1 modified
    @@ -22,12 +22,13 @@ description: |
         `Java Database Connectivity (JDBC) <https://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/>`__
     
     state: ready
    -source-date-epoch: 1763069761
    +source-date-epoch: 1764110268
     # Note that those versions are maintained by release manager - do not update them manually
     # with the exception of case where other provider in sources has >= new provider version.
     # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
     # to be done in the same PR
     versions:
    +  - 5.3.0
       - 5.2.5
       - 5.2.4
       - 5.2.3
    
  • providers/jdbc/pyproject.toml+4 4 modified
    @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
     
     [project]
     name = "apache-airflow-providers-jdbc"
    -version = "5.2.5"
    +version = "5.3.0"
     description = "Provider package apache-airflow-providers-jdbc for Apache Airflow"
     readme = "README.rst"
     license = "Apache-2.0"
    @@ -58,7 +58,7 @@ requires-python = ">=3.10"
     # Make sure to run ``prek update-providers-dependencies --all-files``
     # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
     dependencies = [
    -    "apache-airflow>=2.10.0",
    +    "apache-airflow>=2.11.0",
         "apache-airflow-providers-common-compat>=1.8.0",
         "apache-airflow-providers-common-sql>=1.20.0",
         "jaydebeapi>=1.1.1",
    @@ -100,8 +100,8 @@ apache-airflow-providers-common-sql = {workspace = true}
     apache-airflow-providers-standard = {workspace = true}
     
     [project.urls]
    -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-jdbc/5.2.5"
    -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-jdbc/5.2.5/changelog.html"
    +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-jdbc/5.3.0"
    +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-jdbc/5.3.0/changelog.html"
     "Bug Tracker" = "https://github.com/apache/airflow/issues"
     "Source Code" = "https://github.com/apache/airflow"
     "Slack Chat" = "https://s.apache.org/airflow-slack"
    
  • providers/jdbc/README.rst+4 4 modified
    @@ -23,7 +23,7 @@
     
     Package ``apache-airflow-providers-jdbc``
     
    -Release: ``5.2.5``
    +Release: ``5.3.0``
     
     
     `Java Database Connectivity (JDBC) <https://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/>`__
    @@ -36,7 +36,7 @@ This is a provider package for ``jdbc`` provider. All classes for this provider
     are in ``airflow.providers.jdbc`` python package.
     
     You can find package information and changelog for the provider
    -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-jdbc/5.2.5/>`_.
    +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-jdbc/5.3.0/>`_.
     
     Installation
     ------------
    @@ -53,7 +53,7 @@ Requirements
     ==========================================  ==================
     PIP package                                 Version required
     ==========================================  ==================
    -``apache-airflow``                          ``>=2.10.0``
    +``apache-airflow``                          ``>=2.11.0``
     ``apache-airflow-providers-common-compat``  ``>=1.8.0``
     ``apache-airflow-providers-common-sql``     ``>=1.20.0``
     ``jaydebeapi``                              ``>=1.1.1``
    @@ -80,4 +80,4 @@ Dependent package
     ==================================================================================================================  =================
     
     The changelog for the provider package can be found in the
    -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-jdbc/5.2.5/changelog.html>`_.
    +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-jdbc/5.3.0/changelog.html>`_.
    
  • providers/.last_release_date.txt+1 1 modified
    @@ -1 +1 @@
    -2025-11-18
    +2025-11-27
    
dcdcf3a2b805

Update release notes for RC2 release of Providers for May 2022 (#24307)

https://github.com/apache/airflowJarek PotiukJun 8, 2022via osv
209 files changed · +693 408
  • airflow/providers/airbyte/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.4
     .....
    
  • airflow/providers/alibaba/CHANGELOG.rst+1 0 modified
    @@ -48,6 +48,7 @@ Misc
        * ``Migrate Alibaba example DAGs to new design #22437 (#24130)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     1.1.1
     .....
    
  • airflow/providers/amazon/CHANGELOG.rst+2 0 modified
    @@ -46,6 +46,7 @@ Bug Fixes
     * ``fix: StepFunctionHook ignores explicit set 'region_name' (#23976)``
     * ``Fix Amazon EKS example DAG raises warning during Imports (#23849)``
     * ``Move string arg evals to 'execute()' in 'EksCreateClusterOperator' (#23877)``
    +* ``fix: patches #24215. Won't raise KeyError when 'create_job_kwargs' contains the 'Command' key. (#24308)``
     
     Misc
     ~~~~
    @@ -70,6 +71,7 @@ Misc
        * ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)``
        * ``pydocstyle D202 added (#24221)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     3.4.0
     .....
    
  • airflow/providers/apache/beam/CHANGELOG.rst+1 0 modified
    @@ -49,6 +49,7 @@ Misc
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``AIP-47 - Migrate beam DAGs to new design #22439 (#24211)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     3.4.0
     .....
    
  • airflow/providers/apache/cassandra/CHANGELOG.rst+1 0 modified
    @@ -43,6 +43,7 @@ Misc
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``AIP-47 - Migrate cassandra DAGs to new design #22439 (#24209)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.3
     .....
    
  • airflow/providers/apache/drill/CHANGELOG.rst+1 1 modified
    @@ -39,9 +39,9 @@ Breaking changes
        * ``AIP-47 - Migrate drill DAGs to new design #22439 (#24206)``
        * ``Prepare provider documentation 2022.05.11 (#23631)``
        * ``Clean up in-line f-string concatenation (#23591)``
    -
        * ``chore: Refactoring and Cleaning Apache Providers (#24219)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     1.0.4
     .....
    
  • airflow/providers/apache/druid/CHANGELOG.rst+1 0 modified
    @@ -44,6 +44,7 @@ Misc
        * ``AIP-47 - Migrate druid DAGs to new design #22439 (#24207)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.3.3
     .....
    
  • airflow/providers/apache/hdfs/CHANGELOG.rst+1 0 modified
    @@ -43,6 +43,7 @@ Misc
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.2.3
     .....
    
  • airflow/providers/apache/hive/CHANGELOG.rst+1 0 modified
    @@ -44,6 +44,7 @@ Misc
        * ``Add typing for airflow/configuration.py (#23716)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.3.3
     .....
    
  • airflow/providers/apache/kylin/CHANGELOG.rst+1 0 modified
    @@ -44,6 +44,7 @@ Misc
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.4
     .....
    
  • airflow/providers/apache/livy/CHANGELOG.rst+1 0 modified
    @@ -38,6 +38,7 @@ Breaking changes
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``AIP-47 - Migrate livy DAGs to new design #22439 (#24208)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.2.3
     .....
    
  • airflow/providers/apache/pig/CHANGELOG.rst+1 0 modified
    @@ -38,6 +38,7 @@ Breaking changes
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``AIP-47 - Migrate apache pig DAGs to new design #22439 (#24212)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.4
     .....
    
  • airflow/providers/apache/pinot/CHANGELOG.rst+1 0 modified
    @@ -42,6 +42,7 @@ Misc
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.4
     .....
    
  • airflow/providers/apache/spark/CHANGELOG.rst+1 0 modified
    @@ -50,6 +50,7 @@ Misc
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.3
     .....
    
  • airflow/providers/apache/sqoop/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.3
     .....
    
  • airflow/providers/arangodb/CHANGELOG.rst+1 0 modified
    @@ -38,6 +38,7 @@ Breaking changes
        * ``Clean up f-strings in logging calls (#23597)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     1.0.0
     .....
    
  • airflow/providers/asana/CHANGELOG.rst+1 0 modified
    @@ -40,6 +40,7 @@ Breaking changes
        * ``Use new Breese for building, pulling and verifying the images. (#23104)``
        * ``Fix new MyPy errors in main (#22884)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     1.1.3
     .....
    
  • airflow/providers/celery/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.4
     .....
    
  • airflow/providers/cloudant/CHANGELOG.rst+1 0 modified
    @@ -40,6 +40,7 @@ Breaking changes
        * ``Use new Breese for building, pulling and verifying the images. (#23104)``
        * ``Fix new MyPy errors in main (#22884)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.4
     .....
    
  • airflow/providers/cncf/kubernetes/CHANGELOG.rst+4 9 modified
    @@ -24,14 +24,11 @@
     Changelog
     ---------
     
    -5.0.0
    +4.1.0
     .....
     
    -Breaking changes
    -~~~~~~~~~~~~~~~~
    -
    -* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow
    -  providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers
    +Features
    +~~~~~~~~
     
     * Previously, KubernetesPodOperator relied on core Airflow configuration (namely setting for kubernetes
       executor) for certain settings used in client generation.  Now KubernetesPodOperator
    @@ -41,9 +38,6 @@ Breaking changes
       configure the kubernetes client, then prior to the next major release you will need to
       add an Airflow connection and set your KPO tasks to use that connection.
     
    -Features
    -~~~~~~~~
    -
     * ``Use KubernetesHook to create api client in KubernetesPodOperator (#20578)``
     * ``[FEATURE] KPO use K8S hook (#22086)``
     * ``Add param docs to KubernetesHook and KubernetesPodOperator (#23955) (#24054)``
    @@ -66,6 +60,7 @@ Misc
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``pydocstyle D202 added (#24221)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     4.0.2
     .....
    
  • airflow/providers/cncf/kubernetes/provider.yaml+1 1 modified
    @@ -22,7 +22,7 @@ description: |
         `Kubernetes <https://kubernetes.io/>`__
     
     versions:
    -  - 5.0.0
    +  - 4.1.0
       - 4.0.2
       - 4.0.1
       - 4.0.0
    
  • airflow/providers/databricks/CHANGELOG.rst+1 0 modified
    @@ -51,6 +51,7 @@ Bug Fixes
        * ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.7.0
     .....
    
  • airflow/providers/datadog/CHANGELOG.rst+1 0 modified
    @@ -41,6 +41,7 @@ Breaking changes
        * ``Prepare provider documentation 2022.05.11 (#23631)``
        * ``Use new Breeze for building, pulling and verifying the images. (#23104)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.4
     .....
    
  • airflow/providers/dbt/cloud/CHANGELOG.rst+1 0 modified
    @@ -53,6 +53,7 @@ Bug Fixes
        * ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)``
        * ``Update dbt.py (#24218)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     1.0.2
     .....
    
  • airflow/providers/dingding/CHANGELOG.rst+1 0 modified
    @@ -42,6 +42,7 @@ Breaking changes
        * ``Use new Breese for building, pulling and verifying the images. (#23104)``
        * ``Update tree doc references to grid (#22966)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.4
     .....
    
  • airflow/providers/discord/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.4
     .....
    
  • airflow/providers/docker/CHANGELOG.rst+1 0 modified
    @@ -43,6 +43,7 @@ Misc
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.7.0
     .....
    
  • airflow/providers/elasticsearch/CHANGELOG.rst+1 0 modified
    @@ -46,6 +46,7 @@ Misc
        * ``Prepare provider documentation 2022.05.11 (#23631)``
        * ``Use new Breese for building, pulling and verifying the images. (#23104)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     3.0.3
     .....
    
  • airflow/providers/exasol/CHANGELOG.rst+1 0 modified
    @@ -42,6 +42,7 @@ Bug Fixes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.3
     .....
    
  • airflow/providers/facebook/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.2.3
     .....
    
  • airflow/providers/ftp/CHANGELOG.rst+1 0 modified
    @@ -38,6 +38,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.2
     .....
    
  • airflow/providers/github/CHANGELOG.rst+1 0 modified
    @@ -41,6 +41,7 @@ Bug Fixes
        * ``Prepare provider documentation 2022.05.11 (#23631)``
        * ``Use new Breese for building, pulling and verifying the images. (#23104)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     1.0.3
     .....
    
  • airflow/providers/google/CHANGELOG.rst+2 0 modified
    @@ -56,6 +56,7 @@ Bug Fixes
     * ``Fix DataprocJobBaseOperator not being compatible with dotted names (#23439). (#23791)``
     * ``Remove hack from BigQuery DTS hook (#23887)``
     * ``Fix GCSToGCSOperator cannot copy a single file/folder without copying other files/folders with that prefix (#24039)``
    +* ``Workaround job race bug on biguery to gcs transfer (#24330)``
     
     Misc
     ~~~~
    @@ -73,6 +74,7 @@ Misc
        * ``Clean up f-strings in logging calls (#23597)``
        * ``pydocstyle D202 added (#24221)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     7.0.0
     .....
    
  • airflow/providers/grpc/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.4
     .....
    
  • airflow/providers/hashicorp/CHANGELOG.rst+3 0 modified
    @@ -38,6 +38,9 @@ Breaking changes
        * ``pydocstyle D202 added (#24221)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
     
    +.. Below changes are excluded from the changelog. Move them to
    +   appropriate section above if needed. Do not delete the lines(!):
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.2.0
     .....
    
  • airflow/providers/http/CHANGELOG.rst+1 0 modified
    @@ -38,6 +38,7 @@ Breaking changes
        * ``Migrate HTTP example DAGs to new design AIP-47 (#23991)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.2
     .....
    
  • airflow/providers/imap/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.2.3
     .....
    
  • airflow/providers/influxdb/CHANGELOG.rst+1 0 modified
    @@ -41,6 +41,7 @@ Breaking changes
        * ``Prepare provider documentation 2022.05.11 (#23631)``
        * ``Bump pre-commit hook versions (#22887)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     1.1.3
     .....
    
  • airflow/providers/jdbc/CHANGELOG.rst+1 0 modified
    @@ -46,6 +46,7 @@ Features
        * ``Use new Breese for building, pulling and verifying the images. (#23104)``
        * ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.3
     .....
    
  • airflow/providers/jenkins/CHANGELOG.rst+1 0 modified
    @@ -46,6 +46,7 @@ Bug Fixes
        * ``Prepare provider documentation 2022.05.11 (#23631)``
        * ``Use new Breese for building, pulling and verifying the images. (#23104)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.0
     .....
    
  • airflow/providers/jira/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.5
     .....
    
  • airflow/providers/microsoft/azure/CHANGELOG.rst+1 0 modified
    @@ -51,6 +51,7 @@ Misc
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Clean up f-strings in logging calls (#23597)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     3.9.0
     .....
    
  • airflow/providers/microsoft/mssql/CHANGELOG.rst+1 0 modified
    @@ -38,6 +38,7 @@ Breaking changes
        * ``Migrate Microsoft example DAGs to new design #22452 - mssql (#24139)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.3
     .....
    
  • airflow/providers/microsoft/psrp/CHANGELOG.rst+1 0 modified
    @@ -39,6 +39,7 @@ Breaking changes
        * ``Ensure @contextmanager decorates generator func (#23103)``
        * ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     1.1.4
     .....
    
  • airflow/providers/microsoft/winrm/CHANGELOG.rst+1 0 modified
    @@ -41,6 +41,7 @@ Breaking changes
        * ``Use new Breese for building, pulling and verifying the images. (#23104)``
        * ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.5
     .....
    
  • airflow/providers/mongo/CHANGELOG.rst+1 0 modified
    @@ -39,6 +39,7 @@ Breaking changes
        * ``Prepare provider documentation 2022.05.11 (#23631)``
        * ``Bump pre-commit hook versions (#22887)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.3.3
     .....
    
  • airflow/providers/mysql/CHANGELOG.rst+1 0 modified
    @@ -41,6 +41,7 @@ Breaking changes
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Migrate MySQL example DAGs to new design #22453 (#24142)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.2.3
     .....
    
  • airflow/providers/neo4j/CHANGELOG.rst+1 0 modified
    @@ -41,6 +41,7 @@ Breaking changes
        * ``Prepare provider documentation 2022.05.11 (#23631)``
        * ``Bump pre-commit hook versions (#22887)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.3
     .....
    
  • airflow/providers/odbc/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.4
     .....
    
  • airflow/providers/openfaas/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.3
     .....
    
  • airflow/providers/opsgenie/CHANGELOG.rst+1 0 modified
    @@ -38,6 +38,7 @@ Breaking changes
        * ``Migrate Opsgenie example DAGs to new design #22455 (#24144)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     3.1.0
     .....
    
  • airflow/providers/oracle/CHANGELOG.rst+1 0 modified
    @@ -49,6 +49,7 @@ Misc
        * ``Prepare provider documentation 2022.05.11 (#23631)``
        * ``Use new Breese for building, pulling and verifying the images. (#23104)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.2.3
     .....
    
  • airflow/providers/pagerduty/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.3
     .....
    
  • airflow/providers/papermill/CHANGELOG.rst+2 0 modified
    @@ -37,12 +37,14 @@ Features
     ~~~~~~~~
     
     * ``Add support to specify language name in PapermillOperator (#23916)``
    +* ``Fix langauge override in papermill operator (#24301)``
     
     .. Below changes are excluded from the changelog. Move them to
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Migrate Papermill example DAGs to new design #22456 (#24146)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.2.3
     .....
    
  • airflow/providers/plexus/CHANGELOG.rst+1 0 modified
    @@ -38,6 +38,7 @@ Breaking changes
        * ``Migrate Plexus example DAGs to new design #22457 (#24147)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.4
     .....
    
  • airflow/providers/postgres/CHANGELOG.rst+1 0 modified
    @@ -38,6 +38,7 @@ Breaking changes
        * ``Migrate Postgres example DAGs to new design #22458 (#24148)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     4.1.0
     .....
    
  • airflow/providers/presto/CHANGELOG.rst+1 0 modified
    @@ -44,6 +44,7 @@ Features
        * ``Migrate Presto example DAGs to new design #22459 (#24145)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.2.1
     .....
    
  • airflow/providers/qubole/CHANGELOG.rst+1 0 modified
    @@ -47,6 +47,7 @@ Bug Fixes
        * ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.3
     .....
    
  • airflow/providers/redis/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.4
     .....
    
  • airflow/providers/salesforce/CHANGELOG.rst+1 0 modified
    @@ -38,6 +38,7 @@ Breaking changes
        * ``Migrate Salesforce example DAGs to new design #22463 (#24127)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     3.4.4
     .....
    
  • airflow/providers/samba/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     3.0.4
     .....
    
  • airflow/providers/segment/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.4
     .....
    
  • airflow/providers/sendgrid/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.4
     .....
    
  • airflow/providers/sftp/CHANGELOG.rst+1 0 modified
    @@ -42,6 +42,7 @@ Features
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.6.0
     .....
    
  • airflow/providers/singularity/CHANGELOG.rst+1 0 modified
    @@ -38,6 +38,7 @@ Breaking changes
        * ``Migrate Singularity example DAGs to new design #22464 (#24128)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.4
     .....
    
  • airflow/providers/slack/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     4.2.3
     .....
    
  • airflow/providers/snowflake/CHANGELOG.rst+1 0 modified
    @@ -43,6 +43,7 @@ Bug Fixes
        * ``Migrate Snowflake system tests to new design #22434 (#24151)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.7.0
     .....
    
  • airflow/providers/sqlite/CHANGELOG.rst+1 0 modified
    @@ -43,6 +43,7 @@ Bug Fixes
        * ``Migrate SQLite example DAGs to new design #22461 (#24150)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.3
     .....
    
  • airflow/providers/ssh/CHANGELOG.rst+1 0 modified
    @@ -47,6 +47,7 @@ Bug Fixes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.4.4
     .....
    
  • airflow/providers/tableau/CHANGELOG.rst+1 0 modified
    @@ -38,6 +38,7 @@ Breaking changes
        * ``AIP-47 - Migrate Tableau DAGs to new design (#24125)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.8
     .....
    
  • airflow/providers/telegram/CHANGELOG.rst+1 0 modified
    @@ -38,6 +38,7 @@ Breaking changes
        * ``Migrate Telegram example DAGs to new design #22468 (#24126)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.0.4
     .....
    
  • airflow/providers/trino/CHANGELOG.rst+1 0 modified
    @@ -38,6 +38,7 @@ Breaking changes
        * ``AIP-47 | Migrate Trino example DAGs to new design (#24118)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.3.0
     .....
    
  • airflow/providers/vertica/CHANGELOG.rst+1 0 modified
    @@ -37,6 +37,7 @@ Breaking changes
        appropriate section above if needed. Do not delete the lines(!):
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.1.3
     .....
    
  • airflow/providers/yandex/CHANGELOG.rst+1 0 modified
    @@ -38,6 +38,7 @@ Breaking changes
        * ``Migrate Yandex example DAGs to new design AIP-47 (#24082)``
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     2.2.3
     .....
    
  • airflow/providers/zendesk/CHANGELOG.rst+1 0 modified
    @@ -38,6 +38,7 @@ Breaking changes
        * ``Add explanatory note for contributors about updating Changelog (#24229)``
        * ``Migrate Zendesk example DAGs to new design #22471 (#24129)``
        * ``Prepare docs for May 2022 provider's release (#24231)``
    +   * ``Update package description to remove double min-airflow specification (#24292)``
     
     3.0.3
     .....
    
  • dev/breeze/src/airflow_breeze/pre_commit_ids.py+1 0 modified
    @@ -37,6 +37,7 @@
         'check-changelog-has-no-duplicates',
         'check-daysago-import-from-utils',
         'check-docstring-param-types',
    +    'check-example-dags-urls',
         'check-executables-have-shebangs',
         'check-extra-packages-references',
         'check-extras-order',
    
  • dev/provider_packages/MANIFEST_TEMPLATE.in.jinja2+0 4 modified
    @@ -25,13 +25,9 @@
     
     {% if PROVIDER_PACKAGE_ID == 'amazon' %}
     include airflow/providers/amazon/aws/hooks/batch_waiters.json
    -{% elif PROVIDER_PACKAGE_ID == 'cncf.kubernetes' %}
    -include airflow/providers/cncf/kubernetes/example_dags/example_spark_kubernetes_spark_pi.yaml
     {% elif PROVIDER_PACKAGE_ID == 'google' %}
     include airflow/providers/google/cloud/example_dags/*.yaml
     include airflow/providers/google/cloud/example_dags/*.sql
    -{% elif PROVIDER_PACKAGE_ID == 'papermill' %}
    -include airflow/providers/papermill/example_dags/*.ipynb
     {% endif %}
     
     include NOTICE
    
  • docs/apache-airflow-providers-airbyte/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.4
     .....
    
  • docs/apache-airflow-providers-airbyte/index.rst+1 1 modified
    @@ -38,7 +38,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/airflow/providers/airbyte/example_dags>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-airbyte/3.0.0/airflow/providers/airbyte/example_dags>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-airbyte/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-alibaba/commits.rst+2 1 modified
    @@ -20,7 +20,7 @@
     Package apache-airflow-providers-alibaba
     ------------------------------------------------------
     
    -Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com//>`__).
    +Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com>`__).
     
     
     This is detailed commit list of changes for versions provider package: ``alibaba``.
    @@ -36,6 +36,7 @@ Latest change: 2022-06-07
     =================================================================================================  ===========  =======================================================================================
     Commit                                                                                             Committed    Subject
     =================================================================================================  ===========  =======================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `c23826915d <https://github.com/apache/airflow/commit/c23826915dcdca4f22b52b74633336cb2f4a1eca>`_  2022-06-07   ``Apply per-run log templates to log handlers (#24153)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    
  • docs/apache-airflow-providers-alibaba/index.rst+2 2 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/alibaba>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-alibaba/2.0.0/tests/system/providers/alibaba>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-alibaba/>
         Installing from sources <installing-providers-from-sources>
     
    @@ -56,7 +56,7 @@ Content
     Package apache-airflow-providers-alibaba
     ------------------------------------------------------
     
    -Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com//>`__).
    +Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com>`__).
     
     
     Release: 2.0.0
    
  • docs/apache-airflow-providers-amazon/commits.rst+6 4 modified
    @@ -31,11 +31,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     4.0.0
     .....
     
    -Latest change: 2022-06-07
    +Latest change: 2022-06-08
     
    -=================================================================================================  ===========  ====================================================================================================
    +=================================================================================================  ===========  ===========================================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ====================================================================================================
    +=================================================================================================  ===========  ===========================================================================================================
    +`dc9c083a4b <https://github.com/apache/airflow/commit/dc9c083a4b696ec5ed4e7059de2fb98222e1ab62>`_  2022-06-08   ``fix: patches #24215. Won't raise KeyError when 'create_job_kwargs' contains the 'Command' key. (#24308)``
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `b1ad017cee <https://github.com/apache/airflow/commit/b1ad017cee66f5e042144cc7baa2d44b23b47c4f>`_  2022-06-07   ``pydocstyle D202 added (#24221)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `b88ce95188 <https://github.com/apache/airflow/commit/b88ce951881914e51058ad71858874fdc00a3cbe>`_  2022-06-07   ``Update doc and sample dag for EMR Containers (#24087)``
    @@ -59,7 +61,7 @@ Commit
     `ca25436108 <https://github.com/apache/airflow/commit/ca2543610872ccf62ccb085c5e0b6f9b8717c1aa>`_  2022-05-16   ``Add doc and sample dag for GCSToS3Operator (#23730)``
     `1a8f1ee276 <https://github.com/apache/airflow/commit/1a8f1ee27687492a69a8000bbec99ac31e7b0d33>`_  2022-05-12   ``Update doc and sample dag for Quicksight (#23653)``
     `094e50eb43 <https://github.com/apache/airflow/commit/094e50eb439e1c22e14ee78f375b7e00c71e9269>`_  2022-05-12   ``Replace "absolute()" with "resolve()" in pathlib objects (#23675)``
    -=================================================================================================  ===========  ====================================================================================================
    +=================================================================================================  ===========  ===========================================================================================================
     
     3.4.0
     .....
    
  • docs/apache-airflow-providers-amazon/example-dags.rst+1 1 modified
    @@ -20,4 +20,4 @@ Example DAGs
     
     You can learn how to use Amazon AWS integrations by analyzing the source code of the example DAGs:
     
    -* `Amazon AWS <https://github.com/apache/airflow/tree/main/airflow/providers/amazon/aws/example_dags>`__
    +* `Amazon AWS <https://github.com/apache/airflow/tree/providers-amazon/4.0.0/tests/system/providers/amazon/aws>`__
    
  • docs/apache-airflow-providers-apache-beam/commits.rst+4 3 modified
    @@ -33,16 +33,17 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ================================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ================================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `b4a5783a2a <https://github.com/apache/airflow/commit/b4a5783a2a90d9a0dc8abe5f2a47e639bfb61646>`_  2022-06-06   ``chore: Refactoring and Cleaning Apache Providers (#24219)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `34e0ab9b23 <https://github.com/apache/airflow/commit/34e0ab9b23e0dcf416169777240b97f4de08f772>`_  2022-06-05   ``AIP-47 - Migrate beam DAGs to new design #22439 (#24211)``
     `41e94b475e <https://github.com/apache/airflow/commit/41e94b475e06f63db39b0943c9d9a7476367083c>`_  2022-05-31   ``Support impersonation service account parameter for Dataflow runner (#23961)``
     `4a5250774b <https://github.com/apache/airflow/commit/4a5250774be8f48629294785801879277f42cc62>`_  2022-05-30   ``Added missing project_id to the wait_for_job (#24020)``
    -=================================================================================================  ===========  ================================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     3.4.0
     .....
    
  • docs/apache-airflow-providers-apache-beam/index.rst+1 1 modified
    @@ -27,7 +27,7 @@ Content
     
         Python API <_api/airflow/providers/apache/beam/index>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-apache-beam/>
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/apache/beam>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-apache-beam/4.0.0/tests/system/providers/apache/beam>
     
     .. toctree::
         :maxdepth: 1
    
  • docs/apache-airflow-providers-apache-cassandra/commits.rst+4 3 modified
    @@ -33,14 +33,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `b4a5783a2a <https://github.com/apache/airflow/commit/b4a5783a2a90d9a0dc8abe5f2a47e639bfb61646>`_  2022-06-06   ``chore: Refactoring and Cleaning Apache Providers (#24219)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `eee6bc9691 <https://github.com/apache/airflow/commit/eee6bc969138e3f6e8f4dec4fd3d9a0d51f70a4c>`_  2022-06-05   ``AIP-47 - Migrate cassandra DAGs to new design #22439 (#24209)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.3
     .....
    
  • docs/apache-airflow-providers-apache-cassandra/index.rst+1 1 modified
    @@ -38,7 +38,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/apache/cassandra>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-apache-cassandra/3.0.0/tests/system/providers/apache/cassandra>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-apache-cassandra/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-apache-drill/commits.rst+4 3 modified
    @@ -33,16 +33,17 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `b4a5783a2a <https://github.com/apache/airflow/commit/b4a5783a2a90d9a0dc8abe5f2a47e639bfb61646>`_  2022-06-06   ``chore: Refactoring and Cleaning Apache Providers (#24219)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `a27206915b <https://github.com/apache/airflow/commit/a27206915bfe958e70de3041c0d0ded6bc0b1c02>`_  2022-06-05   ``AIP-47 - Migrate drill DAGs to new design #22439 (#24206)``
     `75c60923e0 <https://github.com/apache/airflow/commit/75c60923e01375ffc5f71c4f2f7968f489e2ca2f>`_  2022-05-12   ``Prepare provider documentation 2022.05.11 (#23631)``
     `428a439953 <https://github.com/apache/airflow/commit/428a43995390b3623a51aa7bac7e21da69a8db22>`_  2022-05-09   ``Clean up in-line f-string concatenation (#23591)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     1.0.4
     .....
    
  • docs/apache-airflow-providers-apache-drill/index.rst+1 1 modified
    @@ -38,7 +38,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/apache/drill>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-apache-drill/2.0.0/tests/system/providers/apache/drill>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-apache-drill/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-apache-druid/commits.rst+4 3 modified
    @@ -33,14 +33,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `b4a5783a2a <https://github.com/apache/airflow/commit/b4a5783a2a90d9a0dc8abe5f2a47e639bfb61646>`_  2022-06-06   ``chore: Refactoring and Cleaning Apache Providers (#24219)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `ddc26c4f3e <https://github.com/apache/airflow/commit/ddc26c4f3e51bf74f56bad888db515dfc900e3e7>`_  2022-06-05   ``AIP-47 - Migrate druid DAGs to new design #22439 (#24207)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.3.3
     .....
    
  • docs/apache-airflow-providers-apache-druid/index.rst+1 1 modified
    @@ -34,7 +34,7 @@ Content
         Python API <_api/airflow/providers/apache/druid/index>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-apache-druid/>
         Installing from sources <installing-providers-from-sources>
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/apache/druid>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-apache-druid/3.0.0/tests/system/providers/apache/druid>
     
     .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
     
    
  • docs/apache-airflow-providers-apache-hdfs/commits.rst+4 3 modified
    @@ -34,13 +34,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `b4a5783a2a <https://github.com/apache/airflow/commit/b4a5783a2a90d9a0dc8abe5f2a47e639bfb61646>`_  2022-06-06   ``chore: Refactoring and Cleaning Apache Providers (#24219)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.2.3
     .....
    
  • docs/apache-airflow-providers-apache-hive/commits.rst+4 3 modified
    @@ -33,15 +33,16 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `b4a5783a2a <https://github.com/apache/airflow/commit/b4a5783a2a90d9a0dc8abe5f2a47e639bfb61646>`_  2022-06-06   ``chore: Refactoring and Cleaning Apache Providers (#24219)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `100ea9d1fc <https://github.com/apache/airflow/commit/100ea9d1fc6831b1ea6e7d33f38c0da5ec9c5fc4>`_  2022-06-05   ``AIP-47 - Migrate hive DAGs to new design #22439 (#24204)``
     `71e4deb1b0 <https://github.com/apache/airflow/commit/71e4deb1b093b7ad9320eb5eb34eca8ea440a238>`_  2022-05-16   ``Add typing for airflow/configuration.py (#23716)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.3.3
     .....
    
  • docs/apache-airflow-providers-apache-hive/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/apache/hive>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-apache-hive/3.0.0/tests/system/providers/apache/hive>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-apache-hive/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-apache-kylin/commits.rst+4 3 modified
    @@ -33,14 +33,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `b4a5783a2a <https://github.com/apache/airflow/commit/b4a5783a2a90d9a0dc8abe5f2a47e639bfb61646>`_  2022-06-06   ``chore: Refactoring and Cleaning Apache Providers (#24219)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `4b2d522503 <https://github.com/apache/airflow/commit/4b2d5225032bf2856d25ebd27c78325cd5dcf139>`_  2022-06-05   ``AIP-47 - Migrate kylin DAGs to new design #22439 (#24205)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.4
     .....
    
  • docs/apache-airflow-providers-apache-kylin/index.rst+1 1 modified
    @@ -32,7 +32,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/apache/kylin>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-apache-kylin/3.0.0/tests/system/providers/apache/kylin>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-apache-kylin/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-apache-livy/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `5503603cde <https://github.com/apache/airflow/commit/5503603cded8613721ea56599667b5a309190b23>`_  2022-06-05   ``AIP-47 - Migrate livy DAGs to new design #22439 (#24208)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.2.3
     .....
    
  • docs/apache-airflow-providers-apache-livy/index.rst+1 1 modified
    @@ -37,7 +37,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/apache/livy>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-apache-livy/3.0.0/tests/system/providers/apache/livy/>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-apache-livy/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-apache-pig/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `0046f125ff <https://github.com/apache/airflow/commit/0046f125ffc9d127b37624bc381faaa5669c6d3a>`_  2022-06-05   ``AIP-47 - Migrate apache pig DAGs to new design #22439 (#24212)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.4
     .....
    
  • docs/apache-airflow-providers-apache-pig/index.rst+1 1 modified
    @@ -37,7 +37,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/apache/pig>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-apache-pig/3.0.0/tests/system/providers/apache/pig>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-apache-pig/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-apache-pinot/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `b4a5783a2a <https://github.com/apache/airflow/commit/b4a5783a2a90d9a0dc8abe5f2a47e639bfb61646>`_  2022-06-06   ``chore: Refactoring and Cleaning Apache Providers (#24219)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.4
     .....
    
  • docs/apache-airflow-providers-apache-spark/commits.rst+4 3 modified
    @@ -33,16 +33,17 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `b4a5783a2a <https://github.com/apache/airflow/commit/b4a5783a2a90d9a0dc8abe5f2a47e639bfb61646>`_  2022-06-06   ``chore: Refactoring and Cleaning Apache Providers (#24219)``
     `9dc2851671 <https://github.com/apache/airflow/commit/9dc2851671cd5cdce445f01f380985f2d7a9b4cf>`_  2022-06-05   ``Fix backwards-compatibility introduced by fixing mypy problems (#24230)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `a2bfc0e62d <https://github.com/apache/airflow/commit/a2bfc0e62dddb8b4e17d833bdf22d282cb265935>`_  2022-06-05   ``AIP-47 - Migrate spark DAGs to new design #22439 (#24210)``
     `71e4deb1b0 <https://github.com/apache/airflow/commit/71e4deb1b093b7ad9320eb5eb34eca8ea440a238>`_  2022-05-16   ``Add typing for airflow/configuration.py (#23716)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.3
     .....
    
  • docs/apache-airflow-providers-apache-spark/index.rst+1 1 modified
    @@ -38,7 +38,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/apache/spark>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-apache-spark/3.0.0/tests/system/providers/apache/spark>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-apache-spark/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-apache-sqoop/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.3
     .....
    
  • docs/apache-airflow-providers-arangodb/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `ec6761a5c0 <https://github.com/apache/airflow/commit/ec6761a5c0d031221d53ce213c0e42813606c55d>`_  2022-05-23   ``Clean up f-strings in logging calls (#23597)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     1.0.0
     .....
    
  • docs/apache-airflow-providers-arangodb/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/airflow/providers/arangodb/example_dags>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-arangodb/2.0.0/airflow/providers/arangodb/example_dags>
     
     .. toctree::
         :maxdepth: 1
    
  • docs/apache-airflow-providers-asana/commits.rst+4 3 modified
    @@ -33,16 +33,17 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `45fcfd31b7 <https://github.com/apache/airflow/commit/45fcfd31b7ba84718e44f3f2adb59dcf25ac9a11>`_  2022-06-03   ``Migrate Asana example DAGs to new design #22440 (#24131)``
     `75c60923e0 <https://github.com/apache/airflow/commit/75c60923e01375ffc5f71c4f2f7968f489e2ca2f>`_  2022-05-12   ``Prepare provider documentation 2022.05.11 (#23631)``
     `8b6b0848a3 <https://github.com/apache/airflow/commit/8b6b0848a3cacf9999477d6af4d2a87463f03026>`_  2022-04-23   ``Use new Breese for building, pulling and verifying the images. (#23104)``
     `6933022e94 <https://github.com/apache/airflow/commit/6933022e94acf139b2dea9a589bb8b25c62a5d20>`_  2022-04-10   ``Fix new MyPy errors in main (#22884)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     1.1.3
     .....
    
  • docs/apache-airflow-providers-asana/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/asana/example_asana.py>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-asana/2.0.0/tests/system/providers/asana/example_asana.py>
     
     .. toctree::
         :maxdepth: 1
    
  • docs/apache-airflow-providers-celery/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.4
     .....
    
  • docs/apache-airflow-providers-cloudant/commits.rst+4 3 modified
    @@ -33,15 +33,16 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `75c60923e0 <https://github.com/apache/airflow/commit/75c60923e01375ffc5f71c4f2f7968f489e2ca2f>`_  2022-05-12   ``Prepare provider documentation 2022.05.11 (#23631)``
     `8b6b0848a3 <https://github.com/apache/airflow/commit/8b6b0848a3cacf9999477d6af4d2a87463f03026>`_  2022-04-23   ``Use new Breese for building, pulling and verifying the images. (#23104)``
     `6933022e94 <https://github.com/apache/airflow/commit/6933022e94acf139b2dea9a589bb8b25c62a5d20>`_  2022-04-10   ``Fix new MyPy errors in main (#22884)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.4
     .....
    
  • docs/apache-airflow-providers-cncf-kubernetes/commits.rst+5 4 modified
    @@ -28,14 +28,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     
     
    -5.0.0
    +4.1.0
     .....
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ================================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ================================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `b1ad017cee <https://github.com/apache/airflow/commit/b1ad017cee66f5e042144cc7baa2d44b23b47c4f>`_  2022-06-07   ``pydocstyle D202 added (#24221)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `98b4e48fbc <https://github.com/apache/airflow/commit/98b4e48fbc1262f1381e7a4ca6cce31d96e6f5e9>`_  2022-06-06   ``Add param docs to KubernetesHook and KubernetesPodOperator (#23955) (#24054)``
    @@ -47,7 +48,7 @@ Commit
     `6bbe015905 <https://github.com/apache/airflow/commit/6bbe015905bd2709e621455d9f71a78b374d1337>`_  2022-05-26   ``Use "remote" pod when patching KPO pod as "checked" (#23676)``
     `ec6761a5c0 <https://github.com/apache/airflow/commit/ec6761a5c0d031221d53ce213c0e42813606c55d>`_  2022-05-23   ``Clean up f-strings in logging calls (#23597)``
     `064c41afda <https://github.com/apache/airflow/commit/064c41afdadc4cc44ac6f879556387db2c050bf8>`_  2022-05-20   ``Don't use the root logger in KPO _suppress function (#23835)``
    -=================================================================================================  ===========  ================================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     4.0.2
     .....
    
  • docs/apache-airflow-providers-cncf-kubernetes/index.rst+2 2 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/cncf/kubernetes>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-cncf-kubernetes/4.1.0/tests/system/providers/cncf/kubernetes>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/>
         Installing from sources <installing-providers-from-sources>
     
    @@ -59,7 +59,7 @@ Package apache-airflow-providers-cncf-kubernetes
     `Kubernetes <https://kubernetes.io/>`__
     
     
    -Release: 5.0.0
    +Release: 4.1.0
     
     Provider package
     ----------------
    
  • docs/apache-airflow-providers-databricks/commits.rst+1 0 modified
    @@ -36,6 +36,7 @@ Latest change: 2022-06-07
     =================================================================================================  ===========  =======================================================================================================================
     Commit                                                                                             Committed    Subject
     =================================================================================================  ===========  =======================================================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `ddf9013098 <https://github.com/apache/airflow/commit/ddf9013098b09176d7b34861b2357ded50b9fe26>`_  2022-06-05   ``AIP-47 - Migrate databricks DAGs to new design #22442 (#24203)``
    
  • docs/apache-airflow-providers-databricks/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/databricks>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-databricks/3.0.0/tests/system/providers/databricks>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-databricks/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-datadog/commits.rst+4 3 modified
    @@ -33,16 +33,17 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `df84c4ad42 <https://github.com/apache/airflow/commit/df84c4ad42b1bbaf352d14973f1f867c89dc0a3b>`_  2022-05-19   ``Support host_name on Datadog provider (#23784)``
     `75c60923e0 <https://github.com/apache/airflow/commit/75c60923e01375ffc5f71c4f2f7968f489e2ca2f>`_  2022-05-12   ``Prepare provider documentation 2022.05.11 (#23631)``
     `8b6b0848a3 <https://github.com/apache/airflow/commit/8b6b0848a3cacf9999477d6af4d2a87463f03026>`_  2022-04-23   ``Use new Breese for building, pulling and verifying the images. (#23104)``
     `6933022e94 <https://github.com/apache/airflow/commit/6933022e94acf139b2dea9a589bb8b25c62a5d20>`_  2022-04-10   ``Fix new MyPy errors in main (#22884)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.4
     .....
    
  • docs/apache-airflow-providers-dbt-cloud/commits.rst+4 3 modified
    @@ -33,9 +33,10 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===============================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===============================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `7498fba826 <https://github.com/apache/airflow/commit/7498fba826ec477b02a40a2e23e1c685f148e20f>`_  2022-06-06   ``Enable dbt Cloud provider to interact with single tenant instances (#24264)``
     `5e6997ed45 <https://github.com/apache/airflow/commit/5e6997ed45be0972bf5ea7dc06e4e1cef73b735a>`_  2022-06-06   ``Update dbt.py (#24218)``
    @@ -46,7 +47,7 @@ Commit
     `f935c9f163 <https://github.com/apache/airflow/commit/f935c9f163bbc2de9034ddf4c0a0cc960a031661>`_  2022-04-23   ``Fix typo in dbt Cloud provider description (#23179)``
     `49e336ae03 <https://github.com/apache/airflow/commit/49e336ae0302b386a2f47269a6d13988382d975f>`_  2022-04-13   ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)``
     `6933022e94 <https://github.com/apache/airflow/commit/6933022e94acf139b2dea9a589bb8b25c62a5d20>`_  2022-04-10   ``Fix new MyPy errors in main (#22884)``
    -=================================================================================================  ===========  ===============================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     1.0.2
     .....
    
  • docs/apache-airflow-providers-dbt-cloud/index.rst+1 1 modified
    @@ -43,7 +43,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/dbt>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-dbt-cloud/2.0.0/tests/system/providers/dbt/cloud/example_dbt_cloud.py>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-dbt-cloud/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-dbt-cloud/operators.rst+4 4 modified
    @@ -51,7 +51,7 @@ The below examples demonstrate how to instantiate DbtCloudRunJobOperator tasks w
     asynchronous waiting for run termination, respectively. To note, the ``account_id`` for the operators is
     referenced within the ``default_args`` of the example DAG.
     
    -.. exampleinclude:: /../../tests/system/providers/dbt/example_dbt_cloud.py
    +.. exampleinclude:: /../../tests/system/providers/dbt/cloud/example_dbt_cloud.py
         :language: python
         :dedent: 4
         :start-after: [START howto_operator_dbt_cloud_run_job]
    @@ -60,7 +60,7 @@ referenced within the ``default_args`` of the example DAG.
     This next example also shows how to pass in custom runtime configuration (in this case for ``threads_override``)
     via the ``additional_run_config`` dictionary.
     
    -.. exampleinclude:: /../../tests/system/providers/dbt/example_dbt_cloud.py
    +.. exampleinclude:: /../../tests/system/providers/dbt/cloud/example_dbt_cloud.py
         :language: python
         :dedent: 4
         :start-after: [START howto_operator_dbt_cloud_run_job_async]
    @@ -80,7 +80,7 @@ In the example below, the ``run_id`` value in the example below comes from the o
     DbtCloudRunJobOperator task by utilizing the ``.output`` property exposed for all operators. Also, to note,
     the ``account_id`` for the task is referenced within the ``default_args`` of the example DAG.
     
    -.. exampleinclude:: /../../tests/system/providers/dbt/example_dbt_cloud.py
    +.. exampleinclude:: /../../tests/system/providers/dbt/cloud/example_dbt_cloud.py
         :language: python
         :dedent: 4
         :start-after: [START howto_operator_dbt_cloud_run_job_sensor]
    @@ -101,7 +101,7 @@ downloaded.
     For more information on dbt Cloud artifacts, reference
     `this documentation <https://docs.getdbt.com/docs/dbt-cloud/using-dbt-cloud/artifacts>`__.
     
    -.. exampleinclude:: /../../tests/system/providers/dbt/example_dbt_cloud.py
    +.. exampleinclude:: /../../tests/system/providers/dbt/cloud/example_dbt_cloud.py
         :language: python
         :dedent: 4
         :start-after: [START howto_operator_dbt_cloud_get_artifact]
    
  • docs/apache-airflow-providers-dingding/commits.rst+4 3 modified
    @@ -33,17 +33,18 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `942e1264a7 <https://github.com/apache/airflow/commit/942e1264a7c9921652a3c03684d0444613cd5051>`_  2022-06-03   ``Migrate DingTalk example DAGs to new design #22443 (#24133)``
     `75c60923e0 <https://github.com/apache/airflow/commit/75c60923e01375ffc5f71c4f2f7968f489e2ca2f>`_  2022-05-12   ``Prepare provider documentation 2022.05.11 (#23631)``
     `2d109401b3 <https://github.com/apache/airflow/commit/2d109401b3566aef613501691d18cf7e4c776cd2>`_  2022-05-04   ``Bump pre-commit hook versions (#22887)``
     `8b6b0848a3 <https://github.com/apache/airflow/commit/8b6b0848a3cacf9999477d6af4d2a87463f03026>`_  2022-04-23   ``Use new Breese for building, pulling and verifying the images. (#23104)``
     `7fe97fb86f <https://github.com/apache/airflow/commit/7fe97fb86ffbf51db2d54e9a1b46520f5591579a>`_  2022-04-13   ``Update tree doc references to grid (#22966)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.4
     .....
    
  • docs/apache-airflow-providers-dingding/index.rst+1 1 modified
    @@ -38,7 +38,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/dingding>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-dingding/3.0.0/tests/system/providers/dingding>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-dingding/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-discord/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.4
     .....
    
  • docs/apache-airflow-providers-docker/commits.rst+4 3 modified
    @@ -33,14 +33,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `06856337a5 <https://github.com/apache/airflow/commit/06856337a51139d66b1a39544e276e477c6b5ea1>`_  2022-06-06   ``docker new system test (#23167)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `97b443aa59 <https://github.com/apache/airflow/commit/97b443aa5931fccc0482f2a286574f4dc672d486>`_  2022-05-28   ``Remove 'xcom_push' from 'DockerOperator' (#23981)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.7.0
     .....
    
  • docs/apache-airflow-providers-docker/index.rst+1 1 modified
    @@ -33,7 +33,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/docker>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-docker/3.0.0/tests/system/providers/docker>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-docker/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-elasticsearch/commits.rst+4 3 modified
    @@ -33,17 +33,18 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `c23826915d <https://github.com/apache/airflow/commit/c23826915dcdca4f22b52b74633336cb2f4a1eca>`_  2022-06-07   ``Apply per-run log templates to log handlers (#24153)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `cba3c17254 <https://github.com/apache/airflow/commit/cba3c17254a1a864ea30d009e7939203f32bf9dd>`_  2022-06-04   ``removed old files (#24172)``
     `75c60923e0 <https://github.com/apache/airflow/commit/75c60923e01375ffc5f71c4f2f7968f489e2ca2f>`_  2022-05-12   ``Prepare provider documentation 2022.05.11 (#23631)``
     `8b6b0848a3 <https://github.com/apache/airflow/commit/8b6b0848a3cacf9999477d6af4d2a87463f03026>`_  2022-04-23   ``Use new Breese for building, pulling and verifying the images. (#23104)``
     `6933022e94 <https://github.com/apache/airflow/commit/6933022e94acf139b2dea9a589bb8b25c62a5d20>`_  2022-04-10   ``Fix new MyPy errors in main (#22884)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     3.0.3
     .....
    
  • docs/apache-airflow-providers-elasticsearch/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/airflow/providers/elasticsearch/example_dags>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-elasticsearch/4.0.0/system/tests/elasticsearch/>
     
     .. toctree::
         :maxdepth: 1
    
  • docs/apache-airflow-providers-exasol/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `b7c3c9657a <https://github.com/apache/airflow/commit/b7c3c9657a6737a06afcb907e55f95a98d51a56c>`_  2022-05-27   ``Fix UnboundLocalError when sql is empty list in ExasolHook (#23812)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.3
     .....
    
  • docs/apache-airflow-providers-facebook/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.2.3
     .....
    
  • docs/apache-airflow-providers-ftp/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.2
     .....
    
  • docs/apache-airflow-providers-github/commits.rst+4 3 modified
    @@ -33,17 +33,18 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `5f6d7d202e <https://github.com/apache/airflow/commit/5f6d7d202eaecf8619f1a1b943166d99554256c2>`_  2022-06-05   ``Migrate GitHub example DAGs to new design #22446 (#24134)``
     `82d5f7cdb7 <https://github.com/apache/airflow/commit/82d5f7cdb7c2879ad561b0edef028b8c5ebb289a>`_  2022-06-04   ``Remove 'GithubOperator' use in  'GithubSensor.__init__()'' (#24214)``
     `4a85370ca9 <https://github.com/apache/airflow/commit/4a85370ca997015b75660192d2a481f09734c99d>`_  2022-05-18   ``Change 'Github' to 'GitHub' (#23764)``
     `75c60923e0 <https://github.com/apache/airflow/commit/75c60923e01375ffc5f71c4f2f7968f489e2ca2f>`_  2022-05-12   ``Prepare provider documentation 2022.05.11 (#23631)``
     `8b6b0848a3 <https://github.com/apache/airflow/commit/8b6b0848a3cacf9999477d6af4d2a87463f03026>`_  2022-04-23   ``Use new Breese for building, pulling and verifying the images. (#23104)``
     `6933022e94 <https://github.com/apache/airflow/commit/6933022e94acf139b2dea9a589bb8b25c62a5d20>`_  2022-04-10   ``Fix new MyPy errors in main (#22884)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     1.0.3
     .....
    
  • docs/apache-airflow-providers-github/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/github>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-github/2.0.0/tests/system/providers/github>
     
     .. toctree::
         :maxdepth: 1
    
  • docs/apache-airflow-providers-google/commits.rst+3 1 modified
    @@ -38,11 +38,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     8.0.0
     .....
     
    -Latest change: 2022-06-07
    +Latest change: 2022-06-08
     
     =================================================================================================  ===========  =======================================================================================================================
     Commit                                                                                             Committed    Subject
     =================================================================================================  ===========  =======================================================================================================================
    +`047a6162b0 <https://github.com/apache/airflow/commit/047a6162b0b4cbf07fe2fd978e335839a7d3900b>`_  2022-06-08   ``Workaround job race bug on biguery to gcs transfer (#24330)``
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `b1ad017cee <https://github.com/apache/airflow/commit/b1ad017cee66f5e042144cc7baa2d44b23b47c4f>`_  2022-06-07   ``pydocstyle D202 added (#24221)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `c3a9ef1ada <https://github.com/apache/airflow/commit/c3a9ef1adadc1e39536f60db46017870860fc633>`_  2022-06-07   ``AIP-47 - Migrate google leveldb DAGs to new design ##22447 (#24233)``
    
  • docs/apache-airflow-providers-google/example-dags.rst+6 6 modified
    @@ -20,9 +20,9 @@ Example DAGs
     
     You can learn how to use Google integrations by analyzing the source code of the example DAGs:
     
    -* `Google Ads <https://github.com/apache/airflow/tree/main/airflow/providers/google/ads/example_dags>`__
    -* `Google Cloud <https://github.com/apache/airflow/tree/main/airflow/providers/google/cloud/example_dags>`__
    -* `Google Firebase <https://github.com/apache/airflow/tree/main/airflow/providers/google/firebase/example_dags>`__
    -* `Google Marketing Platform <https://github.com/apache/airflow/tree/main/airflow/providers/google/marketing_platform/example_dags>`__
    -* `Google Workplace <https://github.com/apache/airflow/tree/main/airflow/providers/google/suite/example_dags>`__ (formerly Google Suite)
    -* `Google LevelDB <https://github.com/apache/airflow/tree/main/airflow/providers/google/leveldb/example_dags>`__
    +* `Google Ads <https://github.com/apache/airflow/tree/providers-google/8.0.0/airflow/providers/google/ads/example_dags>`__
    +* `Google Cloud <https://github.com/apache/airflow/tree/providers-google/8.0.0/airflow/providers/google/cloud/example_dags>`__
    +* `Google Firebase <https://github.com/apache/airflow/tree/providers-google/8.0.0/airflow/providers/google/firebase/example_dags>`__
    +* `Google Marketing Platform <https://github.com/apache/airflow/tree/providers-google/8.0.0/airflow/providers/google/marketing_platform/example_dags>`__
    +* `Google Workplace <https://github.com/apache/airflow/tree/providers-google/8.0.0/airflow/providers/google/suite/example_dags>`__ (formerly Google Suite)
    +* `Google LevelDB <https://github.com/apache/airflow/tree/providers-google/8.0.0/tests/system/providers/google/leveldb>`__
    
  • docs/apache-airflow-providers-google/operators/cloud/index.rst+1 1 modified
    @@ -29,4 +29,4 @@ Google Cloud Operators
     
     .. note::
         You can learn how to use Google Cloud integrations by analyzing the
    -    `source code <https://github.com/apache/airflow/tree/main/airflow/providers/google/cloud/example_dags/>`_ of the particular example DAGs.
    +    `source code <https://github.com/apache/airflow/tree/providers-google/8.0.0/airflow/providers/google/cloud/example_dags>`_ of the particular example DAGs.
    
  • docs/apache-airflow-providers-google/operators/marketing_platform/index.rst+1 1 modified
    @@ -29,4 +29,4 @@ Google Marketing Platform Operators
     
     .. note::
         You can learn how to use Google Cloud integrations by analyzing the
    -    `source code <https://github.com/apache/airflow/tree/main/airflow/providers/google/marketing_platform/example_dags/>`_ of the particular example DAGs.
    +    `source code <https://github.com/apache/airflow/tree/providers-google/8.0.0/airflow/providers/google/marketing_platform/example_dags>`_ of the particular example DAGs.
    
  • docs/apache-airflow-providers-grpc/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.4
     .....
    
  • docs/apache-airflow-providers-hashicorp/commits.rst+4 3 modified
    @@ -33,16 +33,17 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `b1ad017cee <https://github.com/apache/airflow/commit/b1ad017cee66f5e042144cc7baa2d44b23b47c4f>`_  2022-06-07   ``pydocstyle D202 added (#24221)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `75c60923e0 <https://github.com/apache/airflow/commit/75c60923e01375ffc5f71c4f2f7968f489e2ca2f>`_  2022-05-12   ``Prepare provider documentation 2022.05.11 (#23631)``
     `428a439953 <https://github.com/apache/airflow/commit/428a43995390b3623a51aa7bac7e21da69a8db22>`_  2022-05-09   ``Clean up in-line f-string concatenation (#23591)``
     `8b6b0848a3 <https://github.com/apache/airflow/commit/8b6b0848a3cacf9999477d6af4d2a87463f03026>`_  2022-04-23   ``Use new Breese for building, pulling and verifying the images. (#23104)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.2.0
     .....
    
  • docs/apache-airflow-providers-http/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `9398586a7c <https://github.com/apache/airflow/commit/9398586a7cf66d9cf078c40ab0d939b3fcc58c2d>`_  2022-06-01   ``Migrate HTTP example DAGs to new design AIP-47 (#23991)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.2
     .....
    
  • docs/apache-airflow-providers-http/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/airflow/providers/http/example_dags>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-http/3.0.0/tests/system/providers/http>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-http/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-imap/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.2.3
     .....
    
  • docs/apache-airflow-providers-influxdb/commits.rst+4 3 modified
    @@ -33,15 +33,16 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `d4aca43755 <https://github.com/apache/airflow/commit/d4aca43755ece282f9488581a8052c2b92b01f73>`_  2022-06-03   ``Migrate Influx example DAGs to new design #22449 (#24136)``
     `75c60923e0 <https://github.com/apache/airflow/commit/75c60923e01375ffc5f71c4f2f7968f489e2ca2f>`_  2022-05-12   ``Prepare provider documentation 2022.05.11 (#23631)``
     `2d109401b3 <https://github.com/apache/airflow/commit/2d109401b3566aef613501691d18cf7e4c776cd2>`_  2022-05-04   ``Bump pre-commit hook versions (#22887)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     1.1.3
     .....
    
  • docs/apache-airflow-providers-influxdb/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/influxdb>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-influxdb/2.0.0/tests/system/providers/influxdb>
     
     .. toctree::
         :maxdepth: 1
    
  • docs/apache-airflow-providers-jdbc/commits.rst+4 3 modified
    @@ -33,17 +33,18 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `9f7ab0dd0a <https://github.com/apache/airflow/commit/9f7ab0dd0a074831448b33a3cbc0de1cd6c3d997>`_  2022-06-03   ``Migrate JDBC example DAGs to new design #22450 (#24137)``
     `b205a67afe <https://github.com/apache/airflow/commit/b205a67afe6b23d2863bdf5f657dd235d9a901d8>`_  2022-05-22   ``Handler parameter from 'JdbcOperator' to 'JdbcHook.run' (#23817)``
     `75c60923e0 <https://github.com/apache/airflow/commit/75c60923e01375ffc5f71c4f2f7968f489e2ca2f>`_  2022-05-12   ``Prepare provider documentation 2022.05.11 (#23631)``
     `8b6b0848a3 <https://github.com/apache/airflow/commit/8b6b0848a3cacf9999477d6af4d2a87463f03026>`_  2022-04-23   ``Use new Breese for building, pulling and verifying the images. (#23104)``
     `49e336ae03 <https://github.com/apache/airflow/commit/49e336ae0302b386a2f47269a6d13988382d975f>`_  2022-04-13   ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.3
     .....
    
  • docs/apache-airflow-providers-jdbc/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/jdbc>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-jdbc/3.0.0/tests/system/providers/jdbc/>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-jdbc/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-jenkins/commits.rst+1 0 modified
    @@ -36,6 +36,7 @@ Latest change: 2022-06-07
     =================================================================================================  ===========  =======================================================================================
     Commit                                                                                             Committed    Subject
     =================================================================================================  ===========  =======================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `5bd64183f9 <https://github.com/apache/airflow/commit/5bd64183f95e11f47d6b7bc54a4c0d0f74ab5ea6>`_  2022-06-03   ``Migrate Jenkins example DAGs to new design #22451 (#24138)``
    
  • docs/apache-airflow-providers-jenkins/index.rst+1 1 modified
    @@ -37,7 +37,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/jenkins>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-jenkins/3.0.0/tests/system/providers/jenkins>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-jenkins/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-jira/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.5
     .....
    
  • docs/apache-airflow-providers-microsoft-azure/commits.rst+4 3 modified
    @@ -33,17 +33,18 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `c23826915d <https://github.com/apache/airflow/commit/c23826915dcdca4f22b52b74633336cb2f4a1eca>`_  2022-06-07   ``Apply per-run log templates to log handlers (#24153)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `389e858d93 <https://github.com/apache/airflow/commit/389e858d934a7813c7f15ab4e46df33c5720e415>`_  2022-06-03   ``Pass connection extra parameters to wasb BlobServiceClient (#24154)``
     `6e83885c95 <https://github.com/apache/airflow/commit/6e83885c954f781c5c64fcb6e7a0f5a9b113e717>`_  2022-06-03   ``Migrate Microsoft example DAGs to new design #22452 - azure (#24141)``
     `3393647aa6 <https://github.com/apache/airflow/commit/3393647aa63cbfdd2e6b90b7a5c9971732a54fc2>`_  2022-05-26   ``Add typing to Azure Cosmos Client Hook (#23941)``
     `ec6761a5c0 <https://github.com/apache/airflow/commit/ec6761a5c0d031221d53ce213c0e42813606c55d>`_  2022-05-23   ``Clean up f-strings in logging calls (#23597)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     3.9.0
     .....
    
  • docs/apache-airflow-providers-microsoft-azure/index.rst+1 1 modified
    @@ -41,7 +41,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/microsoft/azure>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-microsoft-azure/4.0.0/tests/system/providers/microsoft/azure>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-microsoft-azure/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-microsoft-mssql/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `478459f01e <https://github.com/apache/airflow/commit/478459f01eff42d3fc63949614f5ffe173c67006>`_  2022-06-03   ``Migrate Microsoft example DAGs to new design #22452 - mssql (#24139)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.3
     .....
    
  • docs/apache-airflow-providers-microsoft-mssql/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/microsoft/mssql>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-microsoft-mssql/3.0.0/tests/system/providers/microsoft/mssql>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-microsoft-mssql/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-microsoft-psrp/commits.rst+4 3 modified
    @@ -35,14 +35,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `e58985598f <https://github.com/apache/airflow/commit/e58985598f202395098e15b686aec33645a906ff>`_  2022-05-30   ``Ensure @contextmanager decorates generator func (#23103)``
     `92ddcf4ac6 <https://github.com/apache/airflow/commit/92ddcf4ac6fa452c5056b1f7cad1fca4d5759802>`_  2022-05-27   ``Introduce 'flake8-implicit-str-concat' plugin to static checks (#23873)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     1.1.4
     .....
    
  • docs/apache-airflow-providers-microsoft-winrm/commits.rst+4 3 modified
    @@ -33,16 +33,17 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `fcf47e133d <https://github.com/apache/airflow/commit/fcf47e133d7c0401c93c2d5aba80221b17f504b2>`_  2022-06-03   ``Migrate Microsoft example DAGs to new design #22452 - winrm (#24140)``
     `75c60923e0 <https://github.com/apache/airflow/commit/75c60923e01375ffc5f71c4f2f7968f489e2ca2f>`_  2022-05-12   ``Prepare provider documentation 2022.05.11 (#23631)``
     `8b6b0848a3 <https://github.com/apache/airflow/commit/8b6b0848a3cacf9999477d6af4d2a87463f03026>`_  2022-04-23   ``Use new Breese for building, pulling and verifying the images. (#23104)``
     `49e336ae03 <https://github.com/apache/airflow/commit/49e336ae0302b386a2f47269a6d13988382d975f>`_  2022-04-13   ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.5
     .....
    
  • docs/apache-airflow-providers-microsoft-winrm/index.rst+1 1 modified
    @@ -38,7 +38,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/microsoft/winrm>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-microsoft-winrm/3.0.0/tests/system/providers/microsoft/winrm>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-microsoft-winrm/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-mongo/commits.rst+4 3 modified
    @@ -33,14 +33,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `75c60923e0 <https://github.com/apache/airflow/commit/75c60923e01375ffc5f71c4f2f7968f489e2ca2f>`_  2022-05-12   ``Prepare provider documentation 2022.05.11 (#23631)``
     `2d109401b3 <https://github.com/apache/airflow/commit/2d109401b3566aef613501691d18cf7e4c776cd2>`_  2022-05-04   ``Bump pre-commit hook versions (#22887)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.3.3
     .....
    
  • docs/apache-airflow-providers-mysql/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `3df8ff7407 <https://github.com/apache/airflow/commit/3df8ff7407f76b8c944d9e353744e6e79ed6277d>`_  2022-06-03   ``Migrate MySQL example DAGs to new design #22453 (#24142)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.2.3
     .....
    
  • docs/apache-airflow-providers-neo4j/commits.rst+4 3 modified
    @@ -33,15 +33,16 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `b5218de99a <https://github.com/apache/airflow/commit/b5218de99a3dbfe15bbf45b85a23ba4f92e59cc1>`_  2022-06-03   ``Migrate Neo4j example DAGs to new design #22454 (#24143)``
     `75c60923e0 <https://github.com/apache/airflow/commit/75c60923e01375ffc5f71c4f2f7968f489e2ca2f>`_  2022-05-12   ``Prepare provider documentation 2022.05.11 (#23631)``
     `2d109401b3 <https://github.com/apache/airflow/commit/2d109401b3566aef613501691d18cf7e4c776cd2>`_  2022-05-04   ``Bump pre-commit hook versions (#22887)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.3
     .....
    
  • docs/apache-airflow-providers-neo4j/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/neo4j>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-neo4j/3.0.0/tests/system/providers/neo4j>
     
     .. toctree::
         :maxdepth: 1
    
  • docs/apache-airflow-providers-odbc/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.4
     .....
    
  • docs/apache-airflow-providers-openfaas/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.3
     .....
    
  • docs/apache-airflow-providers-opsgenie/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `f8223348c5 <https://github.com/apache/airflow/commit/f8223348c562c4419f58ab3180f945743d734bb6>`_  2022-06-03   ``Migrate Opsgenie example DAGs to new design #22455 (#24144)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     3.1.0
     .....
    
  • docs/apache-airflow-providers-opsgenie/index.rst+1 1 modified
    @@ -38,7 +38,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/opsgenie>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-opsgenie/4.0.0/tests/system/providers/opsgenie>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-opsgenie/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-oracle/commits.rst+4 3 modified
    @@ -33,16 +33,17 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ==============================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ==============================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `fd2cd25094 <https://github.com/apache/airflow/commit/fd2cd25094c9390a00e77526945e2a35b5e2783d>`_  2022-06-07   ``Make numpy effectively an optional dependency for Oracle provider (#24272)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `75c60923e0 <https://github.com/apache/airflow/commit/75c60923e01375ffc5f71c4f2f7968f489e2ca2f>`_  2022-05-12   ``Prepare provider documentation 2022.05.11 (#23631)``
     `8b6b0848a3 <https://github.com/apache/airflow/commit/8b6b0848a3cacf9999477d6af4d2a87463f03026>`_  2022-04-23   ``Use new Breese for building, pulling and verifying the images. (#23104)``
     `4147aa1bdf <https://github.com/apache/airflow/commit/4147aa1bdf1fdeddd86697d712151d56d54ecfac>`_  2022-04-12   ``Add 'parameters' to templated fields in 'OracleOperator' (#22857)``
    -=================================================================================================  ===========  ==============================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.2.3
     .....
    
  • docs/apache-airflow-providers-pagerduty/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.3
     .....
    
  • docs/apache-airflow-providers-papermill/commits.rst+6 4 modified
    @@ -31,16 +31,18 @@ For high-level changelog, see :doc:`package information including changelog <ind
     3.0.0
     .....
     
    -Latest change: 2022-06-07
    +Latest change: 2022-06-08
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`04f98cf92d <https://github.com/apache/airflow/commit/04f98cf92d4469832b937251d539998614399d38>`_  2022-06-08   ``Fix langauge override in papermill operator (#24301)``
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `b4d50d3be1 <https://github.com/apache/airflow/commit/b4d50d3be1c9917182f231135b8312eb284f0f7f>`_  2022-06-05   ``Migrate Papermill example DAGs to new design #22456 (#24146)``
     `6962d8a355 <https://github.com/apache/airflow/commit/6962d8a3556999af2eec459c944417ddd6d2cfb3>`_  2022-05-27   ``Add support to specify language name in PapermillOperator (#23916)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.2.3
     .....
    
  • docs/apache-airflow-providers-papermill/index.rst+1 1 modified
    @@ -38,7 +38,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/papermill>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-papermill/3.0.0/tests/system/providers/papermill>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-papermill/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-plexus/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `88258921d8 <https://github.com/apache/airflow/commit/88258921d86b4afbd39e765895f5b7a49abfe33b>`_  2022-06-03   ``Migrate Plexus example DAGs to new design #22457 (#24147)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.4
     .....
    
  • docs/apache-airflow-providers-plexus/index.rst+1 1 modified
    @@ -32,7 +32,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/plexus>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-plexus/3.0.0/tests/system/providers/plexus>
     
     .. toctree::
         :maxdepth: 1
    
  • docs/apache-airflow-providers-postgres/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `c60bb9edc0 <https://github.com/apache/airflow/commit/c60bb9edc0c9b55a2824eae879af8a4a90ccdd2d>`_  2022-06-03   ``Migrate Postgres example DAGs to new design #22458 (#24148)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     4.1.0
     .....
    
  • docs/apache-airflow-providers-postgres/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/postgres>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-postgres/5.0.0/tests/system/providers/postgres>
     
     .. toctree::
         :maxdepth: 1
    
  • docs/apache-airflow-providers-presto/commits.rst+4 3 modified
    @@ -33,14 +33,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `2226e64a22 <https://github.com/apache/airflow/commit/2226e64a2263a8166e47d816aa95d211f8fc1c17>`_  2022-06-06   ``Add 'PrestoToSlackOperator' (#23979)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `c3e24c9d05 <https://github.com/apache/airflow/commit/c3e24c9d05a2cdaccd934ac9502223e56bdd99b8>`_  2022-06-03   ``Migrate Presto example DAGs to new design #22459 (#24145)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.2.1
     .....
    
  • docs/apache-airflow-providers-presto/index.rst+2 2 modified
    @@ -44,7 +44,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/presto>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-presto/3.0.0/tests/system/providers/presto>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-presto/>
         Installing from sources <installing-providers-from-sources>
     
    @@ -87,7 +87,7 @@ PIP package               Version required
     ========================  ==================
     ``apache-airflow``        ``>=2.2.0``
     ``pandas``                ``>=0.17.1``
    -``presto-python-client``  ``>=0.7.0,<0.8``
    +``presto-python-client``  ``>=0.8.2``
     ========================  ==================
     
     Cross provider package dependencies
    
  • docs/apache-airflow-providers-qubole/commits.rst+4 3 modified
    @@ -33,9 +33,10 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `9dc2851671 <https://github.com/apache/airflow/commit/9dc2851671cd5cdce445f01f380985f2d7a9b4cf>`_  2022-06-05   ``Fix backwards-compatibility introduced by fixing mypy problems (#24230)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    @@ -44,7 +45,7 @@ Commit
     `75c60923e0 <https://github.com/apache/airflow/commit/75c60923e01375ffc5f71c4f2f7968f489e2ca2f>`_  2022-05-12   ``Prepare provider documentation 2022.05.11 (#23631)``
     `8b6b0848a3 <https://github.com/apache/airflow/commit/8b6b0848a3cacf9999477d6af4d2a87463f03026>`_  2022-04-23   ``Use new Breese for building, pulling and verifying the images. (#23104)``
     `49e336ae03 <https://github.com/apache/airflow/commit/49e336ae0302b386a2f47269a6d13988382d975f>`_  2022-04-13   ``Replace usage of 'DummyOperator' with 'EmptyOperator' (#22974)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.3
     .....
    
  • docs/apache-airflow-providers-qubole/index.rst+1 1 modified
    @@ -38,7 +38,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/qubole>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-qubole/3.0.0/tests/system/providers/qubole>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-qubole/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-qubole/operators/index.rst+1 1 modified
    @@ -29,4 +29,4 @@ Qubole Operators
     
     .. note::
         You can learn how to use Google Cloud integrations by analyzing the
    -    `source code <https://github.com/apache/airflow/tree/main/tests/system/providers/qubole/>`_ of the particular example DAGs.
    +    `source code <https://github.com/apache/airflow/tree/providers-qubole/3.0.0/tests/system/providers/qubole/>`_ of the particular example DAGs.
    
  • docs/apache-airflow-providers-redis/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.4
     .....
    
  • docs/apache-airflow-providers-salesforce/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `fdf518573f <https://github.com/apache/airflow/commit/fdf518573fa45f6208f6a9111323bd35ed2a2fad>`_  2022-06-03   ``Migrate Salesforce example DAGs to new design #22463 (#24127)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     3.4.4
     .....
    
  • docs/apache-airflow-providers-salesforce/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/airflow/providers/salesforce/example_dags>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-salesforce/4.0.0/tests/system/providers/salesforce>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-salesforce/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-samba/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     3.0.4
     .....
    
  • docs/apache-airflow-providers-segment/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.4
     .....
    
  • docs/apache-airflow-providers-sendgrid/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.4
     .....
    
  • docs/apache-airflow-providers-sftp/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `e656e1de55 <https://github.com/apache/airflow/commit/e656e1de55094e8369cab80b9b1669b1d1225f54>`_  2022-06-06   ``Adding fnmatch type regex to SFTPSensor (#24084)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.6.0
     .....
    
  • docs/apache-airflow-providers-singularity/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `f3285bd9d2 <https://github.com/apache/airflow/commit/f3285bd9d2e619f00facf125cbe3833f1d595f6b>`_  2022-06-03   ``Migrate Singularity example DAGs to new design #22464 (#24128)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.4
     .....
    
  • docs/apache-airflow-providers-singularity/index.rst+1 1 modified
    @@ -32,7 +32,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/singularity/example_singularity.py>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-singularity/3.0.0/tests/system/providers/singularity/example_singularity.py>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-singularity/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-slack/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     4.2.3
     .....
    
  • docs/apache-airflow-providers-slack/index.rst+1 1 modified
    @@ -34,7 +34,7 @@ Content
     
         Connection Types <connections/slack>
         Python API <_api/airflow/providers/slack/index>
    -    Example DAGs <https://github.com/apache/airflow/tree/main/airflow/providers/slack/example_dags>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-slack/5.0.0/airflow/providers/slack/example_dags>
     
     .. toctree::
         :maxdepth: 1
    
  • docs/apache-airflow-providers-snowflake/commits.rst+4 3 modified
    @@ -33,14 +33,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `c2f10a4ee9 <https://github.com/apache/airflow/commit/c2f10a4ee9c2404e545d78281bf742a199895817>`_  2022-06-03   ``Migrate Snowflake system tests to new design #22434 (#24151)``
     `86cfd1244a <https://github.com/apache/airflow/commit/86cfd1244a641a8f17c9b33a34399d9be264f556>`_  2022-05-20   ``Fix error when SnowflakeHook take empty list in 'sql' param (#23767)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.7.0
     .....
    
  • docs/apache-airflow-providers-snowflake/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/snowflake>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-snowflake/3.0.0/tests/system/providers/snowflake>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-snowflake/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-sqlite/commits.rst+4 3 modified
    @@ -33,14 +33,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `32a158a95b <https://github.com/apache/airflow/commit/32a158a95bc8ded8329a3cb17dcf9e9e85c3de46>`_  2022-06-03   ``Migrate SQLite example DAGs to new design #22461 (#24150)``
     `479ad196fa <https://github.com/apache/airflow/commit/479ad196fa7e63019aa0b6500c40024b677d2b6d>`_  2022-05-19   ``Fix ''SqliteHook'' compatibility with SQLAlchemy engine (#23790)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.3
     .....
    
  • docs/apache-airflow-providers-sqlite/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/sqlite>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-sqlite/3.0.0/tests/system/providers/sqlite>
     
     .. toctree::
         :maxdepth: 1
    
  • docs/apache-airflow-providers-ssh/commits.rst+4 3 modified
    @@ -33,14 +33,15 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ==============================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ==============================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `fb1187dbec <https://github.com/apache/airflow/commit/fb1187dbec19377d2a8b7dbc35813b2aaa56506f>`_  2022-06-03   ``Add disabled_algorithms as an extra parameter for SSH connections (#24090)``
     `ddb2a4f47b <https://github.com/apache/airflow/commit/ddb2a4f47b9aec14e1b16498f6c0a372a3f8b6c3>`_  2022-06-02   ``fixing SSHHook bug when using allow_host_key_change param (#24116)``
    -=================================================================================================  ===========  ==============================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.4.4
     .....
    
  • docs/apache-airflow-providers-tableau/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `23f367afc1 <https://github.com/apache/airflow/commit/23f367afc1ca8176bd3d12c1b594c77a53de4254>`_  2022-06-03   ``AIP-47 - Migrate Tableau DAGs to new design (#24125)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.8
     .....
    
  • docs/apache-airflow-providers-tableau/index.rst+1 1 modified
    @@ -34,7 +34,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/airflow/providers/tableau/example_dags>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-tableau/3.0.0/tests/system/providers/tableau>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-tableau/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-telegram/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `2f0ee381d2 <https://github.com/apache/airflow/commit/2f0ee381d2addb58eed37e1777112b4643e14ea6>`_  2022-06-03   ``Migrate Telegram example DAGs to new design #22468 (#24126)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.0.4
     .....
    
  • docs/apache-airflow-providers-telegram/index.rst+1 1 modified
    @@ -38,7 +38,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/telegram>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-telegram/3.0.0/tests/system/providers/telegram>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-telegram/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-trino/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `7489962e75 <https://github.com/apache/airflow/commit/7489962e75a23071620a30c1e070fb7c9e107179>`_  2022-06-02   ``AIP-47 | Migrate Trino example DAGs to new design (#24118)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.3.0
     .....
    
  • docs/apache-airflow-providers-trino/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/airflow/providers/trino/example_dags>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-trino/3.0.0/tests/system/providers/trino>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-trino/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-vertica/commits.rst+4 3 modified
    @@ -33,12 +33,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.1.3
     .....
    
  • docs/apache-airflow-providers-yandex/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `65ad2aed26 <https://github.com/apache/airflow/commit/65ad2aed26f7572ba0d3b04a33f9144989ac7117>`_  2022-06-01   ``Migrate Yandex example DAGs to new design AIP-47 (#24082)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     2.2.3
     .....
    
  • docs/apache-airflow-providers-yandex/index.rst+1 1 modified
    @@ -39,7 +39,7 @@ Content
         :maxdepth: 1
         :caption: Resources
     
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/yandex/example_yandexcloud_dataproc.py>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-yandex/3.0.0/tests/system/providers/yandex/example_yandexcloud_dataproc.py>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-yandex/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/apache-airflow-providers-zendesk/commits.rst+4 3 modified
    @@ -33,13 +33,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
     
     Latest change: 2022-06-07
     
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     Commit                                                                                             Committed    Subject
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
    +`717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_  2022-06-07   ``Update package description to remove double min-airflow specification (#24292)``
     `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_  2022-06-07   ``Prepare docs for May 2022 provider's release (#24231)``
     `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_  2022-06-05   ``Add explanatory note for contributors about updating Changelog (#24229)``
     `1965bf0392 <https://github.com/apache/airflow/commit/1965bf0392c413bd73e39ea6d591eaf49941103d>`_  2022-06-03   ``Migrate Zendesk example DAGs to new design #22471 (#24129)``
    -=================================================================================================  ===========  ===========================================================================
    +=================================================================================================  ===========  ==================================================================================
     
     3.0.3
     .....
    
  • docs/apache-airflow-providers-zendesk/index.rst+1 1 modified
    @@ -27,7 +27,7 @@ Content
         :caption: References
     
         Python API <_api/airflow/providers/zendesk/index>
    -    Example DAGs <https://github.com/apache/airflow/tree/main/tests/system/providers/zendesk/example_zendesk_custom_get.py>
    +    Example DAGs <https://github.com/apache/airflow/tree/providers-zendesk/4.0.0/tests/system/providers/zendesk/example_zendesk_custom_get.py>
         PyPI Repository <https://pypi.org/project/apache-airflow-providers-zendesk/>
         Installing from sources <installing-providers-from-sources>
     
    
  • docs/exts/docs_build/lint_checks.py+7 6 modified
    @@ -283,17 +283,18 @@ def check_example_dags_in_provider_tocs() -> List[DocBuildError]:
     
             if len(example_dags_dirs) == 1:
                 package_rel_path = os.path.relpath(example_dags_dirs[0], start=ROOT_PROJECT_DIR)
    -            github_url = f"https://github.com/apache/airflow/tree/main/{package_rel_path}"
    -            expected_text = f"Example DAGs <{github_url}>"
    +            expected_text = f"Example DAGs <https://github.com/apache/airflow/tree/.*/{package_rel_path}>"
    +            suggested_text = f"Example DAGs <https://github.com/apache/airflow/tree/main/{package_rel_path}>"
             else:
                 expected_text = "Example DAGs <example-dags>"
    +            suggested_text = "Example DAGs <example-dags>"
     
             build_error = assert_file_contains(
                 file_path=doc_file_path,
    -            pattern=re.escape(expected_text),
    +            pattern=expected_text,
                 message=(
    -                f"A link to the example DAGs in table of contents is missing. Can you add it?\n\n"
    -                f"    {expected_text}"
    +                f"A link to the example DAGs in table of contents is missing. Can you please add it?\n\n"
    +                f"   {suggested_text}"
                 ),
             )
             if build_error:
    @@ -312,7 +313,7 @@ def check_pypi_repository_in_provider_tocs() -> List[DocBuildError]:
                 file_path=doc_file_path,
                 pattern=re.escape(expected_text),
                 message=(
    -                f"A link to the PyPI in table of contents is missing. Can you add it?\n\n"
    +                f"A link to the PyPI in table of contents is missing. Can you please add it?\n\n"
                     f"    {expected_text}"
                 ),
             )
    
  • images/breeze/output-commands-hash.txt+1 1 modified
    @@ -1 +1 @@
    -4741c257cb7cb98fd268d443cfa12135
    +bd98d98848beee4dc1b17f16589165a1
    
  • images/breeze/output-static-checks.svg+110 110 modified
    @@ -19,237 +19,237 @@
             font-weight: 700;
         }
     
    -    .terminal-383812282-matrix {
    +    .terminal-3808332044-matrix {
             font-family: Fira Code, monospace;
             font-size: 20px;
             line-height: 24.4px;
             font-variant-east-asian: full-width;
         }
     
    -    .terminal-383812282-title {
    +    .terminal-3808332044-title {
             font-size: 18px;
             font-weight: bold;
             font-family: arial;
         }
     
    -    .terminal-383812282-r1 { fill: #c5c8c6;font-weight: bold }
    -.terminal-383812282-r2 { fill: #c5c8c6 }
    -.terminal-383812282-r3 { fill: #d0b344;font-weight: bold }
    -.terminal-383812282-r4 { fill: #868887 }
    -.terminal-383812282-r5 { fill: #68a0b3;font-weight: bold }
    -.terminal-383812282-r6 { fill: #98a84b;font-weight: bold }
    -.terminal-383812282-r7 { fill: #8d7b39 }
    +    .terminal-3808332044-r1 { fill: #c5c8c6;font-weight: bold }
    +.terminal-3808332044-r2 { fill: #c5c8c6 }
    +.terminal-3808332044-r3 { fill: #d0b344;font-weight: bold }
    +.terminal-3808332044-r4 { fill: #868887 }
    +.terminal-3808332044-r5 { fill: #68a0b3;font-weight: bold }
    +.terminal-3808332044-r6 { fill: #98a84b;font-weight: bold }
    +.terminal-3808332044-r7 { fill: #8d7b39 }
         </style>
     
         <defs>
    -    <clipPath id="terminal-383812282-clip-terminal">
    +    <clipPath id="terminal-3808332044-clip-terminal">
           <rect x="0" y="0" width="1463.0" height="1194.6" />
         </clipPath>
    -    <clipPath id="terminal-383812282-line-0">
    +    <clipPath id="terminal-3808332044-line-0">
         <rect x="0" y="1.5" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-1">
    +<clipPath id="terminal-3808332044-line-1">
         <rect x="0" y="25.9" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-2">
    +<clipPath id="terminal-3808332044-line-2">
         <rect x="0" y="50.3" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-3">
    +<clipPath id="terminal-3808332044-line-3">
         <rect x="0" y="74.7" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-4">
    +<clipPath id="terminal-3808332044-line-4">
         <rect x="0" y="99.1" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-5">
    +<clipPath id="terminal-3808332044-line-5">
         <rect x="0" y="123.5" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-6">
    +<clipPath id="terminal-3808332044-line-6">
         <rect x="0" y="147.9" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-7">
    +<clipPath id="terminal-3808332044-line-7">
         <rect x="0" y="172.3" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-8">
    +<clipPath id="terminal-3808332044-line-8">
         <rect x="0" y="196.7" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-9">
    +<clipPath id="terminal-3808332044-line-9">
         <rect x="0" y="221.1" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-10">
    +<clipPath id="terminal-3808332044-line-10">
         <rect x="0" y="245.5" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-11">
    +<clipPath id="terminal-3808332044-line-11">
         <rect x="0" y="269.9" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-12">
    +<clipPath id="terminal-3808332044-line-12">
         <rect x="0" y="294.3" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-13">
    +<clipPath id="terminal-3808332044-line-13">
         <rect x="0" y="318.7" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-14">
    +<clipPath id="terminal-3808332044-line-14">
         <rect x="0" y="343.1" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-15">
    +<clipPath id="terminal-3808332044-line-15">
         <rect x="0" y="367.5" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-16">
    +<clipPath id="terminal-3808332044-line-16">
         <rect x="0" y="391.9" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-17">
    +<clipPath id="terminal-3808332044-line-17">
         <rect x="0" y="416.3" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-18">
    +<clipPath id="terminal-3808332044-line-18">
         <rect x="0" y="440.7" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-19">
    +<clipPath id="terminal-3808332044-line-19">
         <rect x="0" y="465.1" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-20">
    +<clipPath id="terminal-3808332044-line-20">
         <rect x="0" y="489.5" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-21">
    +<clipPath id="terminal-3808332044-line-21">
         <rect x="0" y="513.9" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-22">
    +<clipPath id="terminal-3808332044-line-22">
         <rect x="0" y="538.3" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-23">
    +<clipPath id="terminal-3808332044-line-23">
         <rect x="0" y="562.7" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-24">
    +<clipPath id="terminal-3808332044-line-24">
         <rect x="0" y="587.1" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-25">
    +<clipPath id="terminal-3808332044-line-25">
         <rect x="0" y="611.5" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-26">
    +<clipPath id="terminal-3808332044-line-26">
         <rect x="0" y="635.9" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-27">
    +<clipPath id="terminal-3808332044-line-27">
         <rect x="0" y="660.3" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-28">
    +<clipPath id="terminal-3808332044-line-28">
         <rect x="0" y="684.7" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-29">
    +<clipPath id="terminal-3808332044-line-29">
         <rect x="0" y="709.1" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-30">
    +<clipPath id="terminal-3808332044-line-30">
         <rect x="0" y="733.5" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-31">
    +<clipPath id="terminal-3808332044-line-31">
         <rect x="0" y="757.9" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-32">
    +<clipPath id="terminal-3808332044-line-32">
         <rect x="0" y="782.3" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-33">
    +<clipPath id="terminal-3808332044-line-33">
         <rect x="0" y="806.7" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-34">
    +<clipPath id="terminal-3808332044-line-34">
         <rect x="0" y="831.1" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-35">
    +<clipPath id="terminal-3808332044-line-35">
         <rect x="0" y="855.5" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-36">
    +<clipPath id="terminal-3808332044-line-36">
         <rect x="0" y="879.9" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-37">
    +<clipPath id="terminal-3808332044-line-37">
         <rect x="0" y="904.3" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-38">
    +<clipPath id="terminal-3808332044-line-38">
         <rect x="0" y="928.7" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-39">
    +<clipPath id="terminal-3808332044-line-39">
         <rect x="0" y="953.1" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-40">
    +<clipPath id="terminal-3808332044-line-40">
         <rect x="0" y="977.5" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-41">
    +<clipPath id="terminal-3808332044-line-41">
         <rect x="0" y="1001.9" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-42">
    +<clipPath id="terminal-3808332044-line-42">
         <rect x="0" y="1026.3" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-43">
    +<clipPath id="terminal-3808332044-line-43">
         <rect x="0" y="1050.7" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-44">
    +<clipPath id="terminal-3808332044-line-44">
         <rect x="0" y="1075.1" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-45">
    +<clipPath id="terminal-3808332044-line-45">
         <rect x="0" y="1099.5" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-46">
    +<clipPath id="terminal-3808332044-line-46">
         <rect x="0" y="1123.9" width="1464" height="24.65"/>
                 </clipPath>
    -<clipPath id="terminal-383812282-line-47">
    +<clipPath id="terminal-3808332044-line-47">
         <rect x="0" y="1148.3" width="1464" height="24.65"/>
                 </clipPath>
         </defs>
     
    -    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="1243.6" rx="8"/><text class="terminal-383812282-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;static-checks</text>
    +    <rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="1480" height="1243.6" rx="8"/><text class="terminal-3808332044-title" fill="#c5c8c6" text-anchor="middle" x="740" y="27">Command:&#160;static-checks</text>
                 <g transform="translate(26,22)">
                 <circle cx="0" cy="0" r="7" fill="#ff5f57"/>
                 <circle cx="22" cy="0" r="7" fill="#febc2e"/>
                 <circle cx="44" cy="0" r="7" fill="#28c840"/>
                 </g>
             
    -    <g transform="translate(9, 41)" clip-path="url(#terminal-383812282-clip-terminal)">
    +    <g transform="translate(9, 41)" clip-path="url(#terminal-3808332044-clip-terminal)">
         
    -    <g class="terminal-383812282-matrix">
    -    <text class="terminal-383812282-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-383812282-line-0)">
    -</text><text class="terminal-383812282-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-383812282-line-1)">Usage:&#160;</text><text class="terminal-383812282-r1" x="97.6" y="44.4" textLength="610" clip-path="url(#terminal-383812282-line-1)">breeze&#160;static-checks&#160;[OPTIONS]&#160;[PRECOMMIT_ARGS]...</text><text class="terminal-383812282-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-383812282-line-1)">
    -</text><text class="terminal-383812282-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-383812282-line-2)">
    -</text><text class="terminal-383812282-r2" x="12.2" y="93.2" textLength="219.6" clip-path="url(#terminal-383812282-line-3)">Run&#160;static&#160;checks.</text><text class="terminal-383812282-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-383812282-line-3)">
    -</text><text class="terminal-383812282-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-383812282-line-4)">
    -</text><text class="terminal-383812282-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-383812282-line-5)">╭─</text><text class="terminal-383812282-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-383812282-line-5)">&#160;Pre-commit&#160;flags&#160;──────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-383812282-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-383812282-line-5)">─╮</text><text class="terminal-383812282-r2" x="1464" y="142" textLength="12.2" clip-path="url(#terminal-383812282-line-5)">
    -</text><text class="terminal-383812282-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-383812282-line-6)">│</text><text class="terminal-383812282-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-383812282-line-6)">-</text><text class="terminal-383812282-r5" x="36.6" y="166.4" textLength="61" clip-path="url(#terminal-383812282-line-6)">-type</text><text class="terminal-383812282-r6" x="317.2" y="166.4" textLength="24.4" clip-path="url(#terminal-383812282-line-6)">-t</text><text class="terminal-383812282-r2" x="366" y="166.4" textLength="1073.6" clip-path="url(#terminal-383812282-line-6)">Type(s)&#160;of&#160;the&#160;static&#160;checks&#160;to&#160;run&#160;(multiple&#160;can&#160;be&#160;added).&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="166.4" textLength="12.2" clip-path="url(#terminal-383812282-line-6)">│</text><text class="terminal-383812282-r2" x="1464" y="166.4" textLength="12.2" clip-path="url(#terminal-383812282-line-6)">
    -</text><text class="terminal-383812282-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-383812282-line-7)">│</text><text class="terminal-383812282-r7" x="366" y="190.8" textLength="1073.6" clip-path="url(#terminal-383812282-line-7)">(all&#160;|&#160;black&#160;|&#160;blacken-docs&#160;|&#160;check-airflow-2-1-compatibility&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="190.8" textLength="12.2" clip-path="url(#terminal-383812282-line-7)">│</text><text class="terminal-383812282-r2" x="1464" y="190.8" textLength="12.2" clip-path="url(#terminal-383812282-line-7)">
    -</text><text class="terminal-383812282-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-383812282-line-8)">│</text><text class="terminal-383812282-r7" x="366" y="215.2" textLength="1073.6" clip-path="url(#terminal-383812282-line-8)">check-airflow-config-yaml-consistent&#160;|&#160;check-airflow-providers-have-extras&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="215.2" textLength="12.2" clip-path="url(#terminal-383812282-line-8)">│</text><text class="terminal-383812282-r2" x="1464" y="215.2" textLength="12.2" clip-path="url(#terminal-383812282-line-8)">
    -</text><text class="terminal-383812282-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-383812282-line-9)">│</text><text class="terminal-383812282-r7" x="366" y="239.6" textLength="1073.6" clip-path="url(#terminal-383812282-line-9)">check-apache-license-rat&#160;|&#160;check-base-operator-partial-arguments&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="239.6" textLength="12.2" clip-path="url(#terminal-383812282-line-9)">│</text><text class="terminal-383812282-r2" x="1464" y="239.6" textLength="12.2" clip-path="url(#terminal-383812282-line-9)">
    -</text><text class="terminal-383812282-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-383812282-line-10)">│</text><text class="terminal-383812282-r7" x="366" y="264" textLength="1073.6" clip-path="url(#terminal-383812282-line-10)">check-base-operator-usage&#160;|&#160;check-boring-cyborg-configuration&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="264" textLength="12.2" clip-path="url(#terminal-383812282-line-10)">│</text><text class="terminal-383812282-r2" x="1464" y="264" textLength="12.2" clip-path="url(#terminal-383812282-line-10)">
    -</text><text class="terminal-383812282-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-383812282-line-11)">│</text><text class="terminal-383812282-r7" x="366" y="288.4" textLength="1073.6" clip-path="url(#terminal-383812282-line-11)">check-breeze-top-dependencies-limited&#160;|&#160;check-builtin-literals&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="288.4" textLength="12.2" clip-path="url(#terminal-383812282-line-11)">│</text><text class="terminal-383812282-r2" x="1464" y="288.4" textLength="12.2" clip-path="url(#terminal-383812282-line-11)">
    -</text><text class="terminal-383812282-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-383812282-line-12)">│</text><text class="terminal-383812282-r7" x="366" y="312.8" textLength="1073.6" clip-path="url(#terminal-383812282-line-12)">check-changelog-has-no-duplicates&#160;|&#160;check-daysago-import-from-utils&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="312.8" textLength="12.2" clip-path="url(#terminal-383812282-line-12)">│</text><text class="terminal-383812282-r2" x="1464" y="312.8" textLength="12.2" clip-path="url(#terminal-383812282-line-12)">
    -</text><text class="terminal-383812282-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-383812282-line-13)">│</text><text class="terminal-383812282-r7" x="366" y="337.2" textLength="1073.6" clip-path="url(#terminal-383812282-line-13)">check-docstring-param-types&#160;|&#160;check-executables-have-shebangs&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="337.2" textLength="12.2" clip-path="url(#terminal-383812282-line-13)">│</text><text class="terminal-383812282-r2" x="1464" y="337.2" textLength="12.2" clip-path="url(#terminal-383812282-line-13)">
    -</text><text class="terminal-383812282-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-383812282-line-14)">│</text><text class="terminal-383812282-r7" x="366" y="361.6" textLength="1073.6" clip-path="url(#terminal-383812282-line-14)">check-extra-packages-references&#160;|&#160;check-extras-order&#160;|&#160;check-for-inclusive-language&#160;|&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="361.6" textLength="12.2" clip-path="url(#terminal-383812282-line-14)">│</text><text class="terminal-383812282-r2" x="1464" y="361.6" textLength="12.2" clip-path="url(#terminal-383812282-line-14)">
    -</text><text class="terminal-383812282-r4" x="0" y="386" textLength="12.2" clip-path="url(#terminal-383812282-line-15)">│</text><text class="terminal-383812282-r7" x="366" y="386" textLength="1073.6" clip-path="url(#terminal-383812282-line-15)">check-hooks-apply&#160;|&#160;check-incorrect-use-of-LoggingMixin&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="386" textLength="12.2" clip-path="url(#terminal-383812282-line-15)">│</text><text class="terminal-383812282-r2" x="1464" y="386" textLength="12.2" clip-path="url(#terminal-383812282-line-15)">
    -</text><text class="terminal-383812282-r4" x="0" y="410.4" textLength="12.2" clip-path="url(#terminal-383812282-line-16)">│</text><text class="terminal-383812282-r7" x="366" y="410.4" textLength="1073.6" clip-path="url(#terminal-383812282-line-16)">check-integrations-are-consistent&#160;|&#160;check-merge-conflict&#160;|&#160;check-newsfragments-are-valid</text><text class="terminal-383812282-r4" x="1451.8" y="410.4" textLength="12.2" clip-path="url(#terminal-383812282-line-16)">│</text><text class="terminal-383812282-r2" x="1464" y="410.4" textLength="12.2" clip-path="url(#terminal-383812282-line-16)">
    -</text><text class="terminal-383812282-r4" x="0" y="434.8" textLength="12.2" clip-path="url(#terminal-383812282-line-17)">│</text><text class="terminal-383812282-r7" x="366" y="434.8" textLength="1073.6" clip-path="url(#terminal-383812282-line-17)">|&#160;check-no-providers-in-core-examples&#160;|&#160;check-no-relative-imports&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="434.8" textLength="12.2" clip-path="url(#terminal-383812282-line-17)">│</text><text class="terminal-383812282-r2" x="1464" y="434.8" textLength="12.2" clip-path="url(#terminal-383812282-line-17)">
    -</text><text class="terminal-383812282-r4" x="0" y="459.2" textLength="12.2" clip-path="url(#terminal-383812282-line-18)">│</text><text class="terminal-383812282-r7" x="366" y="459.2" textLength="1073.6" clip-path="url(#terminal-383812282-line-18)">check-persist-credentials-disabled-in-github-workflows&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="459.2" textLength="12.2" clip-path="url(#terminal-383812282-line-18)">│</text><text class="terminal-383812282-r2" x="1464" y="459.2" textLength="12.2" clip-path="url(#terminal-383812282-line-18)">
    -</text><text class="terminal-383812282-r4" x="0" y="483.6" textLength="12.2" clip-path="url(#terminal-383812282-line-19)">│</text><text class="terminal-383812282-r7" x="366" y="483.6" textLength="1073.6" clip-path="url(#terminal-383812282-line-19)">check-pre-commit-information-consistent&#160;|&#160;check-provide-create-sessions-imports&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="483.6" textLength="12.2" clip-path="url(#terminal-383812282-line-19)">│</text><text class="terminal-383812282-r2" x="1464" y="483.6" textLength="12.2" clip-path="url(#terminal-383812282-line-19)">
    -</text><text class="terminal-383812282-r4" x="0" y="508" textLength="12.2" clip-path="url(#terminal-383812282-line-20)">│</text><text class="terminal-383812282-r7" x="366" y="508" textLength="1073.6" clip-path="url(#terminal-383812282-line-20)">check-provider-yaml-valid&#160;|&#160;check-providers-init-file-missing&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="508" textLength="12.2" clip-path="url(#terminal-383812282-line-20)">│</text><text class="terminal-383812282-r2" x="1464" y="508" textLength="12.2" clip-path="url(#terminal-383812282-line-20)">
    -</text><text class="terminal-383812282-r4" x="0" y="532.4" textLength="12.2" clip-path="url(#terminal-383812282-line-21)">│</text><text class="terminal-383812282-r7" x="366" y="532.4" textLength="1073.6" clip-path="url(#terminal-383812282-line-21)">check-providers-subpackages-init-file-exist&#160;|&#160;check-pydevd-left-in-code&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="532.4" textLength="12.2" clip-path="url(#terminal-383812282-line-21)">│</text><text class="terminal-383812282-r2" x="1464" y="532.4" textLength="12.2" clip-path="url(#terminal-383812282-line-21)">
    -</text><text class="terminal-383812282-r4" x="0" y="556.8" textLength="12.2" clip-path="url(#terminal-383812282-line-22)">│</text><text class="terminal-383812282-r7" x="366" y="556.8" textLength="1073.6" clip-path="url(#terminal-383812282-line-22)">check-revision-heads-map&#160;|&#160;check-safe-filter-usage-in-html&#160;|&#160;check-setup-order&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="556.8" textLength="12.2" clip-path="url(#terminal-383812282-line-22)">│</text><text class="terminal-383812282-r2" x="1464" y="556.8" textLength="12.2" clip-path="url(#terminal-383812282-line-22)">
    -</text><text class="terminal-383812282-r4" x="0" y="581.2" textLength="12.2" clip-path="url(#terminal-383812282-line-23)">│</text><text class="terminal-383812282-r7" x="366" y="581.2" textLength="1073.6" clip-path="url(#terminal-383812282-line-23)">check-start-date-not-used-in-defaults&#160;|&#160;check-system-tests-present&#160;|&#160;check-xml&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="581.2" textLength="12.2" clip-path="url(#terminal-383812282-line-23)">│</text><text class="terminal-383812282-r2" x="1464" y="581.2" textLength="12.2" clip-path="url(#terminal-383812282-line-23)">
    -</text><text class="terminal-383812282-r4" x="0" y="605.6" textLength="12.2" clip-path="url(#terminal-383812282-line-24)">│</text><text class="terminal-383812282-r7" x="366" y="605.6" textLength="1073.6" clip-path="url(#terminal-383812282-line-24)">codespell&#160;|&#160;debug-statements&#160;|&#160;detect-private-key&#160;|&#160;doctoc&#160;|&#160;end-of-file-fixer&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="605.6" textLength="12.2" clip-path="url(#terminal-383812282-line-24)">│</text><text class="terminal-383812282-r2" x="1464" y="605.6" textLength="12.2" clip-path="url(#terminal-383812282-line-24)">
    -</text><text class="terminal-383812282-r4" x="0" y="630" textLength="12.2" clip-path="url(#terminal-383812282-line-25)">│</text><text class="terminal-383812282-r7" x="366" y="630" textLength="1073.6" clip-path="url(#terminal-383812282-line-25)">fix-encoding-pragma&#160;|&#160;flynt&#160;|&#160;forbid-tabs&#160;|&#160;identity&#160;|&#160;insert-license&#160;|&#160;isort&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="630" textLength="12.2" clip-path="url(#terminal-383812282-line-25)">│</text><text class="terminal-383812282-r2" x="1464" y="630" textLength="12.2" clip-path="url(#terminal-383812282-line-25)">
    -</text><text class="terminal-383812282-r4" x="0" y="654.4" textLength="12.2" clip-path="url(#terminal-383812282-line-26)">│</text><text class="terminal-383812282-r7" x="366" y="654.4" textLength="1073.6" clip-path="url(#terminal-383812282-line-26)">lint-chart-schema&#160;|&#160;lint-css&#160;|&#160;lint-dockerfile&#160;|&#160;lint-helm-chart&#160;|&#160;lint-javascript&#160;|&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="654.4" textLength="12.2" clip-path="url(#terminal-383812282-line-26)">│</text><text class="terminal-383812282-r2" x="1464" y="654.4" textLength="12.2" clip-path="url(#terminal-383812282-line-26)">
    -</text><text class="terminal-383812282-r4" x="0" y="678.8" textLength="12.2" clip-path="url(#terminal-383812282-line-27)">│</text><text class="terminal-383812282-r7" x="366" y="678.8" textLength="1073.6" clip-path="url(#terminal-383812282-line-27)">lint-json-schema&#160;|&#160;lint-markdown&#160;|&#160;lint-openapi&#160;|&#160;mixed-line-ending&#160;|&#160;pretty-format-json</text><text class="terminal-383812282-r4" x="1451.8" y="678.8" textLength="12.2" clip-path="url(#terminal-383812282-line-27)">│</text><text class="terminal-383812282-r2" x="1464" y="678.8" textLength="12.2" clip-path="url(#terminal-383812282-line-27)">
    -</text><text class="terminal-383812282-r4" x="0" y="703.2" textLength="12.2" clip-path="url(#terminal-383812282-line-28)">│</text><text class="terminal-383812282-r7" x="366" y="703.2" textLength="1073.6" clip-path="url(#terminal-383812282-line-28)">|&#160;pydocstyle&#160;|&#160;python-no-log-warn&#160;|&#160;pyupgrade&#160;|&#160;rst-backticks&#160;|&#160;run-flake8&#160;|&#160;run-mypy&#160;|&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="703.2" textLength="12.2" clip-path="url(#terminal-383812282-line-28)">│</text><text class="terminal-383812282-r2" x="1464" y="703.2" textLength="12.2" clip-path="url(#terminal-383812282-line-28)">
    -</text><text class="terminal-383812282-r4" x="0" y="727.6" textLength="12.2" clip-path="url(#terminal-383812282-line-29)">│</text><text class="terminal-383812282-r7" x="366" y="727.6" textLength="1073.6" clip-path="url(#terminal-383812282-line-29)">run-shellcheck&#160;|&#160;static-check-autoflake&#160;|&#160;trailing-whitespace&#160;|&#160;update-breeze-file&#160;|&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="727.6" textLength="12.2" clip-path="url(#terminal-383812282-line-29)">│</text><text class="terminal-383812282-r2" x="1464" y="727.6" textLength="12.2" clip-path="url(#terminal-383812282-line-29)">
    -</text><text class="terminal-383812282-r4" x="0" y="752" textLength="12.2" clip-path="url(#terminal-383812282-line-30)">│</text><text class="terminal-383812282-r7" x="366" y="752" textLength="1073.6" clip-path="url(#terminal-383812282-line-30)">update-breeze-readme-config-hash&#160;|&#160;update-extras&#160;|&#160;update-in-the-wild-to-be-sorted&#160;|&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="752" textLength="12.2" clip-path="url(#terminal-383812282-line-30)">│</text><text class="terminal-383812282-r2" x="1464" y="752" textLength="12.2" clip-path="url(#terminal-383812282-line-30)">
    -</text><text class="terminal-383812282-r4" x="0" y="776.4" textLength="12.2" clip-path="url(#terminal-383812282-line-31)">│</text><text class="terminal-383812282-r7" x="366" y="776.4" textLength="1073.6" clip-path="url(#terminal-383812282-line-31)">update-inlined-dockerfile-scripts&#160;|&#160;update-local-yml-file&#160;|&#160;update-migration-references&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="776.4" textLength="12.2" clip-path="url(#terminal-383812282-line-31)">│</text><text class="terminal-383812282-r2" x="1464" y="776.4" textLength="12.2" clip-path="url(#terminal-383812282-line-31)">
    -</text><text class="terminal-383812282-r4" x="0" y="800.8" textLength="12.2" clip-path="url(#terminal-383812282-line-32)">│</text><text class="terminal-383812282-r7" x="366" y="800.8" textLength="1073.6" clip-path="url(#terminal-383812282-line-32)">|&#160;update-providers-dependencies&#160;|&#160;update-setup-cfg-file&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="800.8" textLength="12.2" clip-path="url(#terminal-383812282-line-32)">│</text><text class="terminal-383812282-r2" x="1464" y="800.8" textLength="12.2" clip-path="url(#terminal-383812282-line-32)">
    -</text><text class="terminal-383812282-r4" x="0" y="825.2" textLength="12.2" clip-path="url(#terminal-383812282-line-33)">│</text><text class="terminal-383812282-r7" x="366" y="825.2" textLength="1073.6" clip-path="url(#terminal-383812282-line-33)">update-spelling-wordlist-to-be-sorted&#160;|&#160;update-supported-versions&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="825.2" textLength="12.2" clip-path="url(#terminal-383812282-line-33)">│</text><text class="terminal-383812282-r2" x="1464" y="825.2" textLength="12.2" clip-path="url(#terminal-383812282-line-33)">
    -</text><text class="terminal-383812282-r4" x="0" y="849.6" textLength="12.2" clip-path="url(#terminal-383812282-line-34)">│</text><text class="terminal-383812282-r7" x="366" y="849.6" textLength="1073.6" clip-path="url(#terminal-383812282-line-34)">update-vendored-in-k8s-json-schema&#160;|&#160;update-version&#160;|&#160;yamllint&#160;|&#160;yesqa)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="849.6" textLength="12.2" clip-path="url(#terminal-383812282-line-34)">│</text><text class="terminal-383812282-r2" x="1464" y="849.6" textLength="12.2" clip-path="url(#terminal-383812282-line-34)">
    -</text><text class="terminal-383812282-r4" x="0" y="874" textLength="12.2" clip-path="url(#terminal-383812282-line-35)">│</text><text class="terminal-383812282-r5" x="24.4" y="874" textLength="12.2" clip-path="url(#terminal-383812282-line-35)">-</text><text class="terminal-383812282-r5" x="36.6" y="874" textLength="61" clip-path="url(#terminal-383812282-line-35)">-file</text><text class="terminal-383812282-r6" x="317.2" y="874" textLength="24.4" clip-path="url(#terminal-383812282-line-35)">-f</text><text class="terminal-383812282-r2" x="366" y="874" textLength="427" clip-path="url(#terminal-383812282-line-35)">List&#160;of&#160;files&#160;to&#160;run&#160;the&#160;checks&#160;on.</text><text class="terminal-383812282-r7" x="805.2" y="874" textLength="73.2" clip-path="url(#terminal-383812282-line-35)">(PATH)</text><text class="terminal-383812282-r4" x="1451.8" y="874" textLength="12.2" clip-path="url(#terminal-383812282-line-35)">│</text><text class="terminal-383812282-r2" x="1464" y="874" textLength="12.2" clip-path="url(#terminal-383812282-line-35)">
    -</text><text class="terminal-383812282-r4" x="0" y="898.4" textLength="12.2" clip-path="url(#terminal-383812282-line-36)">│</text><text class="terminal-383812282-r5" x="24.4" y="898.4" textLength="12.2" clip-path="url(#terminal-383812282-line-36)">-</text><text class="terminal-383812282-r5" x="36.6" y="898.4" textLength="48.8" clip-path="url(#terminal-383812282-line-36)">-all</text><text class="terminal-383812282-r5" x="85.4" y="898.4" textLength="73.2" clip-path="url(#terminal-383812282-line-36)">-files</text><text class="terminal-383812282-r6" x="317.2" y="898.4" textLength="24.4" clip-path="url(#terminal-383812282-line-36)">-a</text><text class="terminal-383812282-r2" x="366" y="898.4" textLength="292.8" clip-path="url(#terminal-383812282-line-36)">Run&#160;checks&#160;on&#160;all&#160;files.</text><text class="terminal-383812282-r4" x="1451.8" y="898.4" textLength="12.2" clip-path="url(#terminal-383812282-line-36)">│</text><text class="terminal-383812282-r2" x="1464" y="898.4" textLength="12.2" clip-path="url(#terminal-383812282-line-36)">
    -</text><text class="terminal-383812282-r4" x="0" y="922.8" textLength="12.2" clip-path="url(#terminal-383812282-line-37)">│</text><text class="terminal-383812282-r5" x="24.4" y="922.8" textLength="12.2" clip-path="url(#terminal-383812282-line-37)">-</text><text class="terminal-383812282-r5" x="36.6" y="922.8" textLength="61" clip-path="url(#terminal-383812282-line-37)">-show</text><text class="terminal-383812282-r5" x="97.6" y="922.8" textLength="195.2" clip-path="url(#terminal-383812282-line-37)">-diff-on-failure</text><text class="terminal-383812282-r6" x="317.2" y="922.8" textLength="24.4" clip-path="url(#terminal-383812282-line-37)">-s</text><text class="terminal-383812282-r2" x="366" y="922.8" textLength="524.6" clip-path="url(#terminal-383812282-line-37)">Show&#160;diff&#160;for&#160;files&#160;modified&#160;by&#160;the&#160;checks.</text><text class="terminal-383812282-r4" x="1451.8" y="922.8" textLength="12.2" clip-path="url(#terminal-383812282-line-37)">│</text><text class="terminal-383812282-r2" x="1464" y="922.8" textLength="12.2" clip-path="url(#terminal-383812282-line-37)">
    -</text><text class="terminal-383812282-r4" x="0" y="947.2" textLength="12.2" clip-path="url(#terminal-383812282-line-38)">│</text><text class="terminal-383812282-r5" x="24.4" y="947.2" textLength="12.2" clip-path="url(#terminal-383812282-line-38)">-</text><text class="terminal-383812282-r5" x="36.6" y="947.2" textLength="61" clip-path="url(#terminal-383812282-line-38)">-last</text><text class="terminal-383812282-r5" x="97.6" y="947.2" textLength="85.4" clip-path="url(#terminal-383812282-line-38)">-commit</text><text class="terminal-383812282-r6" x="317.2" y="947.2" textLength="24.4" clip-path="url(#terminal-383812282-line-38)">-c</text><text class="terminal-383812282-r2" x="366" y="947.2" textLength="793" clip-path="url(#terminal-383812282-line-38)">Run&#160;checks&#160;for&#160;all&#160;files&#160;in&#160;last&#160;commit.&#160;Mutually&#160;exclusive&#160;with&#160;</text><text class="terminal-383812282-r5" x="1159" y="947.2" textLength="12.2" clip-path="url(#terminal-383812282-line-38)">-</text><text class="terminal-383812282-r5" x="1171.2" y="947.2" textLength="85.4" clip-path="url(#terminal-383812282-line-38)">-commit</text><text class="terminal-383812282-r5" x="1256.6" y="947.2" textLength="48.8" clip-path="url(#terminal-383812282-line-38)">-ref</text><text class="terminal-383812282-r2" x="1305.4" y="947.2" textLength="12.2" clip-path="url(#terminal-383812282-line-38)">.</text><text class="terminal-383812282-r4" x="1451.8" y="947.2" textLength="12.2" clip-path="url(#terminal-383812282-line-38)">│</text><text class="terminal-383812282-r2" x="1464" y="947.2" textLength="12.2" clip-path="url(#terminal-383812282-line-38)">
    -</text><text class="terminal-383812282-r4" x="0" y="971.6" textLength="1464" clip-path="url(#terminal-383812282-line-39)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-383812282-r2" x="1464" y="971.6" textLength="12.2" clip-path="url(#terminal-383812282-line-39)">
    -</text><text class="terminal-383812282-r4" x="0" y="996" textLength="24.4" clip-path="url(#terminal-383812282-line-40)">╭─</text><text class="terminal-383812282-r4" x="24.4" y="996" textLength="1415.2" clip-path="url(#terminal-383812282-line-40)">&#160;Options&#160;───────────────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-383812282-r4" x="1439.6" y="996" textLength="24.4" clip-path="url(#terminal-383812282-line-40)">─╮</text><text class="terminal-383812282-r2" x="1464" y="996" textLength="12.2" clip-path="url(#terminal-383812282-line-40)">
    -</text><text class="terminal-383812282-r4" x="0" y="1020.4" textLength="12.2" clip-path="url(#terminal-383812282-line-41)">│</text><text class="terminal-383812282-r5" x="24.4" y="1020.4" textLength="12.2" clip-path="url(#terminal-383812282-line-41)">-</text><text class="terminal-383812282-r5" x="36.6" y="1020.4" textLength="85.4" clip-path="url(#terminal-383812282-line-41)">-commit</text><text class="terminal-383812282-r5" x="122" y="1020.4" textLength="48.8" clip-path="url(#terminal-383812282-line-41)">-ref</text><text class="terminal-383812282-r6" x="280.6" y="1020.4" textLength="24.4" clip-path="url(#terminal-383812282-line-41)">-r</text><text class="terminal-383812282-r2" x="329.4" y="1020.4" textLength="1110.2" clip-path="url(#terminal-383812282-line-41)">Run&#160;checks&#160;for&#160;this&#160;commit&#160;reference&#160;only&#160;(can&#160;be&#160;any&#160;git&#160;commit-ish&#160;reference).&#160;Mutually&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="1020.4" textLength="12.2" clip-path="url(#terminal-383812282-line-41)">│</text><text class="terminal-383812282-r2" x="1464" y="1020.4" textLength="12.2" clip-path="url(#terminal-383812282-line-41)">
    -</text><text class="terminal-383812282-r4" x="0" y="1044.8" textLength="12.2" clip-path="url(#terminal-383812282-line-42)">│</text><text class="terminal-383812282-r2" x="329.4" y="1044.8" textLength="183" clip-path="url(#terminal-383812282-line-42)">exclusive&#160;with&#160;</text><text class="terminal-383812282-r5" x="512.4" y="1044.8" textLength="12.2" clip-path="url(#terminal-383812282-line-42)">-</text><text class="terminal-383812282-r5" x="524.6" y="1044.8" textLength="61" clip-path="url(#terminal-383812282-line-42)">-last</text><text class="terminal-383812282-r5" x="585.6" y="1044.8" textLength="85.4" clip-path="url(#terminal-383812282-line-42)">-commit</text><text class="terminal-383812282-r2" x="671" y="1044.8" textLength="768.6" clip-path="url(#terminal-383812282-line-42)">.&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="1044.8" textLength="12.2" clip-path="url(#terminal-383812282-line-42)">│</text><text class="terminal-383812282-r2" x="1464" y="1044.8" textLength="12.2" clip-path="url(#terminal-383812282-line-42)">
    -</text><text class="terminal-383812282-r4" x="0" y="1069.2" textLength="12.2" clip-path="url(#terminal-383812282-line-43)">│</text><text class="terminal-383812282-r7" x="329.4" y="1069.2" textLength="1110.2" clip-path="url(#terminal-383812282-line-43)">(TEXT)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-383812282-r4" x="1451.8" y="1069.2" textLength="12.2" clip-path="url(#terminal-383812282-line-43)">│</text><text class="terminal-383812282-r2" x="1464" y="1069.2" textLength="12.2" clip-path="url(#terminal-383812282-line-43)">
    -</text><text class="terminal-383812282-r4" x="0" y="1093.6" textLength="12.2" clip-path="url(#terminal-383812282-line-44)">│</text><text class="terminal-383812282-r5" x="24.4" y="1093.6" textLength="12.2" clip-path="url(#terminal-383812282-line-44)">-</text><text class="terminal-383812282-r5" x="36.6" y="1093.6" textLength="97.6" clip-path="url(#terminal-383812282-line-44)">-verbose</text><text class="terminal-383812282-r6" x="280.6" y="1093.6" textLength="24.4" clip-path="url(#terminal-383812282-line-44)">-v</text><text class="terminal-383812282-r2" x="329.4" y="1093.6" textLength="585.6" clip-path="url(#terminal-383812282-line-44)">Print&#160;verbose&#160;information&#160;about&#160;performed&#160;steps.</text><text class="terminal-383812282-r4" x="1451.8" y="1093.6" textLength="12.2" clip-path="url(#terminal-383812282-line-44)">│</text><text class="terminal-383812282-r2" x="1464" y="1093.6" textLength="12.2" clip-path="url(#terminal-383812282-line-44)">
    -</text><text class="terminal-383812282-r4" x="0" y="1118" textLength="12.2" clip-path="url(#terminal-383812282-line-45)">│</text><text class="terminal-383812282-r5" x="24.4" y="1118" textLength="12.2" clip-path="url(#terminal-383812282-line-45)">-</text><text class="terminal-383812282-r5" x="36.6" y="1118" textLength="48.8" clip-path="url(#terminal-383812282-line-45)">-dry</text><text class="terminal-383812282-r5" x="85.4" y="1118" textLength="48.8" clip-path="url(#terminal-383812282-line-45)">-run</text><text class="terminal-383812282-r6" x="280.6" y="1118" textLength="24.4" clip-path="url(#terminal-383812282-line-45)">-D</text><text class="terminal-383812282-r2" x="329.4" y="1118" textLength="719.8" clip-path="url(#terminal-383812282-line-45)">If&#160;dry-run&#160;is&#160;set,&#160;commands&#160;are&#160;only&#160;printed,&#160;not&#160;executed.</text><text class="terminal-383812282-r4" x="1451.8" y="1118" textLength="12.2" clip-path="url(#terminal-383812282-line-45)">│</text><text class="terminal-383812282-r2" x="1464" y="1118" textLength="12.2" clip-path="url(#terminal-383812282-line-45)">
    -</text><text class="terminal-383812282-r4" x="0" y="1142.4" textLength="12.2" clip-path="url(#terminal-383812282-line-46)">│</text><text class="terminal-383812282-r5" x="24.4" y="1142.4" textLength="12.2" clip-path="url(#terminal-383812282-line-46)">-</text><text class="terminal-383812282-r5" x="36.6" y="1142.4" textLength="85.4" clip-path="url(#terminal-383812282-line-46)">-github</text><text class="terminal-383812282-r5" x="122" y="1142.4" textLength="134.2" clip-path="url(#terminal-383812282-line-46)">-repository</text><text class="terminal-383812282-r6" x="280.6" y="1142.4" textLength="24.4" clip-path="url(#terminal-383812282-line-46)">-g</text><text class="terminal-383812282-r2" x="329.4" y="1142.4" textLength="585.6" clip-path="url(#terminal-383812282-line-46)">GitHub&#160;repository&#160;used&#160;to&#160;pull,&#160;push&#160;run&#160;images.</text><text class="terminal-383812282-r7" x="927.2" y="1142.4" textLength="73.2" clip-path="url(#terminal-383812282-line-46)">(TEXT)</text><text class="terminal-383812282-r4" x="1012.6" y="1142.4" textLength="305" clip-path="url(#terminal-383812282-line-46)">[default:&#160;apache/airflow]</text><text class="terminal-383812282-r4" x="1451.8" y="1142.4" textLength="12.2" clip-path="url(#terminal-383812282-line-46)">│</text><text class="terminal-383812282-r2" x="1464" y="1142.4" textLength="12.2" clip-path="url(#terminal-383812282-line-46)">
    -</text><text class="terminal-383812282-r4" x="0" y="1166.8" textLength="12.2" clip-path="url(#terminal-383812282-line-47)">│</text><text class="terminal-383812282-r5" x="24.4" y="1166.8" textLength="12.2" clip-path="url(#terminal-383812282-line-47)">-</text><text class="terminal-383812282-r5" x="36.6" y="1166.8" textLength="61" clip-path="url(#terminal-383812282-line-47)">-help</text><text class="terminal-383812282-r6" x="280.6" y="1166.8" textLength="24.4" clip-path="url(#terminal-383812282-line-47)">-h</text><text class="terminal-383812282-r2" x="329.4" y="1166.8" textLength="329.4" clip-path="url(#terminal-383812282-line-47)">Show&#160;this&#160;message&#160;and&#160;exit.</text><text class="terminal-383812282-r4" x="1451.8" y="1166.8" textLength="12.2" clip-path="url(#terminal-383812282-line-47)">│</text><text class="terminal-383812282-r2" x="1464" y="1166.8" textLength="12.2" clip-path="url(#terminal-383812282-line-47)">
    -</text><text class="terminal-383812282-r4" x="0" y="1191.2" textLength="1464" clip-path="url(#terminal-383812282-line-48)">╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯</text><text class="terminal-383812282-r2" x="1464" y="1191.2" textLength="12.2" clip-path="url(#terminal-383812282-line-48)">
    +    <g class="terminal-3808332044-matrix">
    +    <text class="terminal-3808332044-r2" x="1464" y="20" textLength="12.2" clip-path="url(#terminal-3808332044-line-0)">
    +</text><text class="terminal-3808332044-r3" x="12.2" y="44.4" textLength="85.4" clip-path="url(#terminal-3808332044-line-1)">Usage:&#160;</text><text class="terminal-3808332044-r1" x="97.6" y="44.4" textLength="610" clip-path="url(#terminal-3808332044-line-1)">breeze&#160;static-checks&#160;[OPTIONS]&#160;[PRECOMMIT_ARGS]...</text><text class="terminal-3808332044-r2" x="1464" y="44.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-1)">
    +</text><text class="terminal-3808332044-r2" x="1464" y="68.8" textLength="12.2" clip-path="url(#terminal-3808332044-line-2)">
    +</text><text class="terminal-3808332044-r2" x="12.2" y="93.2" textLength="219.6" clip-path="url(#terminal-3808332044-line-3)">Run&#160;static&#160;checks.</text><text class="terminal-3808332044-r2" x="1464" y="93.2" textLength="12.2" clip-path="url(#terminal-3808332044-line-3)">
    +</text><text class="terminal-3808332044-r2" x="1464" y="117.6" textLength="12.2" clip-path="url(#terminal-3808332044-line-4)">
    +</text><text class="terminal-3808332044-r4" x="0" y="142" textLength="24.4" clip-path="url(#terminal-3808332044-line-5)">╭─</text><text class="terminal-3808332044-r4" x="24.4" y="142" textLength="1415.2" clip-path="url(#terminal-3808332044-line-5)">&#160;Pre-commit&#160;flags&#160;──────────────────────────────────────────────────────────────────────────────────────────────────</text><text class="terminal-3808332044-r4" x="1439.6" y="142" textLength="24.4" clip-path="url(#terminal-3808332044-line-5)">─╮</text><text class="terminal-3808332044-r2" x="1464" y="142" textLength="12.2" clip-path="url(#terminal-3808332044-line-5)">
    +</text><text class="terminal-3808332044-r4" x="0" y="166.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-6)">│</text><text class="terminal-3808332044-r5" x="24.4" y="166.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-6)">-</text><text class="terminal-3808332044-r5" x="36.6" y="166.4" textLength="61" clip-path="url(#terminal-3808332044-line-6)">-type</text><text class="terminal-3808332044-r6" x="317.2" y="166.4" textLength="24.4" clip-path="url(#terminal-3808332044-line-6)">-t</text><text class="terminal-3808332044-r2" x="366" y="166.4" textLength="1073.6" clip-path="url(#terminal-3808332044-line-6)">Type(s)&#160;of&#160;the&#160;static&#160;checks&#160;to&#160;run&#160;(multiple&#160;can&#160;be&#160;added).&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="166.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-6)">│</text><text class="terminal-3808332044-r2" x="1464" y="166.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-6)">
    +</text><text class="terminal-3808332044-r4" x="0" y="190.8" textLength="12.2" clip-path="url(#terminal-3808332044-line-7)">│</text><text class="terminal-3808332044-r7" x="366" y="190.8" textLength="1073.6" clip-path="url(#terminal-3808332044-line-7)">(all&#160;|&#160;black&#160;|&#160;blacken-docs&#160;|&#160;check-airflow-2-1-compatibility&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="190.8" textLength="12.2" clip-path="url(#terminal-3808332044-line-7)">│</text><text class="terminal-3808332044-r2" x="1464" y="190.8" textLength="12.2" clip-path="url(#terminal-3808332044-line-7)">
    +</text><text class="terminal-3808332044-r4" x="0" y="215.2" textLength="12.2" clip-path="url(#terminal-3808332044-line-8)">│</text><text class="terminal-3808332044-r7" x="366" y="215.2" textLength="1073.6" clip-path="url(#terminal-3808332044-line-8)">check-airflow-config-yaml-consistent&#160;|&#160;check-airflow-providers-have-extras&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="215.2" textLength="12.2" clip-path="url(#terminal-3808332044-line-8)">│</text><text class="terminal-3808332044-r2" x="1464" y="215.2" textLength="12.2" clip-path="url(#terminal-3808332044-line-8)">
    +</text><text class="terminal-3808332044-r4" x="0" y="239.6" textLength="12.2" clip-path="url(#terminal-3808332044-line-9)">│</text><text class="terminal-3808332044-r7" x="366" y="239.6" textLength="1073.6" clip-path="url(#terminal-3808332044-line-9)">check-apache-license-rat&#160;|&#160;check-base-operator-partial-arguments&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="239.6" textLength="12.2" clip-path="url(#terminal-3808332044-line-9)">│</text><text class="terminal-3808332044-r2" x="1464" y="239.6" textLength="12.2" clip-path="url(#terminal-3808332044-line-9)">
    +</text><text class="terminal-3808332044-r4" x="0" y="264" textLength="12.2" clip-path="url(#terminal-3808332044-line-10)">│</text><text class="terminal-3808332044-r7" x="366" y="264" textLength="1073.6" clip-path="url(#terminal-3808332044-line-10)">check-base-operator-usage&#160;|&#160;check-boring-cyborg-configuration&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="264" textLength="12.2" clip-path="url(#terminal-3808332044-line-10)">│</text><text class="terminal-3808332044-r2" x="1464" y="264" textLength="12.2" clip-path="url(#terminal-3808332044-line-10)">
    +</text><text class="terminal-3808332044-r4" x="0" y="288.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-11)">│</text><text class="terminal-3808332044-r7" x="366" y="288.4" textLength="1073.6" clip-path="url(#terminal-3808332044-line-11)">check-breeze-top-dependencies-limited&#160;|&#160;check-builtin-literals&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="288.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-11)">│</text><text class="terminal-3808332044-r2" x="1464" y="288.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-11)">
    +</text><text class="terminal-3808332044-r4" x="0" y="312.8" textLength="12.2" clip-path="url(#terminal-3808332044-line-12)">│</text><text class="terminal-3808332044-r7" x="366" y="312.8" textLength="1073.6" clip-path="url(#terminal-3808332044-line-12)">check-changelog-has-no-duplicates&#160;|&#160;check-daysago-import-from-utils&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="312.8" textLength="12.2" clip-path="url(#terminal-3808332044-line-12)">│</text><text class="terminal-3808332044-r2" x="1464" y="312.8" textLength="12.2" clip-path="url(#terminal-3808332044-line-12)">
    +</text><text class="terminal-3808332044-r4" x="0" y="337.2" textLength="12.2" clip-path="url(#terminal-3808332044-line-13)">│</text><text class="terminal-3808332044-r7" x="366" y="337.2" textLength="1073.6" clip-path="url(#terminal-3808332044-line-13)">check-docstring-param-types&#160;|&#160;check-example-dags-urls&#160;|&#160;check-executables-have-shebangs&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="337.2" textLength="12.2" clip-path="url(#terminal-3808332044-line-13)">│</text><text class="terminal-3808332044-r2" x="1464" y="337.2" textLength="12.2" clip-path="url(#terminal-3808332044-line-13)">
    +</text><text class="terminal-3808332044-r4" x="0" y="361.6" textLength="12.2" clip-path="url(#terminal-3808332044-line-14)">│</text><text class="terminal-3808332044-r7" x="366" y="361.6" textLength="1073.6" clip-path="url(#terminal-3808332044-line-14)">|&#160;check-extra-packages-references&#160;|&#160;check-extras-order&#160;|&#160;check-for-inclusive-language&#160;|&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="361.6" textLength="12.2" clip-path="url(#terminal-3808332044-line-14)">│</text><text class="terminal-3808332044-r2" x="1464" y="361.6" textLength="12.2" clip-path="url(#terminal-3808332044-line-14)">
    +</text><text class="terminal-3808332044-r4" x="0" y="386" textLength="12.2" clip-path="url(#terminal-3808332044-line-15)">│</text><text class="terminal-3808332044-r7" x="366" y="386" textLength="1073.6" clip-path="url(#terminal-3808332044-line-15)">check-hooks-apply&#160;|&#160;check-incorrect-use-of-LoggingMixin&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="386" textLength="12.2" clip-path="url(#terminal-3808332044-line-15)">│</text><text class="terminal-3808332044-r2" x="1464" y="386" textLength="12.2" clip-path="url(#terminal-3808332044-line-15)">
    +</text><text class="terminal-3808332044-r4" x="0" y="410.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-16)">│</text><text class="terminal-3808332044-r7" x="366" y="410.4" textLength="1073.6" clip-path="url(#terminal-3808332044-line-16)">check-integrations-are-consistent&#160;|&#160;check-merge-conflict&#160;|&#160;check-newsfragments-are-valid</text><text class="terminal-3808332044-r4" x="1451.8" y="410.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-16)">│</text><text class="terminal-3808332044-r2" x="1464" y="410.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-16)">
    +</text><text class="terminal-3808332044-r4" x="0" y="434.8" textLength="12.2" clip-path="url(#terminal-3808332044-line-17)">│</text><text class="terminal-3808332044-r7" x="366" y="434.8" textLength="1073.6" clip-path="url(#terminal-3808332044-line-17)">|&#160;check-no-providers-in-core-examples&#160;|&#160;check-no-relative-imports&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="434.8" textLength="12.2" clip-path="url(#terminal-3808332044-line-17)">│</text><text class="terminal-3808332044-r2" x="1464" y="434.8" textLength="12.2" clip-path="url(#terminal-3808332044-line-17)">
    +</text><text class="terminal-3808332044-r4" x="0" y="459.2" textLength="12.2" clip-path="url(#terminal-3808332044-line-18)">│</text><text class="terminal-3808332044-r7" x="366" y="459.2" textLength="1073.6" clip-path="url(#terminal-3808332044-line-18)">check-persist-credentials-disabled-in-github-workflows&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="459.2" textLength="12.2" clip-path="url(#terminal-3808332044-line-18)">│</text><text class="terminal-3808332044-r2" x="1464" y="459.2" textLength="12.2" clip-path="url(#terminal-3808332044-line-18)">
    +</text><text class="terminal-3808332044-r4" x="0" y="483.6" textLength="12.2" clip-path="url(#terminal-3808332044-line-19)">│</text><text class="terminal-3808332044-r7" x="366" y="483.6" textLength="1073.6" clip-path="url(#terminal-3808332044-line-19)">check-pre-commit-information-consistent&#160;|&#160;check-provide-create-sessions-imports&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="483.6" textLength="12.2" clip-path="url(#terminal-3808332044-line-19)">│</text><text class="terminal-3808332044-r2" x="1464" y="483.6" textLength="12.2" clip-path="url(#terminal-3808332044-line-19)">
    +</text><text class="terminal-3808332044-r4" x="0" y="508" textLength="12.2" clip-path="url(#terminal-3808332044-line-20)">│</text><text class="terminal-3808332044-r7" x="366" y="508" textLength="1073.6" clip-path="url(#terminal-3808332044-line-20)">check-provider-yaml-valid&#160;|&#160;check-providers-init-file-missing&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="508" textLength="12.2" clip-path="url(#terminal-3808332044-line-20)">│</text><text class="terminal-3808332044-r2" x="1464" y="508" textLength="12.2" clip-path="url(#terminal-3808332044-line-20)">
    +</text><text class="terminal-3808332044-r4" x="0" y="532.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-21)">│</text><text class="terminal-3808332044-r7" x="366" y="532.4" textLength="1073.6" clip-path="url(#terminal-3808332044-line-21)">check-providers-subpackages-init-file-exist&#160;|&#160;check-pydevd-left-in-code&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="532.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-21)">│</text><text class="terminal-3808332044-r2" x="1464" y="532.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-21)">
    +</text><text class="terminal-3808332044-r4" x="0" y="556.8" textLength="12.2" clip-path="url(#terminal-3808332044-line-22)">│</text><text class="terminal-3808332044-r7" x="366" y="556.8" textLength="1073.6" clip-path="url(#terminal-3808332044-line-22)">check-revision-heads-map&#160;|&#160;check-safe-filter-usage-in-html&#160;|&#160;check-setup-order&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="556.8" textLength="12.2" clip-path="url(#terminal-3808332044-line-22)">│</text><text class="terminal-3808332044-r2" x="1464" y="556.8" textLength="12.2" clip-path="url(#terminal-3808332044-line-22)">
    +</text><text class="terminal-3808332044-r4" x="0" y="581.2" textLength="12.2" clip-path="url(#terminal-3808332044-line-23)">│</text><text class="terminal-3808332044-r7" x="366" y="581.2" textLength="1073.6" clip-path="url(#terminal-3808332044-line-23)">check-start-date-not-used-in-defaults&#160;|&#160;check-system-tests-present&#160;|&#160;check-xml&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="581.2" textLength="12.2" clip-path="url(#terminal-3808332044-line-23)">│</text><text class="terminal-3808332044-r2" x="1464" y="581.2" textLength="12.2" clip-path="url(#terminal-3808332044-line-23)">
    +</text><text class="terminal-3808332044-r4" x="0" y="605.6" textLength="12.2" clip-path="url(#terminal-3808332044-line-24)">│</text><text class="terminal-3808332044-r7" x="366" y="605.6" textLength="1073.6" clip-path="url(#terminal-3808332044-line-24)">codespell&#160;|&#160;debug-statements&#160;|&#160;detect-private-key&#160;|&#160;doctoc&#160;|&#160;end-of-file-fixer&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="605.6" textLength="12.2" clip-path="url(#terminal-3808332044-line-24)">│</text><text class="terminal-3808332044-r2" x="1464" y="605.6" textLength="12.2" clip-path="url(#terminal-3808332044-line-24)">
    +</text><text class="terminal-3808332044-r4" x="0" y="630" textLength="12.2" clip-path="url(#terminal-3808332044-line-25)">│</text><text class="terminal-3808332044-r7" x="366" y="630" textLength="1073.6" clip-path="url(#terminal-3808332044-line-25)">fix-encoding-pragma&#160;|&#160;flynt&#160;|&#160;forbid-tabs&#160;|&#160;identity&#160;|&#160;insert-license&#160;|&#160;isort&#160;|&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="630" textLength="12.2" clip-path="url(#terminal-3808332044-line-25)">│</text><text class="terminal-3808332044-r2" x="1464" y="630" textLength="12.2" clip-path="url(#terminal-3808332044-line-25)">
    +</text><text class="terminal-3808332044-r4" x="0" y="654.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-26)">│</text><text class="terminal-3808332044-r7" x="366" y="654.4" textLength="1073.6" clip-path="url(#terminal-3808332044-line-26)">lint-chart-schema&#160;|&#160;lint-css&#160;|&#160;lint-dockerfile&#160;|&#160;lint-helm-chart&#160;|&#160;lint-javascript&#160;|&#160;&#160;&#160;&#160;</text><text class="terminal-3808332044-r4" x="1451.8" y="654.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-26)">│</text><text class="terminal-3808332044-r2" x="1464" y="654.4" textLength="12.2" clip-path="url(#terminal-3808332044-line-26)">
    +</text><text class="terminal-3808332044-r4" x="0" y="678.8" textLength="12.2" clip-path="url(#terminal-3808332044-line-27)">│</text><text class="terminal-3808332044-r7" x="366" y="678.8" textLength="1073.6" clip-path="url(#terminal-3808332044-line-27)">lint-json-schema&#160;|&#160;lint-mar
    ... [truncated]
    
  • .pre-commit-config.yaml+7 0 modified
    @@ -779,6 +779,13 @@ repos:
             # We sometimes won't have newsfragments in the repo, so always run it so `check-hooks-apply` passes
             # This is fast, so not too much downside
             always_run: true
    +      - id: check-example-dags-urls
    +        name: Check that example dags url include provider versions
    +        entry: ./scripts/ci/pre_commit/pre_commit_update_example_dags_paths.py
    +        language: python
    +        pass_filenames: true
    +        files: ^docs/.*index\.rst$|^docs/.*example-dags\.rst$
    +        additional_dependencies: ['rich>=12.4.4', 'pyyaml']
             ## ADD MOST PRE-COMMITS ABOVE THAT LINE
             # The below pre-commits are those requiring CI image to be built
           - id: run-mypy
    
  • scripts/ci/pre_commit/pre_commit_update_example_dags_paths.py+113 0 added
    @@ -0,0 +1,113 @@
    +#!/usr/bin/env python
    +# Licensed to the Apache Software Foundation (ASF) under one
    +# or more contributor license agreements.  See the NOTICE file
    +# distributed with this work for additional information
    +# regarding copyright ownership.  The ASF licenses this file
    +# to you under the Apache License, Version 2.0 (the
    +# "License"); you may not use this file except in compliance
    +# with the License.  You may obtain a copy of the License at
    +#
    +#   http://www.apache.org/licenses/LICENSE-2.0
    +#
    +# Unless required by applicable law or agreed to in writing,
    +# software distributed under the License is distributed on an
    +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +# KIND, either express or implied.  See the License for the
    +# specific language governing permissions and limitations
    +# under the License.
    +import re
    +import sys
    +from pathlib import Path
    +from typing import Tuple
    +
    +import yaml
    +from rich.console import Console
    +
    +if __name__ not in ("__main__", "__mp_main__"):
    +    raise SystemExit(
    +        "This file is intended to be executed as an executable program. You cannot use it as a module."
    +        f"To run this script, run the ./{__file__} command [FILE] ..."
    +    )
    +
    +
    +console = Console(color_system="standard", width=200)
    +
    +AIRFLOW_SOURCES_ROOT = Path(__file__).parents[3].resolve()
    +
    +
    +EXAMPLE_DAGS_URL_MATCHER = re.compile(
    +    r"^(.*)(https://github.com/apache/airflow/tree/(.*)/airflow/providers/(.*)/example_dags)(/?>.*)$"
    +)
    +
    +SYSTEM_TESTS_URL_MATCHER = re.compile(
    +    r"^(.*)(https://github.com/apache/airflow/tree/(.*)/tests/system/providers/(.*))(/?>.*)$"
    +)
    +
    +
    +def get_provider_and_version(url_path: str) -> Tuple[str, str]:
    +    candidate_folders = url_path.split("/")
    +    while candidate_folders:
    +        try:
    +            with open(
    +                (AIRFLOW_SOURCES_ROOT / "airflow" / "providers").joinpath(*candidate_folders)
    +                / "provider.yaml"
    +            ) as f:
    +                provider_info = yaml.safe_load(f)
    +            version = provider_info["versions"][0]
    +            provider = "-".join(candidate_folders)
    +            while provider.endswith("-"):
    +                provider = provider[:-1]
    +            return provider, version
    +        except FileNotFoundError:
    +            candidate_folders = candidate_folders[:-1]
    +    console.print(
    +        f"[red]Bad example path: {url_path}. Missing "
    +        f"provider.yaml in any of the 'airflow/providers/{url_path}' folders. [/]"
    +    )
    +    sys.exit(1)
    +
    +
    +def replace_match(file: str, line: str) -> str:
    +    for matcher in [EXAMPLE_DAGS_URL_MATCHER, SYSTEM_TESTS_URL_MATCHER]:
    +        match = matcher.match(line)
    +        if match:
    +            new_line = line
    +            url_path_to_dir = match.group(4)
    +            folders = url_path_to_dir.split("/")
    +            example_dags_folder = (AIRFLOW_SOURCES_ROOT / "airflow" / "providers").joinpath(
    +                *folders
    +            ) / "example_dags"
    +            system_tests_folder = (AIRFLOW_SOURCES_ROOT / "tests" / "system" / "providers").joinpath(*folders)
    +            provider, version = get_provider_and_version(url_path_to_dir)
    +            if system_tests_folder.exists():
    +                proper_system_tests_url = (
    +                    f"https://github.com/apache/airflow/tree/providers-{provider}/{version}"
    +                    f"/tests/system/providers/{url_path_to_dir}"
    +                )
    +                new_line = re.sub(matcher, r"\1" + proper_system_tests_url + r"\5", line)
    +            elif example_dags_folder.exists():
    +                proper_example_dags_url = (
    +                    f"https://github.com/apache/airflow/tree/providers-{provider}/{version}"
    +                    f"/airflow/providers/{url_path_to_dir}/example_dags"
    +                )
    +                new_line = re.sub(matcher, r"\1" + proper_example_dags_url + r"\5", line)
    +            else:
    +                console.print(
    +                    f"[red] Error - neither example dags nor system tests folder exists for {provider}[/]"
    +                )
    +            if line != new_line:
    +                console.print(f'[yellow] Replacing in {file}[/]\n{line.strip()}\n{new_line.strip()}')
    +                return new_line
    +    return line
    +
    +
    +def find_matches(_file: Path):
    +    lines = _file.read_text().splitlines(keepends=True)
    +    for index, line in enumerate(lines):
    +        lines[index] = replace_match(str(_file), line)
    +    _file.write_text("".join(lines))
    +
    +
    +if __name__ == '__main__':
    +    for file in sys.argv[1:]:
    +        find_matches(Path(file))
    
  • STATIC_CODE_CHECKS.rst+2 0 modified
    @@ -161,6 +161,8 @@ require Breeze Docker image to be build locally.
     +--------------------------------------------------------+------------------------------------------------------------------+---------+
     | check-docstring-param-types                            | Check that docstrings do not specify param types                 |         |
     +--------------------------------------------------------+------------------------------------------------------------------+---------+
    +| check-example-dags-urls                                | Check that example dags url include provider versions            |         |
    ++--------------------------------------------------------+------------------------------------------------------------------+---------+
     | check-executables-have-shebangs                        | Check that executables have shebang                              |         |
     +--------------------------------------------------------+------------------------------------------------------------------+---------+
     | check-extra-packages-references                        | Checks setup extra packages                                      |         |
    
  • tests/system/providers/dbt/cloud/example_dbt_cloud.py+0 0 renamed
  • tests/system/providers/dbt/cloud/__init__.py+16 0 added
    @@ -0,0 +1,16 @@
    +# Licensed to the Apache Software Foundation (ASF) under one
    +# or more contributor license agreements.  See the NOTICE file
    +# distributed with this work for additional information
    +# regarding copyright ownership.  The ASF licenses this file
    +# to you under the Apache License, Version 2.0 (the
    +# "License"); you may not use this file except in compliance
    +# with the License.  You may obtain a copy of the License at
    +#
    +#   http://www.apache.org/licenses/LICENSE-2.0
    +#
    +# Unless required by applicable law or agreed to in writing,
    +# software distributed under the License is distributed on an
    +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +# KIND, either express or implied.  See the License for the
    +# specific language governing permissions and limitations
    +# under the License.
    
93589288156d

Remove custom spark home and custom binarires for spark (#27646)

https://github.com/apache/airflowJarek PotiukNov 13, 2022via ghsa-ref
5 files changed · +69 136
  • airflow/providers/apache/spark/CHANGELOG.rst+10 0 modified
    @@ -24,6 +24,16 @@
     Changelog
     ---------
     
    +4.0.0
    +.....
    +
    +The ``spark-binary`` connection extra could be set to any binary, but with 4.0.0 version only two values
    +are allowed for it ``spark-submit`` and ``spark2-submit``.
    +
    +The ``spark-home`` connection extra is not allowed any more - the binary should be available on the
    +PATH in order to use SparkSubmitHook and SparkSubmitOperator.
    +
    +
     3.0.0
     .....
     
    
  • airflow/providers/apache/spark/hooks/spark_submit.py+28 26 modified
    @@ -33,12 +33,13 @@
     with contextlib.suppress(ImportError, NameError):
         from airflow.kubernetes import kube_client
     
    +ALLOWED_SPARK_BINARIES = ["spark-submit", "spark2-submit"]
    +
     
     class SparkSubmitHook(BaseHook, LoggingMixin):
         """
         This hook is a wrapper around the spark-submit binary to kick off a spark-submit job.
    -    It requires that the "spark-submit" binary is in the PATH or the spark_home to be
    -    supplied.
    +    It requires that the "spark-submit" binary is in the PATH.
     
         :param conf: Arbitrary Spark configuration properties
         :param spark_conn_id: The :ref:`spark connection id <howto/connection:spark>` as configured
    @@ -150,6 +151,12 @@ def __init__(
             self._yarn_application_id: str | None = None
             self._kubernetes_driver_pod: str | None = None
             self._spark_binary = spark_binary
    +        if self._spark_binary is not None and self._spark_binary not in ALLOWED_SPARK_BINARIES:
    +            raise RuntimeError(
    +                f"The spark-binary extra can be on of {ALLOWED_SPARK_BINARIES} and it"
    +                f" was `{spark_binary}`. Please make sure your spark binary is one of the"
    +                f" allowed ones and that it is available on the PATH"
    +            )
     
             self._connection = self._resolve_connection()
             self._is_yarn = "yarn" in self._connection["master"]
    @@ -167,7 +174,7 @@ def __init__(
     
         def _resolve_should_track_driver_status(self) -> bool:
             """
    -        Determines whether or not this hook should poll the spark driver status through
    +        Determines whether this hook should poll the spark driver status through
             subsequent spark-submit status requests after the initial spark-submit request
             :return: if the driver status should be tracked
             """
    @@ -179,7 +186,6 @@ def _resolve_connection(self) -> dict[str, Any]:
                 "master": "yarn",
                 "queue": None,
                 "deploy_mode": None,
    -            "spark_home": None,
                 "spark_binary": self._spark_binary or "spark-submit",
                 "namespace": None,
             }
    @@ -197,8 +203,20 @@ def _resolve_connection(self) -> dict[str, Any]:
                 extra = conn.extra_dejson
                 conn_data["queue"] = extra.get("queue")
                 conn_data["deploy_mode"] = extra.get("deploy-mode")
    -            conn_data["spark_home"] = extra.get("spark-home")
    -            conn_data["spark_binary"] = self._spark_binary or extra.get("spark-binary", "spark-submit")
    +            spark_binary = self._spark_binary or extra.get("spark-binary", "spark-submit")
    +            if spark_binary not in ALLOWED_SPARK_BINARIES:
    +                raise RuntimeError(
    +                    f"The `spark-binary` extra can be on of {ALLOWED_SPARK_BINARIES} and it"
    +                    f" was `{spark_binary}`. Please make sure your spark binary is one of the"
    +                    " allowed ones and that it is available on the PATH"
    +                )
    +            conn_spark_home = extra.get("spark-home")
    +            if conn_spark_home:
    +                raise RuntimeError(
    +                    "The `spark-home` extra is not allowed any more. Please make sure your `spark-submit` or"
    +                    " `spark2-submit` are available on the PATH."
    +                )
    +            conn_data["spark_binary"] = spark_binary
                 conn_data["namespace"] = extra.get("namespace")
             except AirflowException:
                 self.log.info(
    @@ -214,17 +232,8 @@ def get_conn(self) -> Any:
             pass
     
         def _get_spark_binary_path(self) -> list[str]:
    -        # If the spark_home is passed then build the spark-submit executable path using
    -        # the spark_home; otherwise assume that spark-submit is present in the path to
    -        # the executing user
    -        if self._connection["spark_home"]:
    -            connection_cmd = [
    -                os.path.join(self._connection["spark_home"], "bin", self._connection["spark_binary"])
    -            ]
    -        else:
    -            connection_cmd = [self._connection["spark_binary"]]
    -
    -        return connection_cmd
    +        # Assume that spark-submit is present in the path to the executing user
    +        return [self._connection["spark_binary"]]
     
         def _mask_cmd(self, connection_cmd: str | list[str]) -> str:
             # Mask any password related fields in application args with key value pair
    @@ -580,15 +589,8 @@ def _build_spark_driver_kill_command(self) -> list[str]:
             Construct the spark-submit command to kill a driver.
             :return: full command to kill a driver
             """
    -        # If the spark_home is passed then build the spark-submit executable path using
    -        # the spark_home; otherwise assume that spark-submit is present in the path to
    -        # the executing user
    -        if self._connection["spark_home"]:
    -            connection_cmd = [
    -                os.path.join(self._connection["spark_home"], "bin", self._connection["spark_binary"])
    -            ]
    -        else:
    -            connection_cmd = [self._connection["spark_binary"]]
    +        # Assume that spark-submit is present in the path to the executing user
    +        connection_cmd = [self._connection["spark_binary"]]
     
             # The url to the spark master
             connection_cmd += ["--master", self._connection["master"]]
    
  • airflow/providers/apache/spark/operators/spark_submit.py+1 2 modified
    @@ -30,8 +30,7 @@
     class SparkSubmitOperator(BaseOperator):
         """
         This hook is a wrapper around the spark-submit binary to kick off a spark-submit job.
    -    It requires that the "spark-submit" binary is in the PATH or the spark-home is set
    -    in the extra on the connection.
    +    It requires that the "spark-submit" binary is in the PATH.
     
         .. seealso::
             For more information on how to use this operator, take a look at the guide:
    
  • docs/apache-airflow-providers-apache-spark/connections/spark.rst+1 2 modified
    @@ -42,8 +42,7 @@ Extra (optional)
     
         * ``queue`` - The name of the YARN queue to which the application is submitted.
         * ``deploy-mode`` - Whether to deploy your driver on the worker nodes (cluster) or locally as an external client (client).
    -    * ``spark-home`` - If passed then build the ``spark-binary`` executable path using it (``spark-home``/bin/``spark-binary``); otherwise assume that ``spark-binary`` is present in the PATH of the executing user.
    -    * ``spark-binary`` - The command to use for Spark submit. Some distros may use ``spark2-submit``. Default ``spark-submit``.
    +    * ``spark-binary`` - The command to use for Spark submit. Some distros may use ``spark2-submit``. Default ``spark-submit``. Only ``spark-submit`` and ``spark2-submit`` are allowed as value.
         * ``namespace`` - Kubernetes namespace (``spark.kubernetes.namespace``) to divide cluster resources between multiple users (via resource quota).
     
     When specifying the connection in environment variable you should specify
    
  • tests/providers/apache/spark/hooks/test_spark_submit.py+29 106 modified
    @@ -89,11 +89,7 @@ def setUp(self):
                     conn_id="spark_k8s_cluster",
                     conn_type="spark",
                     host="k8s://https://k8s-master",
    -                extra=(
    -                    '{"spark-home": "/opt/spark", '
    -                    ' "deploy-mode": "cluster", '
    -                    ' "namespace": "mynamespace"}'
    -                ),
    +                extra='{"deploy-mode": "cluster", "namespace": "mynamespace"}',
                 )
             )
             db.merge_conn(
    @@ -102,44 +98,42 @@ def setUp(self):
     
             db.merge_conn(
                 Connection(
    -                conn_id="spark_home_set",
    +                conn_id="spark_binary_set",
                     conn_type="spark",
    -                host="yarn://yarn-master",
    -                extra='{"spark-home": "/opt/myspark"}',
    +                host="yarn",
    +                extra='{"spark-binary": "spark2-submit"}',
                 )
             )
    -
    -        db.merge_conn(Connection(conn_id="spark_home_not_set", conn_type="spark", host="yarn://yarn-master"))
             db.merge_conn(
                 Connection(
    -                conn_id="spark_binary_set",
    +                conn_id="spark_custom_binary_set",
                     conn_type="spark",
                     host="yarn",
    -                extra='{"spark-binary": "custom-spark-submit"}',
    +                extra='{"spark-binary": "spark-other-submit"}',
                 )
             )
             db.merge_conn(
                 Connection(
    -                conn_id="spark_binary_and_home_set",
    +                conn_id="spark_home_set",
                     conn_type="spark",
                     host="yarn",
    -                extra='{"spark-home": "/path/to/spark_home", "spark-binary": "custom-spark-submit"}',
    +                extra='{"spark-home": "/custom/spark-home/path"}',
                 )
             )
             db.merge_conn(
                 Connection(
                     conn_id="spark_standalone_cluster",
                     conn_type="spark",
                     host="spark://spark-standalone-master:6066",
    -                extra='{"spark-home": "/path/to/spark_home", "deploy-mode": "cluster"}',
    +                extra='{"deploy-mode": "cluster"}',
                 )
             )
             db.merge_conn(
                 Connection(
                     conn_id="spark_standalone_cluster_client_mode",
                     conn_type="spark",
                     host="spark://spark-standalone-master:6066",
    -                extra='{"spark-home": "/path/to/spark_home", "deploy-mode": "client"}',
    +                extra='{"deploy-mode": "client"}',
                 )
             )
     
    @@ -265,10 +259,7 @@ def test_resolve_should_track_driver_status(self):
             hook_spark_yarn_cluster = SparkSubmitHook(conn_id="spark_yarn_cluster")
             hook_spark_k8s_cluster = SparkSubmitHook(conn_id="spark_k8s_cluster")
             hook_spark_default_mesos = SparkSubmitHook(conn_id="spark_default_mesos")
    -        hook_spark_home_set = SparkSubmitHook(conn_id="spark_home_set")
    -        hook_spark_home_not_set = SparkSubmitHook(conn_id="spark_home_not_set")
             hook_spark_binary_set = SparkSubmitHook(conn_id="spark_binary_set")
    -        hook_spark_binary_and_home_set = SparkSubmitHook(conn_id="spark_binary_and_home_set")
             hook_spark_standalone_cluster = SparkSubmitHook(conn_id="spark_standalone_cluster")
     
             # When
    @@ -282,16 +273,9 @@ def test_resolve_should_track_driver_status(self):
             should_track_driver_status_spark_default_mesos = (
                 hook_spark_default_mesos._resolve_should_track_driver_status()
             )
    -        should_track_driver_status_spark_home_set = hook_spark_home_set._resolve_should_track_driver_status()
    -        should_track_driver_status_spark_home_not_set = (
    -            hook_spark_home_not_set._resolve_should_track_driver_status()
    -        )
             should_track_driver_status_spark_binary_set = (
                 hook_spark_binary_set._resolve_should_track_driver_status()
             )
    -        should_track_driver_status_spark_binary_and_home_set = (
    -            hook_spark_binary_and_home_set._resolve_should_track_driver_status()
    -        )
             should_track_driver_status_spark_standalone_cluster = (
                 hook_spark_standalone_cluster._resolve_should_track_driver_status()
             )
    @@ -301,10 +285,7 @@ def test_resolve_should_track_driver_status(self):
             assert should_track_driver_status_spark_yarn_cluster is False
             assert should_track_driver_status_spark_k8s_cluster is False
             assert should_track_driver_status_spark_default_mesos is False
    -        assert should_track_driver_status_spark_home_set is False
    -        assert should_track_driver_status_spark_home_not_set is False
             assert should_track_driver_status_spark_binary_set is False
    -        assert should_track_driver_status_spark_binary_and_home_set is False
             assert should_track_driver_status_spark_standalone_cluster is True
     
         def test_resolve_connection_yarn_default(self):
    @@ -322,7 +303,6 @@ def test_resolve_connection_yarn_default(self):
                 "spark_binary": "spark-submit",
                 "deploy_mode": None,
                 "queue": None,
    -            "spark_home": None,
                 "namespace": None,
             }
             assert connection == expected_spark_connection
    @@ -343,7 +323,6 @@ def test_resolve_connection_yarn_default_connection(self):
                 "spark_binary": "spark-submit",
                 "deploy_mode": None,
                 "queue": "root.default",
    -            "spark_home": None,
                 "namespace": None,
             }
             assert connection == expected_spark_connection
    @@ -365,7 +344,6 @@ def test_resolve_connection_mesos_default_connection(self):
                 "spark_binary": "spark-submit",
                 "deploy_mode": None,
                 "queue": None,
    -            "spark_home": None,
                 "namespace": None,
             }
             assert connection == expected_spark_connection
    @@ -386,7 +364,6 @@ def test_resolve_connection_spark_yarn_cluster_connection(self):
                 "spark_binary": "spark-submit",
                 "deploy_mode": "cluster",
                 "queue": "root.etl",
    -            "spark_home": None,
                 "namespace": None,
             }
             assert connection == expected_spark_connection
    @@ -405,7 +382,6 @@ def test_resolve_connection_spark_k8s_cluster_connection(self):
             # Then
             dict_cmd = self.cmd_args_to_dict(cmd)
             expected_spark_connection = {
    -            "spark_home": "/opt/spark",
                 "queue": None,
                 "spark_binary": "spark-submit",
                 "master": "k8s://https://k8s-master",
    @@ -430,7 +406,6 @@ def test_resolve_connection_spark_k8s_cluster_ns_conf(self):
             # Then
             dict_cmd = self.cmd_args_to_dict(cmd)
             expected_spark_connection = {
    -            "spark_home": "/opt/spark",
                 "queue": None,
                 "spark_binary": "spark-submit",
                 "master": "k8s://https://k8s-master",
    @@ -442,46 +417,6 @@ def test_resolve_connection_spark_k8s_cluster_ns_conf(self):
             assert dict_cmd["--deploy-mode"] == "cluster"
             assert dict_cmd["--conf"] == "spark.kubernetes.namespace=airflow"
     
    -    def test_resolve_connection_spark_home_set_connection(self):
    -        # Given
    -        hook = SparkSubmitHook(conn_id="spark_home_set")
    -
    -        # When
    -        connection = hook._resolve_connection()
    -        cmd = hook._build_spark_submit_command(self._spark_job_file)
    -
    -        # Then
    -        expected_spark_connection = {
    -            "master": "yarn://yarn-master",
    -            "spark_binary": "spark-submit",
    -            "deploy_mode": None,
    -            "queue": None,
    -            "spark_home": "/opt/myspark",
    -            "namespace": None,
    -        }
    -        assert connection == expected_spark_connection
    -        assert cmd[0] == "/opt/myspark/bin/spark-submit"
    -
    -    def test_resolve_connection_spark_home_not_set_connection(self):
    -        # Given
    -        hook = SparkSubmitHook(conn_id="spark_home_not_set")
    -
    -        # When
    -        connection = hook._resolve_connection()
    -        cmd = hook._build_spark_submit_command(self._spark_job_file)
    -
    -        # Then
    -        expected_spark_connection = {
    -            "master": "yarn://yarn-master",
    -            "spark_binary": "spark-submit",
    -            "deploy_mode": None,
    -            "queue": None,
    -            "spark_home": None,
    -            "namespace": None,
    -        }
    -        assert connection == expected_spark_connection
    -        assert cmd[0] == "spark-submit"
    -
         def test_resolve_connection_spark_binary_set_connection(self):
             # Given
             hook = SparkSubmitHook(conn_id="spark_binary_set")
    @@ -493,18 +428,29 @@ def test_resolve_connection_spark_binary_set_connection(self):
             # Then
             expected_spark_connection = {
                 "master": "yarn",
    -            "spark_binary": "custom-spark-submit",
    +            "spark_binary": "spark2-submit",
                 "deploy_mode": None,
                 "queue": None,
    -            "spark_home": None,
                 "namespace": None,
             }
             assert connection == expected_spark_connection
    -        assert cmd[0] == "custom-spark-submit"
    +        assert cmd[0] == "spark2-submit"
    +
    +    def test_resolve_connection_custom_spark_binary_not_allowed_runtime_error(self):
    +        with pytest.raises(RuntimeError):
    +            SparkSubmitHook(conn_id="spark_binary_set", spark_binary="another-custom-spark-submit")
    +
    +    def test_resolve_connection_spark_binary_extra_not_allowed_runtime_error(self):
    +        with pytest.raises(RuntimeError):
    +            SparkSubmitHook(conn_id="spark_custom_binary_set")
    +
    +    def test_resolve_connection_spark_home_not_allowed_runtime_error(self):
    +        with pytest.raises(RuntimeError):
    +            SparkSubmitHook(conn_id="spark_home_set")
     
         def test_resolve_connection_spark_binary_default_value_override(self):
             # Given
    -        hook = SparkSubmitHook(conn_id="spark_binary_set", spark_binary="another-custom-spark-submit")
    +        hook = SparkSubmitHook(conn_id="spark_binary_set", spark_binary="spark2-submit")
     
             # When
             connection = hook._resolve_connection()
    @@ -513,14 +459,13 @@ def test_resolve_connection_spark_binary_default_value_override(self):
             # Then
             expected_spark_connection = {
                 "master": "yarn",
    -            "spark_binary": "another-custom-spark-submit",
    +            "spark_binary": "spark2-submit",
                 "deploy_mode": None,
                 "queue": None,
    -            "spark_home": None,
                 "namespace": None,
             }
             assert connection == expected_spark_connection
    -        assert cmd[0] == "another-custom-spark-submit"
    +        assert cmd[0] == "spark2-submit"
     
         def test_resolve_connection_spark_binary_default_value(self):
             # Given
    @@ -536,32 +481,11 @@ def test_resolve_connection_spark_binary_default_value(self):
                 "spark_binary": "spark-submit",
                 "deploy_mode": None,
                 "queue": "root.default",
    -            "spark_home": None,
                 "namespace": None,
             }
             assert connection == expected_spark_connection
             assert cmd[0] == "spark-submit"
     
    -    def test_resolve_connection_spark_binary_and_home_set_connection(self):
    -        # Given
    -        hook = SparkSubmitHook(conn_id="spark_binary_and_home_set")
    -
    -        # When
    -        connection = hook._resolve_connection()
    -        cmd = hook._build_spark_submit_command(self._spark_job_file)
    -
    -        # Then
    -        expected_spark_connection = {
    -            "master": "yarn",
    -            "spark_binary": "custom-spark-submit",
    -            "deploy_mode": None,
    -            "queue": None,
    -            "spark_home": "/path/to/spark_home",
    -            "namespace": None,
    -        }
    -        assert connection == expected_spark_connection
    -        assert cmd[0] == "/path/to/spark_home/bin/custom-spark-submit"
    -
         def test_resolve_connection_spark_standalone_cluster_connection(self):
             # Given
             hook = SparkSubmitHook(conn_id="spark_standalone_cluster")
    @@ -576,11 +500,10 @@ def test_resolve_connection_spark_standalone_cluster_connection(self):
                 "spark_binary": "spark-submit",
                 "deploy_mode": "cluster",
                 "queue": None,
    -            "spark_home": "/path/to/spark_home",
                 "namespace": None,
             }
             assert connection == expected_spark_connection
    -        assert cmd[0] == "/path/to/spark_home/bin/spark-submit"
    +        assert cmd[0] == "spark-submit"
     
         def test_resolve_spark_submit_env_vars_standalone_client_mode(self):
             # Given
    @@ -820,7 +743,7 @@ def test_standalone_cluster_process_on_kill(self):
             kill_cmd = hook._build_spark_driver_kill_command()
     
             # Then
    -        assert kill_cmd[0] == "/path/to/spark_home/bin/spark-submit"
    +        assert kill_cmd[0] == "spark-submit"
             assert kill_cmd[1] == "--master"
             assert kill_cmd[2] == "spark://spark-standalone-master:6066"
             assert kill_cmd[3] == "--kill"
    

Vulnerability mechanics

Root cause

"The SparkSubmitHook allowed arbitrary `spark-home` and `spark-binary` values from connection extras, enabling an attacker to specify an arbitrary executable path and achieve OS command injection."

Attack vector

An attacker who can configure or modify an Airflow Spark connection (e.g., via the Airflow UI, environment variables, or a compromised DAG file) sets the `spark-home` extra to an attacker-controlled directory and/or the `spark-binary` extra to an arbitrary executable name. When SparkSubmitHook or SparkSubmitOperator runs, it constructs the command by joining `spark-home`/bin/`spark-binary` (or just `spark-binary` if no home is set) and executes it via `subprocess`. Because no validation was performed on these values, the attacker can point to any binary on the system—including a malicious one they have placed—or inject shell metacharacters if the path is later passed unsafely. The advisory notes this allows reading arbitrary files in the task execution context without needing write access to DAG files [patch_id=1641276].

Affected code

The vulnerability exists in `airflow/providers/apache/spark/hooks/spark_submit.py` in the `SparkSubmitHook` class, specifically in `_resolve_connection()` (which read `spark-home` and `spark-binary` from connection extras without validation) and `_get_spark_binary_path()` (which joined `spark_home`/bin/`spark_binary` to form the executable path). The same unsafe path construction also appeared in `_build_spark_driver_kill_command()` [patch_id=1641276].

What the fix does

The patch [patch_id=1641276] removes support for the `spark-home` connection extra entirely, so the binary path can no longer be redirected to an arbitrary directory. It also restricts `spark-binary` to an allowlist of only `spark-submit` and `spark2-submit` (defined as `ALLOWED_SPARK_BINARIES`). If a connection provides a disallowed `spark-binary` or any `spark-home` value, `_resolve_connection()` now raises a `RuntimeError`. The `_get_spark_binary_path()` method is simplified to always return just the binary name, relying on the system PATH. These changes close the injection vector by eliminating user-controlled path components from the command construction.

Preconditions

  • authAttacker must have the ability to create or modify an Airflow Spark connection (e.g., via Airflow UI, environment variables, or by writing DAG files).
  • configThe Spark Provider (version prior to 4.0.0) must be installed, and Airflow must be configured to use SparkSubmitHook or SparkSubmitOperator.

Generated on May 23, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

4

News mentions

0

No linked articles in our index yet.