diff --git a/generated/provider_dependencies.json.sha256sum b/generated/provider_dependencies.json.sha256sum index 0163227146cc0..80f847896f54b 100644 --- a/generated/provider_dependencies.json.sha256sum +++ b/generated/provider_dependencies.json.sha256sum @@ -1 +1 @@ -327fa3e07644e1491f95bc18b9cfef09af986a303cac9963bd7dd477e451333d +ff62aff344e86d6348ae2b5d652f465e17efd4e44e45cfc7121b078a649fe127 diff --git a/providers/.last_release_date.txt b/providers/.last_release_date.txt index 42ed8bbc47584..a91c18423f881 100644 --- a/providers/.last_release_date.txt +++ b/providers/.last_release_date.txt @@ -1 +1 @@ -2026-06-08 +2026-06-16 diff --git a/providers/alibaba/README.rst b/providers/alibaba/README.rst index 2a90a5098fd89..7d92510df93ea 100644 --- a/providers/alibaba/README.rst +++ b/providers/alibaba/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-alibaba`` -Release: ``3.3.8`` +Release: ``3.3.9`` Alibaba Cloud integration (including `Alibaba Cloud `__). @@ -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 `_. +in the `documentation `_. Installation ------------ @@ -82,4 +82,4 @@ Dependent package ================================================================================================================== ================= The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/alibaba/docs/changelog.rst b/providers/alibaba/docs/changelog.rst index 71dd61cb3efc8..5abd66a7dbfad 100644 --- a/providers/alibaba/docs/changelog.rst +++ b/providers/alibaba/docs/changelog.rst @@ -26,6 +26,17 @@ Changelog --------- +3.3.9 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Fix remote-log providers not satisfying RemoteLogIO upload contract (#68300)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 3.3.8 ..... diff --git a/providers/alibaba/docs/index.rst b/providers/alibaba/docs/index.rst index 1ba97ca82af7a..692ae94ce1b60 100644 --- a/providers/alibaba/docs/index.rst +++ b/providers/alibaba/docs/index.rst @@ -77,7 +77,7 @@ apache-airflow-providers-alibaba package Alibaba Cloud integration (including `Alibaba Cloud `__). -Release: 3.3.8 +Release: 3.3.9 Provider package ---------------- @@ -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 `_ -* `The apache-airflow-providers-alibaba 3.3.8 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-alibaba 3.3.8 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-alibaba 3.3.9 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-alibaba 3.3.9 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/alibaba/provider.yaml b/providers/alibaba/provider.yaml index a649771143dea..acc7bfa8a4abf 100644 --- a/providers/alibaba/provider.yaml +++ b/providers/alibaba/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1779136929 +source-date-epoch: 1781642052 # 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.9 - 3.3.8 - 3.3.7 - 3.3.6 diff --git a/providers/alibaba/pyproject.toml b/providers/alibaba/pyproject.toml index 247fae333db52..0c720da6e5a26 100644 --- a/providers/alibaba/pyproject.toml +++ b/providers/alibaba/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-alibaba" -version = "3.3.8" +version = "3.3.9" description = "Provider package apache-airflow-providers-alibaba for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -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-alibaba/3.3.8" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.8/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.9" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.9/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" diff --git a/providers/alibaba/src/airflow/providers/alibaba/__init__.py b/providers/alibaba/src/airflow/providers/alibaba/__init__.py index adddf419ab101..763f88ef79ce4 100644 --- a/providers/alibaba/src/airflow/providers/alibaba/__init__.py +++ b/providers/alibaba/src/airflow/providers/alibaba/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.3.8" +__version__ = "3.3.9" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/amazon/README.rst b/providers/amazon/README.rst index b03fd9d149526..33b25b87f82bc 100644 --- a/providers/amazon/README.rst +++ b/providers/amazon/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-amazon`` -Release: ``9.30.0`` +Release: ``9.31.0`` Amazon integration (including `Amazon Web Services (AWS) `__). @@ -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 `_. +in the `documentation `_. Installation ------------ @@ -133,4 +133,4 @@ Extra Dependencies ==================== ============================================================================================================================================================ The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/amazon/docs/changelog.rst b/providers/amazon/docs/changelog.rst index 21396860c7858..0589629b21e89 100644 --- a/providers/amazon/docs/changelog.rst +++ b/providers/amazon/docs/changelog.rst @@ -26,6 +26,33 @@ Changelog --------- +9.31.0 +...... + +Features +~~~~~~~~ + +* ``Wait for Bedrock AgentCore Runtime deletion (#68140)`` + +Bug Fixes +~~~~~~~~~ + +* ``Upload log with 'put_object' in 's3_task_handler' (#68619)`` +* ``Add 'evaluation_config', 'inference_config' and 'output_data_config' to BedrockCreateEvaluationJobOperator template_fields (#68310)`` +* ``Fix remote-log providers not satisfying RemoteLogIO upload contract (#68300)`` +* ``Harden S3 sync target paths (#67847)`` + +Misc +~~~~ + +* ``Fix mypy errors for task_instance access in provider triggers (#68685)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Version the worker-bound TaskInstance fields in the execution API schema (#68390)`` + * ``fix(tests): Use unique S3 bucket name in bedrock evaluation system test (#68256)`` + * ``fix(tests): Add retries to EMR on EKS system test job submission (#68257)`` + 9.30.0 ...... diff --git a/providers/amazon/docs/index.rst b/providers/amazon/docs/index.rst index 798b1cf483437..97f607000596b 100644 --- a/providers/amazon/docs/index.rst +++ b/providers/amazon/docs/index.rst @@ -88,7 +88,7 @@ apache-airflow-providers-amazon package Amazon integration (including `Amazon Web Services (AWS) `__). -Release: 9.30.0 +Release: 9.31.0 Provider package ---------------- @@ -169,5 +169,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-amazon 9.30.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-amazon 9.30.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-amazon 9.31.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-amazon 9.31.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/amazon/provider.yaml b/providers/amazon/provider.yaml index aa370469f1ad6..2ebbef397176b 100644 --- a/providers/amazon/provider.yaml +++ b/providers/amazon/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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.31.0 - 9.30.0 - 9.29.0 - 9.28.0 diff --git a/providers/amazon/pyproject.toml b/providers/amazon/pyproject.toml index 35687a31140db..ef24eaea8f167 100644 --- a/providers/amazon/pyproject.toml +++ b/providers/amazon/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-amazon" -version = "9.30.0" +version = "9.31.0" description = "Provider package apache-airflow-providers-amazon for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -217,8 +217,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.30.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.30.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.31.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.31.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" diff --git a/providers/amazon/src/airflow/providers/amazon/__init__.py b/providers/amazon/src/airflow/providers/amazon/__init__.py index eada578058835..037df0d44579e 100644 --- a/providers/amazon/src/airflow/providers/amazon/__init__.py +++ b/providers/amazon/src/airflow/providers/amazon/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "9.30.0" +__version__ = "9.31.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/apache/druid/docs/.latest-doc-only-change.txt b/providers/apache/druid/docs/.latest-doc-only-change.txt index de34b2bea0190..eaa14c3589c91 100644 --- a/providers/apache/druid/docs/.latest-doc-only-change.txt +++ b/providers/apache/druid/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -077821050598e6807c63a497bcb70c420b529d8b +954b3035cc8feb6ef1e13a6715b7c7e47d12932a diff --git a/providers/apache/hdfs/README.rst b/providers/apache/hdfs/README.rst index 57c2be105de9c..9a78a1043b9d5 100644 --- a/providers/apache/hdfs/README.rst +++ b/providers/apache/hdfs/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-apache-hdfs`` -Release: ``4.12.0`` +Release: ``4.12.1`` `Hadoop Distributed File System (HDFS) `__ @@ -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 `_. +in the `documentation `_. Installation ------------ @@ -85,4 +85,4 @@ Dependent package ================================================================================================================== ================= The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/apache/hdfs/docs/changelog.rst b/providers/apache/hdfs/docs/changelog.rst index 0269b09d2c3b5..403a99faf52aa 100644 --- a/providers/apache/hdfs/docs/changelog.rst +++ b/providers/apache/hdfs/docs/changelog.rst @@ -27,6 +27,17 @@ Changelog --------- +4.12.1 +...... + +Bug Fixes +~~~~~~~~~ + +* ``Fix remote-log providers not satisfying RemoteLogIO upload contract (#68300)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 4.12.0 ...... diff --git a/providers/apache/hdfs/docs/index.rst b/providers/apache/hdfs/docs/index.rst index 65451032f6f79..a28c082a064e6 100644 --- a/providers/apache/hdfs/docs/index.rst +++ b/providers/apache/hdfs/docs/index.rst @@ -65,7 +65,7 @@ apache-airflow-providers-apache-hdfs package and `WebHDFS `__. -Release: 4.12.0 +Release: 4.12.1 Provider package ---------------- @@ -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 `_ -* `The apache-airflow-providers-apache-hdfs 4.12.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-hdfs 4.12.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-hdfs 4.12.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-hdfs 4.12.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/apache/hdfs/provider.yaml b/providers/apache/hdfs/provider.yaml index 78c30ea589b5d..7ab4b7a9f8c28 100644 --- a/providers/apache/hdfs/provider.yaml +++ b/providers/apache/hdfs/provider.yaml @@ -24,12 +24,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1779137108 +source-date-epoch: 1781642052 # 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.12.1 - 4.12.0 - 4.11.5 - 4.11.4 diff --git a/providers/apache/hdfs/pyproject.toml b/providers/apache/hdfs/pyproject.toml index bf6716e1f9608..2907dd03abaed 100644 --- a/providers/apache/hdfs/pyproject.toml +++ b/providers/apache/hdfs/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-apache-hdfs" -version = "4.12.0" +version = "4.12.1" description = "Provider package apache-airflow-providers-apache-hdfs for Apache Airflow" readme = "README.rst" license = "Apache-2.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-apache-hdfs/4.12.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.1/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" diff --git a/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py b/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py index 71dd3cc95aecc..a6d27cdb61f51 100644 --- a/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py +++ b/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.12.0" +__version__ = "4.12.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/apache/livy/README.rst b/providers/apache/livy/README.rst index 3f9c971840a2b..fb8d2bb9cddba 100644 --- a/providers/apache/livy/README.rst +++ b/providers/apache/livy/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-apache-livy`` -Release: ``4.5.6`` +Release: ``4.5.7`` `Apache Livy `__ @@ -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 `_. +in the `documentation `_. Installation ------------ @@ -80,4 +80,4 @@ Dependent package ================================================================================================================== ================= The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/apache/livy/docs/changelog.rst b/providers/apache/livy/docs/changelog.rst index 37464209d43ba..42e12b3a93487 100644 --- a/providers/apache/livy/docs/changelog.rst +++ b/providers/apache/livy/docs/changelog.rst @@ -28,6 +28,17 @@ Changelog --------- +4.5.7 +..... + +Misc +~~~~ + +* ``Bump aiohttp>=3.14.0 (#67978)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 4.5.6 ..... diff --git a/providers/apache/livy/docs/index.rst b/providers/apache/livy/docs/index.rst index a16e5c45813c1..9a88ea9d1a55e 100644 --- a/providers/apache/livy/docs/index.rst +++ b/providers/apache/livy/docs/index.rst @@ -76,7 +76,7 @@ apache-airflow-providers-apache-livy package `Apache Livy `__ -Release: 4.5.6 +Release: 4.5.7 Provider package ---------------- @@ -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 `_ -* `The apache-airflow-providers-apache-livy 4.5.6 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-livy 4.5.6 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-livy 4.5.7 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-livy 4.5.7 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/apache/livy/provider.yaml b/providers/apache/livy/provider.yaml index 0219a3c5e4172..cda7b5692d133 100644 --- a/providers/apache/livy/provider.yaml +++ b/providers/apache/livy/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1779137237 +source-date-epoch: 1781642052 # 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.7 - 4.5.6 - 4.5.5 - 4.5.4 diff --git a/providers/apache/livy/pyproject.toml b/providers/apache/livy/pyproject.toml index 8384615082d48..3a2a712c269da 100644 --- a/providers/apache/livy/pyproject.toml +++ b/providers/apache/livy/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-apache-livy" -version = "4.5.6" +version = "4.5.7" description = "Provider package apache-airflow-providers-apache-livy for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -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.5.6" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.6/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.7" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.7/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" diff --git a/providers/apache/livy/src/airflow/providers/apache/livy/__init__.py b/providers/apache/livy/src/airflow/providers/apache/livy/__init__.py index 81b27ca6188d3..da79bbfcce5dd 100644 --- a/providers/apache/livy/src/airflow/providers/apache/livy/__init__.py +++ b/providers/apache/livy/src/airflow/providers/apache/livy/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.5.6" +__version__ = "4.5.7" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/apache/spark/README.rst b/providers/apache/spark/README.rst index 50f995146e01a..a5fa28836e5e2 100644 --- a/providers/apache/spark/README.rst +++ b/providers/apache/spark/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-apache-spark`` -Release: ``6.1.0`` +Release: ``6.2.0`` `Apache Spark `__ @@ -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 `_. +in the `documentation `_. Installation ------------ @@ -93,4 +93,4 @@ Extra Dependencies =================== =================================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/apache/spark/docs/changelog.rst b/providers/apache/spark/docs/changelog.rst index 19e6cb9a81d0b..3515edbbe8ed9 100644 --- a/providers/apache/spark/docs/changelog.rst +++ b/providers/apache/spark/docs/changelog.rst @@ -29,6 +29,21 @@ Changelog --------- +6.2.0 +..... + +Features +~~~~~~~~ + +* ``Add crash recovery ability to SparkSubmitOperator against Kubernetes (#68067)`` +* ``Crash recovery for YARN cluster mode in SparkSubmitOperator built on AIP-103 (#67473)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Align spark provider with the task state store terminology (#68430)`` + * ``fix: fix missing rename in test_spark_submit (#68565)`` + * ``Rename task_store/asset_store to task_state_store/asset_state_store (#68438)`` + 6.1.0 ..... diff --git a/providers/apache/spark/docs/index.rst b/providers/apache/spark/docs/index.rst index 90b6e870be714..5e02f8e2fdbc9 100644 --- a/providers/apache/spark/docs/index.rst +++ b/providers/apache/spark/docs/index.rst @@ -77,7 +77,7 @@ apache-airflow-providers-apache-spark package `Apache Spark `__ -Release: 6.1.0 +Release: 6.2.0 Provider package ---------------- @@ -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 `_ -* `The apache-airflow-providers-apache-spark 6.1.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-spark 6.1.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-spark 6.2.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-spark 6.2.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/apache/spark/provider.yaml b/providers/apache/spark/provider.yaml index 2a57351b875c3..f1a7e5226fe64 100644 --- a/providers/apache/spark/provider.yaml +++ b/providers/apache/spark/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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.0 - 6.0.2 - 6.0.1 diff --git a/providers/apache/spark/pyproject.toml b/providers/apache/spark/pyproject.toml index 411ed168d5e16..c23b661b2bf4e 100644 --- a/providers/apache/spark/pyproject.toml +++ b/providers/apache/spark/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-apache-spark" -version = "6.1.0" +version = "6.2.0" description = "Provider package apache-airflow-providers-apache-spark for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -118,8 +118,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/6.1.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/6.1.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/6.2.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/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" diff --git a/providers/apache/spark/src/airflow/providers/apache/spark/__init__.py b/providers/apache/spark/src/airflow/providers/apache/spark/__init__.py index 50aa23db4a578..f17fedf514808 100644 --- a/providers/apache/spark/src/airflow/providers/apache/spark/__init__.py +++ b/providers/apache/spark/src/airflow/providers/apache/spark/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "6.1.0" +__version__ = "6.2.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/celery/docs/.latest-doc-only-change.txt b/providers/celery/docs/.latest-doc-only-change.txt index 8fd180a540c6d..223ffa35679a6 100644 --- a/providers/celery/docs/.latest-doc-only-change.txt +++ b/providers/celery/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -3e2962a0e423445524baa5c97c3533df7d9a5c4a +2cd797027e9b3c30255f6b24c6ea6a276725cfa6 diff --git a/providers/clickhousedb/docs/commits.rst b/providers/clickhousedb/docs/commits.rst index 28001e679ae11..e6a21c0dc91e2 100644 --- a/providers/clickhousedb/docs/commits.rst +++ b/providers/clickhousedb/docs/commits.rst @@ -29,7 +29,7 @@ Package apache-airflow-providers-clickhousedb `ClickHouse `__ -This is detailed commit list of changes for versions provider package: ``clickhouse``. +This is detailed commit list of changes for versions provider package: ``clickhousedb``. For high-level changelog, see :doc:`package information including changelog `. .. airflow-providers-commits:: diff --git a/providers/cncf/kubernetes/README.rst b/providers/cncf/kubernetes/README.rst index f921b6f5907f8..54b07a0fcf06a 100644 --- a/providers/cncf/kubernetes/README.rst +++ b/providers/cncf/kubernetes/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-cncf-kubernetes`` -Release: ``10.18.0`` +Release: ``10.18.1`` `Kubernetes `__ @@ -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 `_. +in the `documentation `_. Installation ------------ @@ -84,4 +84,4 @@ Dependent package ================================================================================================================== ================= The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/cncf/kubernetes/docs/changelog.rst b/providers/cncf/kubernetes/docs/changelog.rst index 99efbb968a0f4..d443fc0f731da 100644 --- a/providers/cncf/kubernetes/docs/changelog.rst +++ b/providers/cncf/kubernetes/docs/changelog.rst @@ -27,6 +27,26 @@ Changelog --------- +10.18.1 +....... + +Bug Fixes +~~~~~~~~~ + +* ``Run 'await_pod_start' before 'await_init_containers_completion' to prevent hanging when streaming init-container logs (#68450)`` +* ``Kubernetes Pod Operator - handle pod preemption before container creation (#68328)`` + +Misc +~~~~ + +* ``Make pod patching logic explicitly reflect when a pod is retained (#68507)`` +* ``Fix mypy errors for task_instance access in provider triggers (#68685)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``[main] Upgrade important CI environment (#68322)`` + * ``Add regression test for KPO awaiting pod start before init-container logs (#68503)`` + 10.18.0 ....... diff --git a/providers/cncf/kubernetes/docs/index.rst b/providers/cncf/kubernetes/docs/index.rst index 3e81acf72b65f..5bd9835541d77 100644 --- a/providers/cncf/kubernetes/docs/index.rst +++ b/providers/cncf/kubernetes/docs/index.rst @@ -88,7 +88,7 @@ apache-airflow-providers-cncf-kubernetes package `Kubernetes `__ -Release: 10.18.0 +Release: 10.18.1 Provider package ---------------- @@ -147,5 +147,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-cncf-kubernetes 10.18.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-cncf-kubernetes 10.18.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-cncf-kubernetes 10.18.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-cncf-kubernetes 10.18.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/cncf/kubernetes/provider.yaml b/providers/cncf/kubernetes/provider.yaml index 509301f82f30e..d3ed980a15ebe 100644 --- a/providers/cncf/kubernetes/provider.yaml +++ b/providers/cncf/kubernetes/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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.18.1 - 10.18.0 - 10.17.1 - 10.17.0 diff --git a/providers/cncf/kubernetes/pyproject.toml b/providers/cncf/kubernetes/pyproject.toml index 5db51bb3130ac..80d82890bc311 100644 --- a/providers/cncf/kubernetes/pyproject.toml +++ b/providers/cncf/kubernetes/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-cncf-kubernetes" -version = "10.18.0" +version = "10.18.1" description = "Provider package apache-airflow-providers-cncf-kubernetes for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -125,8 +125,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.18.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.18.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.18.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.18.1/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" diff --git a/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py b/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py index 7acdb44a44fc0..765a39ee3cdb7 100644 --- a/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py +++ b/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "10.18.0" +__version__ = "10.18.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/common/ai/README.rst b/providers/common/ai/README.rst index d4c3d07851c5e..6577a69392ae6 100644 --- a/providers/common/ai/README.rst +++ b/providers/common/ai/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-common-ai`` -Release: ``0.4.0`` +Release: ``0.5.0`` AI/LLM hooks and operators for Airflow pipelines using `pydantic-ai `__. @@ -36,7 +36,7 @@ This is a provider package for ``common.ai`` provider. All classes for this prov are in ``airflow.providers.common.ai`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -92,6 +92,7 @@ Extra Dependencies ``google`` ``pydantic-ai-slim[google]`` ``openai`` ``pydantic-ai-slim[openai]`` ``mcp`` ``pydantic-ai-slim[mcp]`` +``code-mode`` ``pydantic-ai-harness[codemode]>=0.3.0`` ``skills`` ``apache-airflow-providers-git>=0.4.0``, ``pydantic-ai-skills>=0.11.0`` ``avro`` ``fastavro>=1.10.0; python_version < "3.14"``, ``fastavro>=1.12.1; python_version >= "3.14"`` ``parquet`` ``pyarrow>=18.0.0; python_version < '3.14'``, ``pyarrow>=22.0.0; python_version >= '3.14'`` @@ -105,4 +106,4 @@ Extra Dependencies ============== ========================================================================================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/common/ai/docs/changelog.rst b/providers/common/ai/docs/changelog.rst index 9a9e4cfc81276..3d2b70c1e1727 100644 --- a/providers/common/ai/docs/changelog.rst +++ b/providers/common/ai/docs/changelog.rst @@ -25,6 +25,63 @@ Changelog --------- +0.5.0 +..... + +.. note:: + ``SQLToolset(allowed_tables=[...])`` now enforces the allow-list on the ``query`` and + ``check_query`` tools, not only on metadata discovery (#68487). The SQL an agent submits is + parsed with sqlglot and rejected before execution if it reaches any table outside the list + (including through subqueries, CTEs, JOINs, set operations and DML). While a list is active, + constructs a ``schema.table`` list cannot describe are also rejected: quoted identifiers, + inline comments, cross-database references, ``SHOW``, table-valued functions and dynamic SQL. + Agents querying a restricted connection must send unquoted, comment-free SQL. This is an + application-level guardrail and not a substitute for least-privilege database permissions. + +Breaking changes +~~~~~~~~~~~~~~~~ + +* ``Enforce SQLToolset allowed_tables on queries, not just discovery (#68487)`` + +Features +~~~~~~~~ + +* ``common.ai: Park approval reviews in awaiting_input on Airflow 3.3+ (#68489)`` +* ``Add spec_file support to PydanticAIHook.create_agent (#67788)`` +* ``Return common.ai SQLToolset errors to the agent so it self-corrects (#68117)`` +* ``Allow DESCRIBE/SHOW in common.ai SQLToolset read-only queries (#68102)`` +* ``Support multi-schema introspection in common.ai SQLToolset (#68103)`` +* ``Add token_provider for short-lived MCP auth in common.ai (#68104)`` +* ``Add code mode (Monty sandbox) to common.ai AgentOperator (#68407)`` +* ``Add 'message_history' to 'AgentOperator' for multi-turn agent sessions (#68648)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix 'LlamaIndexEmbeddingOperator' returning 'vector=None' for every chunk (#68491)`` +* ``Verify durable cached agent steps match the request before replay (#68372)`` + +Misc +~~~~ + +* ``Access AgentRunResult.usage as a property in common.ai logging (#68405)`` +* ``Bump pydantic-ai-slim>=1.99.0 (#68105)`` + +Doc-only +~~~~~~~~ + +* ``Explain the agent tool boundary in common.ai security docs (#68404)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Bump vite (#68580)`` + * ``Fix common.ai example DAGs failing to parse without the sql extra (#68497)`` + * ``Informatica provider: Add SQL auto-lineage and selective lineage control (#66612)`` + * ``Rename task_store/asset_store to task_state_store/asset_state_store (#68438)`` + * ``[main] Upgrade important CI environment (#68163)`` + * ``Improve AIP progress tracker example for accuracy (#68037)`` + * ``Fix XCom deserialization of Pydantic models in LangChain 10-K example (#67930)`` + Breaking change: operators with ``output_type=`` (``LLMOperator``, ``LLMAgentOperator``, ``LLMFileAnalysisOperator``, and their ``@task.llm`` / ``@task.agent`` / ``@task.llm_file_analysis`` decorators) diff --git a/providers/common/ai/docs/index.rst b/providers/common/ai/docs/index.rst index 650942c280887..ab5eafe3a2b41 100644 --- a/providers/common/ai/docs/index.rst +++ b/providers/common/ai/docs/index.rst @@ -83,7 +83,7 @@ apache-airflow-providers-common-ai package AI/LLM hooks and operators for Airflow pipelines using `pydantic-ai `__. -Release: 0.4.0 +Release: 0.5.0 Provider package ---------------- @@ -140,5 +140,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-common-ai 0.4.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-common-ai 0.4.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-common-ai 0.5.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-common-ai 0.5.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/common/ai/provider.yaml b/providers/common/ai/provider.yaml index 695a88ec2c103..893f5d230f7b3 100644 --- a/providers/common/ai/provider.yaml +++ b/providers/common/ai/provider.yaml @@ -23,10 +23,11 @@ description: | state: ready lifecycle: incubation -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 build-system: hatchling # note that those versions are maintained by release manager - do not update them manually versions: + - 0.5.0 - 0.4.0 - 0.3.0 - 0.2.0 diff --git a/providers/common/ai/pyproject.toml b/providers/common/ai/pyproject.toml index 2d7a22ba7f917..8bd3f244d26f9 100644 --- a/providers/common/ai/pyproject.toml +++ b/providers/common/ai/pyproject.toml @@ -32,7 +32,7 @@ build-backend = "hatchling.build" [project] name = "apache-airflow-providers-common-ai" -version = "0.4.0" +version = "0.5.0" description = "Provider package apache-airflow-providers-common-ai for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -169,8 +169,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-ai/0.4.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-ai/0.4.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-ai/0.5.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-ai/0.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" diff --git a/providers/common/ai/src/airflow/providers/common/ai/__init__.py b/providers/common/ai/src/airflow/providers/common/ai/__init__.py index f53928dc7b782..3fd180807aab9 100644 --- a/providers/common/ai/src/airflow/providers/common/ai/__init__.py +++ b/providers/common/ai/src/airflow/providers/common/ai/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "0.4.0" +__version__ = "0.5.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "3.0.0" diff --git a/providers/databricks/README.rst b/providers/databricks/README.rst index 7ef609dafd5c5..86c8c533cde95 100644 --- a/providers/databricks/README.rst +++ b/providers/databricks/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-databricks`` -Release: ``7.16.0`` +Release: ``7.16.1`` `Databricks `__ @@ -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 `_. +in the `documentation `_. Installation ------------ @@ -107,4 +107,4 @@ Extra Dependencies ================== ================================================================================================================================================================ The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/databricks/docs/changelog.rst b/providers/databricks/docs/changelog.rst index a58368b753e62..541e14931c717 100644 --- a/providers/databricks/docs/changelog.rst +++ b/providers/databricks/docs/changelog.rst @@ -26,6 +26,9 @@ Changelog --------- +7.16.1 +...... + .. note:: ``DatabricksCreateJobsOperator``, ``DatabricksSubmitRunOperator`` and ``DatabricksRunNowOperator`` now assemble and validate their Databricks request payload at task **execution** time instead of @@ -38,6 +41,20 @@ Changelog to a Python-dict-literal string (what classic Jinja produces when rendering a dict pulled from XCom), in addition to a mapping or a JSON string. +Bug Fixes +~~~~~~~~~ + +* ``Fix Databricks operators with templated json payloads (#68519)`` + +Misc +~~~~ + +* ``Bump aiohttp>=3.14.0 (#67978)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add comment hint about pandas 3.0.0 (#67961)`` + 7.16.0 ...... diff --git a/providers/databricks/docs/index.rst b/providers/databricks/docs/index.rst index d4a5a0a2bc184..fca17aa032134 100644 --- a/providers/databricks/docs/index.rst +++ b/providers/databricks/docs/index.rst @@ -78,7 +78,7 @@ apache-airflow-providers-databricks package `Databricks `__ -Release: 7.16.0 +Release: 7.16.1 Provider package ---------------- @@ -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 `_ -* `The apache-airflow-providers-databricks 7.16.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-databricks 7.16.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-databricks 7.16.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-databricks 7.16.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/databricks/provider.yaml b/providers/databricks/provider.yaml index 7d86ad9627baf..7ef920398492d 100644 --- a/providers/databricks/provider.yaml +++ b/providers/databricks/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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.16.1 - 7.16.0 - 7.15.0 - 7.14.0 diff --git a/providers/databricks/pyproject.toml b/providers/databricks/pyproject.toml index a85a7e7017c00..133c222e6b7a9 100644 --- a/providers/databricks/pyproject.toml +++ b/providers/databricks/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-databricks" -version = "7.16.0" +version = "7.16.1" description = "Provider package apache-airflow-providers-databricks for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -150,8 +150,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.16.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.16.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.16.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.16.1/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" diff --git a/providers/databricks/src/airflow/providers/databricks/__init__.py b/providers/databricks/src/airflow/providers/databricks/__init__.py index f03fb6e1b8041..7cb0dd13b063a 100644 --- a/providers/databricks/src/airflow/providers/databricks/__init__.py +++ b/providers/databricks/src/airflow/providers/databricks/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "7.16.0" +__version__ = "7.16.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/dbt/cloud/README.rst b/providers/dbt/cloud/README.rst index fa6867f650b50..622a245f9ea1e 100644 --- a/providers/dbt/cloud/README.rst +++ b/providers/dbt/cloud/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-dbt-cloud`` -Release: ``4.9.1`` +Release: ``4.9.2`` `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 `_. +in the `documentation `_. Installation ------------ @@ -93,4 +93,4 @@ Extra Dependencies =============== =============================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/dbt/cloud/docs/changelog.rst b/providers/dbt/cloud/docs/changelog.rst index aae5de5520bad..7ca16fffd4c51 100644 --- a/providers/dbt/cloud/docs/changelog.rst +++ b/providers/dbt/cloud/docs/changelog.rst @@ -28,6 +28,17 @@ Changelog --------- +4.9.2 +..... + +Misc +~~~~ + +* ``Bump aiohttp>=3.14.0 (#67978)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 4.9.1 ..... diff --git a/providers/dbt/cloud/docs/index.rst b/providers/dbt/cloud/docs/index.rst index 4d29df082df93..199eb461889cb 100644 --- a/providers/dbt/cloud/docs/index.rst +++ b/providers/dbt/cloud/docs/index.rst @@ -81,7 +81,7 @@ apache-airflow-providers-dbt-cloud package `dbt Cloud `__ -Release: 4.9.1 +Release: 4.9.2 Provider package ---------------- @@ -140,5 +140,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-dbt-cloud 4.9.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-dbt-cloud 4.9.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-dbt-cloud 4.9.2 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-dbt-cloud 4.9.2 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/dbt/cloud/provider.yaml b/providers/dbt/cloud/provider.yaml index eef642691fa8d..0d36f93e58ac3 100644 --- a/providers/dbt/cloud/provider.yaml +++ b/providers/dbt/cloud/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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.2 - 4.9.1 - 4.9.0 - 4.8.2 diff --git a/providers/dbt/cloud/pyproject.toml b/providers/dbt/cloud/pyproject.toml index 6a70927592fae..1eba60ccf0095 100644 --- a/providers/dbt/cloud/pyproject.toml +++ b/providers/dbt/cloud/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-dbt-cloud" -version = "4.9.1" +version = "4.9.2" description = "Provider package apache-airflow-providers-dbt-cloud for Apache Airflow" readme = "README.rst" license = "Apache-2.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-dbt-cloud/4.9.1" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.9.1/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.9.2" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.9.2/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" diff --git a/providers/dbt/cloud/src/airflow/providers/dbt/cloud/__init__.py b/providers/dbt/cloud/src/airflow/providers/dbt/cloud/__init__.py index 28213a7c889eb..b7c2c96409fca 100644 --- a/providers/dbt/cloud/src/airflow/providers/dbt/cloud/__init__.py +++ b/providers/dbt/cloud/src/airflow/providers/dbt/cloud/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.9.1" +__version__ = "4.9.2" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/edge3/README.rst b/providers/edge3/README.rst index 98c484fcab0f7..c67b9f7886df1 100644 --- a/providers/edge3/README.rst +++ b/providers/edge3/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-edge3`` -Release: ``3.8.0`` +Release: ``4.0.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 `_. +in the `documentation `_. Installation ------------ @@ -93,4 +93,4 @@ Dependent package ================================================================================================================== ================= The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/edge3/docs/changelog.rst b/providers/edge3/docs/changelog.rst index 785ad2dd363e0..49b7f66c2bf14 100644 --- a/providers/edge3/docs/changelog.rst +++ b/providers/edge3/docs/changelog.rst @@ -27,6 +27,32 @@ Changelog --------- +4.0.0 +..... + +.. note:: + The worker-bound ``TaskInstance`` fields exchanged over the Edge worker API are now + defined by the versioned execution API schema instead of a duplicated ``TaskInstanceDTO`` + (#68390). The regenerated Edge worker API spec drops ``parent_context_carrier`` and sources + the ``queue`` field from the shared schema. Upgrade your Edge workers together with the + Airflow API server so both sides of the worker API agree on the contract. + +Breaking changes +~~~~~~~~~~~~~~~~ + +* ``Version the worker-bound TaskInstance fields in the execution API schema (#68390)`` + +Doc-only +~~~~~~~~ + +* ``Fix typo and restore SVG diagram headers (#68435)`` +* ``Fix Typo in EdgeExecutor Architecture diagram (#68401)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Fix BackfillDagRun.partition_key type annotation (str, not datetime) (#68432)`` + * ``Bump the edge-ui-package-updates group across 1 directory with 14 updates (#68469)`` + 3.8.0 ..... diff --git a/providers/edge3/docs/index.rst b/providers/edge3/docs/index.rst index 96f663c22a651..996d43c076d1f 100644 --- a/providers/edge3/docs/index.rst +++ b/providers/edge3/docs/index.rst @@ -98,7 +98,7 @@ Additional REST API endpoints are provided to distribute tasks and manage the ed are provided by the API server. -Release: 3.8.0 +Release: 4.0.0 Provider package ---------------- @@ -154,5 +154,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-edge3 3.8.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-edge3 3.8.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-edge3 4.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-edge3 4.0.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/edge3/provider.yaml b/providers/edge3/provider.yaml index ec522dd9cd9ca..fd0a6876dd688 100644 --- a/providers/edge3/provider.yaml +++ b/providers/edge3/provider.yaml @@ -34,7 +34,7 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 build-system: hatchling # Note that those versions are maintained by release manager - do not update them manually @@ -42,6 +42,7 @@ build-system: hatchling # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 4.0.0 - 3.8.0 - 3.7.0 - 3.6.0 diff --git a/providers/edge3/pyproject.toml b/providers/edge3/pyproject.toml index 5f99fb311ea9c..a325d33a941dd 100644 --- a/providers/edge3/pyproject.toml +++ b/providers/edge3/pyproject.toml @@ -32,7 +32,7 @@ build-backend = "hatchling.build" [project] name = "apache-airflow-providers-edge3" -version = "3.8.0" +version = "4.0.0" description = "Provider package apache-airflow-providers-edge3 for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -109,8 +109,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/3.8.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/3.8.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/4.0.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/4.0.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" diff --git a/providers/edge3/src/airflow/providers/edge3/__init__.py b/providers/edge3/src/airflow/providers/edge3/__init__.py index 6195aca3c57e1..955a889051fa1 100644 --- a/providers/edge3/src/airflow/providers/edge3/__init__.py +++ b/providers/edge3/src/airflow/providers/edge3/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.8.0" +__version__ = "4.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "3.0.0" diff --git a/providers/elasticsearch/README.rst b/providers/elasticsearch/README.rst index 38168c462e37b..0b286911d8a7e 100644 --- a/providers/elasticsearch/README.rst +++ b/providers/elasticsearch/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-elasticsearch`` -Release: ``6.6.0`` +Release: ``6.7.0`` `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 `_. +in the `documentation `_. Installation ------------ @@ -89,4 +89,4 @@ Extra Dependencies ========== ================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/elasticsearch/docs/changelog.rst b/providers/elasticsearch/docs/changelog.rst index 44fce78e6bade..6a6060d8d165c 100644 --- a/providers/elasticsearch/docs/changelog.rst +++ b/providers/elasticsearch/docs/changelog.rst @@ -27,6 +27,17 @@ Changelog --------- +6.7.0 +..... + +Features +~~~~~~~~ + +* ``Add remote log upload support for callback subprocesses (#66379)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + ``ElasticsearchTaskHandler`` no longer silently registers itself as the remote task-log reader during ``dictConfig``. The implicit registration still happens for one more release but now emits an ``AirflowProviderDeprecationWarning`` and diff --git a/providers/elasticsearch/docs/index.rst b/providers/elasticsearch/docs/index.rst index 03d033583c75e..3ed7510a2d8fb 100644 --- a/providers/elasticsearch/docs/index.rst +++ b/providers/elasticsearch/docs/index.rst @@ -79,7 +79,7 @@ apache-airflow-providers-elasticsearch package `Elasticsearch `__ -Release: 6.6.0 +Release: 6.7.0 Provider package ---------------- @@ -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 `_ -* `The apache-airflow-providers-elasticsearch 6.6.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-elasticsearch 6.6.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-elasticsearch 6.7.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-elasticsearch 6.7.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/elasticsearch/provider.yaml b/providers/elasticsearch/provider.yaml index fa664bf7a6157..b8f28b4f774e1 100644 --- a/providers/elasticsearch/provider.yaml +++ b/providers/elasticsearch/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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.7.0 - 6.6.0 - 6.5.4 - 6.5.3 diff --git a/providers/elasticsearch/pyproject.toml b/providers/elasticsearch/pyproject.toml index f4d666674c616..651c7bc5e5bc1 100644 --- a/providers/elasticsearch/pyproject.toml +++ b/providers/elasticsearch/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-elasticsearch" -version = "6.6.0" +version = "6.7.0" description = "Provider package apache-airflow-providers-elasticsearch for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -109,8 +109,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.6.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.6.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.7.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.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" diff --git a/providers/elasticsearch/src/airflow/providers/elasticsearch/__init__.py b/providers/elasticsearch/src/airflow/providers/elasticsearch/__init__.py index 2690e31373261..09b92df543eeb 100644 --- a/providers/elasticsearch/src/airflow/providers/elasticsearch/__init__.py +++ b/providers/elasticsearch/src/airflow/providers/elasticsearch/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "6.6.0" +__version__ = "6.7.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/fab/README.rst b/providers/fab/README.rst index 68c7b4f6efcac..11d1a07176a6f 100644 --- a/providers/fab/README.rst +++ b/providers/fab/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-fab`` -Release: ``3.6.5`` +Release: ``3.7.0`` `Flask App Builder `__ @@ -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 `_. +in the `documentation `_. Installation ------------ @@ -105,4 +105,4 @@ Extra Dependencies ============ =================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/fab/docs/changelog.rst b/providers/fab/docs/changelog.rst index 15ec5c6a758e7..810282bcab96e 100644 --- a/providers/fab/docs/changelog.rst +++ b/providers/fab/docs/changelog.rst @@ -20,6 +20,37 @@ Changelog --------- +3.7.0 +..... + +Features +~~~~~~~~ + +* ``Implement 'get_cli_user' in the FAB auth manager so airflowctl CLI commands can authenticate (#68175)`` +* ``Add Browse > Deadlines menu item for compatibility with Airflow 3.3.0 (#67586)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix fab deserialize user session leak (#68100)`` +* ``Import ldap.filter in security_manager override (#68226)`` +* ``Add defensive validation for LDAP search filter configuration (#67630)`` + +Doc-only +~~~~~~~~ + +* ``Update FAB auth manager Flask config wording for Airflow 3 (#68162)`` +* ``Fix removed webserver command in FAB SSO guide for Airflow 3 (#68166)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Bump the fab-ui-package-updates group across 1 directory with 3 updates (#67928)`` + * ``[main] Upgrade important CI environment (#68163)`` + * ``Bump stylelint (#68347)`` + * ``Bump prettier (#68576)`` + * ``Bump eslint (#68681)`` + * ``Load example DAGs from providers via ProvidersManager (continuation of #57320) (#66161)`` + 3.6.5 ..... diff --git a/providers/fab/docs/index.rst b/providers/fab/docs/index.rst index e0c8aa1814137..ddc12fc955570 100644 --- a/providers/fab/docs/index.rst +++ b/providers/fab/docs/index.rst @@ -84,7 +84,7 @@ apache-airflow-providers-fab package `Flask App Builder `__ -Release: 3.6.5 +Release: 3.7.0 Provider package ---------------- @@ -154,5 +154,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-fab 3.6.5 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-fab 3.6.5 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-fab 3.7.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-fab 3.7.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/fab/provider.yaml b/providers/fab/provider.yaml index c883f83efce32..368fb480c2ecb 100644 --- a/providers/fab/provider.yaml +++ b/providers/fab/provider.yaml @@ -29,7 +29,7 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 build-system: hatchling # Note that those versions are maintained by release manager - do not update them manually @@ -37,6 +37,7 @@ build-system: hatchling # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 3.7.0 - 3.6.5 - 3.6.4 - 3.6.3 diff --git a/providers/fab/pyproject.toml b/providers/fab/pyproject.toml index 7c4204454b615..1babdb3f7f0eb 100644 --- a/providers/fab/pyproject.toml +++ b/providers/fab/pyproject.toml @@ -32,7 +32,7 @@ build-backend = "hatchling.build" [project] name = "apache-airflow-providers-fab" -version = "3.6.5" +version = "3.7.0" description = "Provider package apache-airflow-providers-fab for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -153,8 +153,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.6.5" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.6.5/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.7.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.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" diff --git a/providers/fab/src/airflow/providers/fab/__init__.py b/providers/fab/src/airflow/providers/fab/__init__.py index 4870ef0beabbe..7cb0c8facb593 100644 --- a/providers/fab/src/airflow/providers/fab/__init__.py +++ b/providers/fab/src/airflow/providers/fab/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.6.5" +__version__ = "3.7.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "3.0.2" diff --git a/providers/ftp/README.rst b/providers/ftp/README.rst index 3e1b05e4bc82a..d2b95cf67bc45 100644 --- a/providers/ftp/README.rst +++ b/providers/ftp/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-ftp`` -Release: ``3.15.0`` +Release: ``3.15.1`` `File Transfer Protocol (FTP) `__ @@ -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 `_. +in the `documentation `_. Installation ------------ @@ -87,4 +87,4 @@ Extra Dependencies =============== ======================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/ftp/docs/changelog.rst b/providers/ftp/docs/changelog.rst index 72087204f96ff..2e39e954e4582 100644 --- a/providers/ftp/docs/changelog.rst +++ b/providers/ftp/docs/changelog.rst @@ -27,6 +27,17 @@ Changelog --------- +3.15.1 +...... + +Bug Fixes +~~~~~~~~~ + +* ``Enable the protected data channel in 'FTPSHook' by calling 'prot_p()' after login (#67946)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 3.15.0 ...... diff --git a/providers/ftp/docs/index.rst b/providers/ftp/docs/index.rst index 09748d9f996ef..abbcd4a811e72 100644 --- a/providers/ftp/docs/index.rst +++ b/providers/ftp/docs/index.rst @@ -84,7 +84,7 @@ apache-airflow-providers-ftp package `File Transfer Protocol (FTP) `__ -Release: 3.15.0 +Release: 3.15.1 Provider package ---------------- @@ -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 `_ -* `The apache-airflow-providers-ftp 3.15.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-ftp 3.15.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-ftp 3.15.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-ftp 3.15.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/ftp/provider.yaml b/providers/ftp/provider.yaml index 1ac9de2808b8b..cd9747ebac1ff 100644 --- a/providers/ftp/provider.yaml +++ b/providers/ftp/provider.yaml @@ -23,8 +23,9 @@ description: | state: ready lifecycle: production -source-date-epoch: 1779137792 +source-date-epoch: 1781642052 versions: + - 3.15.1 - 3.15.0 - 3.14.3 - 3.14.2 diff --git a/providers/ftp/pyproject.toml b/providers/ftp/pyproject.toml index f18ebb48634ea..fed7677dc113f 100644 --- a/providers/ftp/pyproject.toml +++ b/providers/ftp/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-ftp" -version = "3.15.0" +version = "3.15.1" description = "Provider package apache-airflow-providers-ftp for Apache Airflow" readme = "README.rst" license = "Apache-2.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-ftp/3.15.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.15.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.15.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.15.1/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" diff --git a/providers/ftp/src/airflow/providers/ftp/__init__.py b/providers/ftp/src/airflow/providers/ftp/__init__.py index d58cf5a5faa9f..eace5617e283e 100644 --- a/providers/ftp/src/airflow/providers/ftp/__init__.py +++ b/providers/ftp/src/airflow/providers/ftp/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.15.0" +__version__ = "3.15.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/git/docs/.latest-doc-only-change.txt b/providers/git/docs/.latest-doc-only-change.txt index 8fd180a540c6d..223ffa35679a6 100644 --- a/providers/git/docs/.latest-doc-only-change.txt +++ b/providers/git/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -3e2962a0e423445524baa5c97c3533df7d9a5c4a +2cd797027e9b3c30255f6b24c6ea6a276725cfa6 diff --git a/providers/google/README.rst b/providers/google/README.rst index 0f3f620f16850..6a5c22451ab8c 100644 --- a/providers/google/README.rst +++ b/providers/google/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-google`` -Release: ``22.1.0`` +Release: ``22.2.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 `_. +in the `documentation `_. Installation ------------ @@ -166,6 +166,7 @@ Dependent package `apache-airflow-providers-http `_ ``http`` `apache-airflow-providers-microsoft-azure `_ ``microsoft.azure`` `apache-airflow-providers-microsoft-mssql `_ ``microsoft.mssql`` +`apache-airflow-providers-mongo `_ ``mongo`` `apache-airflow-providers-mysql `_ ``mysql`` `apache-airflow-providers-openlineage `_ ``openlineage`` `apache-airflow-providers-oracle `_ ``oracle`` @@ -193,6 +194,7 @@ Extra Dependencies ``apache.cassandra`` ``apache-airflow-providers-apache-cassandra`` ``microsoft.azure`` ``apache-airflow-providers-microsoft-azure>=13.0.0`` ``microsoft.mssql`` ``apache-airflow-providers-microsoft-mssql`` +``mongo`` ``apache-airflow-providers-mongo`` ``mysql`` ``apache-airflow-providers-mysql`` ``openlineage`` ``apache-airflow-providers-openlineage`` ``postgres`` ``apache-airflow-providers-postgres`` @@ -207,4 +209,4 @@ Extra Dependencies ==================== ==================================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/google/docs/changelog.rst b/providers/google/docs/changelog.rst index 0eee8d9428a1c..698d096ca0013 100644 --- a/providers/google/docs/changelog.rst +++ b/providers/google/docs/changelog.rst @@ -27,6 +27,41 @@ Changelog --------- +22.2.0 +...... + +Features +~~~~~~~~ + +* ``Add MongoToGCSOperator to copy MongoDB collections to GCS (#66013)`` +* ``Forward Google Cloud Run container logs to Airflow log via verbose flag (#67140)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix 'DataprocCreateBatchOperator' stuck in deferred state for a long time (#67638)`` +* ``Fix empty labels in Stackdriver log IO for Airflow 3 Supervisor (#68292)`` +* ``Fix remote-log providers not satisfying RemoteLogIO upload contract (#68300)`` +* ``Validate destination paths derived from GCS object names (#67667)`` + +Misc +~~~~ + +* ``Bump google-cloud-aiplatform to force upgrade of litellm (#66632)`` +* ``Fix mypy errors for task_instance access in provider triggers (#68685)`` +* ``Add Ray constraints for Python 3.14 in Google provider (#68710)`` + +Doc-only +~~~~~~~~ + +* ``Document that the Google OpenID auth backend matches users by their (mutable) email (#68391)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add tests for links/base and links/bigquery in Google provider (#68066)`` + * ``Load example DAGs from providers via ProvidersManager (continuation of #57320) (#66161)`` + * ``Bump aiohttp regarding dependabot warning (#67978)`` + 22.1.0 ...... diff --git a/providers/google/docs/index.rst b/providers/google/docs/index.rst index 2189a6d310d5d..a9a3d257d2208 100644 --- a/providers/google/docs/index.rst +++ b/providers/google/docs/index.rst @@ -90,7 +90,7 @@ Google services including: - `Google Workspace `__ (formerly Google Suite) -Release: 22.1.0 +Release: 22.2.0 Provider package ---------------- @@ -238,5 +238,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-google 22.1.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-google 22.1.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-google 22.2.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-google 22.2.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/google/provider.yaml b/providers/google/provider.yaml index dff2d84481f4f..bf281457df011 100644 --- a/providers/google/provider.yaml +++ b/providers/google/provider.yaml @@ -30,12 +30,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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: + - 22.2.0 - 22.1.0 - 22.0.0 - 21.3.0 diff --git a/providers/google/pyproject.toml b/providers/google/pyproject.toml index a6d420ab7d36d..332023102e8ac 100644 --- a/providers/google/pyproject.toml +++ b/providers/google/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-google" -version = "22.1.0" +version = "22.2.0" description = "Provider package apache-airflow-providers-google for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -276,8 +276,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/22.1.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-google/22.1.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-google/22.2.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-google/22.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" diff --git a/providers/google/src/airflow/providers/google/__init__.py b/providers/google/src/airflow/providers/google/__init__.py index a1808462700c2..ada8341e67d7e 100644 --- a/providers/google/src/airflow/providers/google/__init__.py +++ b/providers/google/src/airflow/providers/google/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "22.1.0" +__version__ = "22.2.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/hashicorp/README.rst b/providers/hashicorp/README.rst index e39b5fa7714b4..af2cfe2553239 100644 --- a/providers/hashicorp/README.rst +++ b/providers/hashicorp/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-hashicorp`` -Release: ``4.7.0`` +Release: ``4.7.1`` Hashicorp including `Hashicorp Vault `__ @@ -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 `_. +in the `documentation `_. Installation ------------ @@ -89,4 +89,4 @@ Extra Dependencies ========== =================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/hashicorp/docs/changelog.rst b/providers/hashicorp/docs/changelog.rst index 850222cf146f9..2829133601459 100644 --- a/providers/hashicorp/docs/changelog.rst +++ b/providers/hashicorp/docs/changelog.rst @@ -27,6 +27,17 @@ Changelog --------- +4.7.1 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Fix Vault GCP auth for metadata credentials (#68069)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 4.7.0 ..... diff --git a/providers/hashicorp/docs/index.rst b/providers/hashicorp/docs/index.rst index 3cb8a6bdee40f..8a842b828bdb7 100644 --- a/providers/hashicorp/docs/index.rst +++ b/providers/hashicorp/docs/index.rst @@ -69,7 +69,7 @@ apache-airflow-providers-hashicorp package Hashicorp including `Hashicorp Vault `__ -Release: 4.7.0 +Release: 4.7.1 Provider package ---------------- @@ -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 `_ -* `The apache-airflow-providers-hashicorp 4.7.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-hashicorp 4.7.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-hashicorp 4.7.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-hashicorp 4.7.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/hashicorp/provider.yaml b/providers/hashicorp/provider.yaml index e3e40cf2b0853..73d7b58af795e 100644 --- a/providers/hashicorp/provider.yaml +++ b/providers/hashicorp/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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.7.1 - 4.7.0 - 4.6.0 - 4.5.2 diff --git a/providers/hashicorp/pyproject.toml b/providers/hashicorp/pyproject.toml index 5a1f43cd5edf5..a31cf75246f2e 100644 --- a/providers/hashicorp/pyproject.toml +++ b/providers/hashicorp/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-hashicorp" -version = "4.7.0" +version = "4.7.1" description = "Provider package apache-airflow-providers-hashicorp for Apache Airflow" readme = "README.rst" license = "Apache-2.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-hashicorp/4.7.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.7.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.7.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.7.1/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" diff --git a/providers/hashicorp/src/airflow/providers/hashicorp/__init__.py b/providers/hashicorp/src/airflow/providers/hashicorp/__init__.py index 5b87ff183da71..1a629e6bd8f49 100644 --- a/providers/hashicorp/src/airflow/providers/hashicorp/__init__.py +++ b/providers/hashicorp/src/airflow/providers/hashicorp/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.7.0" +__version__ = "4.7.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/http/README.rst b/providers/http/README.rst index ac6341c09405a..f2e048b2923c0 100644 --- a/providers/http/README.rst +++ b/providers/http/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-http`` -Release: ``6.0.3`` +Release: ``6.0.4`` `Hypertext Transfer Protocol (HTTP) `__ @@ -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 `_. +in the `documentation `_. Installation ------------ @@ -83,4 +83,4 @@ Dependent package ================================================================================================================== ================= The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/http/docs/changelog.rst b/providers/http/docs/changelog.rst index cd11bfe1fd8e5..bf5c0747fd6db 100644 --- a/providers/http/docs/changelog.rst +++ b/providers/http/docs/changelog.rst @@ -27,6 +27,23 @@ Changelog --------- +6.0.4 +..... + +Misc +~~~~ + +* ``Explicitly add pydantic dependency to the http provider (#68321)`` +* ``Bump aiohttp>=3.14.0 (#67978)`` + +Doc-only +~~~~~~~~ + +* ``Fix Typo in HTTP Connection Example (#68076)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 6.0.3 ..... diff --git a/providers/http/docs/index.rst b/providers/http/docs/index.rst index 3a42aee88ea80..5ab3de2f5ae1d 100644 --- a/providers/http/docs/index.rst +++ b/providers/http/docs/index.rst @@ -78,7 +78,7 @@ apache-airflow-providers-http package `Hypertext Transfer Protocol (HTTP) `__ -Release: 6.0.3 +Release: 6.0.4 Provider package ---------------- @@ -136,5 +136,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-http 6.0.3 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-http 6.0.3 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-http 6.0.4 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-http 6.0.4 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/http/provider.yaml b/providers/http/provider.yaml index f1905ebf3644c..c7695fa33f29b 100644 --- a/providers/http/provider.yaml +++ b/providers/http/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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.0.4 - 6.0.3 - 6.0.2 - 6.0.1 diff --git a/providers/http/pyproject.toml b/providers/http/pyproject.toml index 5059e52acfd0c..38dd5dc776c82 100644 --- a/providers/http/pyproject.toml +++ b/providers/http/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-http" -version = "6.0.3" +version = "6.0.4" description = "Provider package apache-airflow-providers-http for Apache Airflow" readme = "README.rst" license = "Apache-2.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-http/6.0.3" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-http/6.0.3/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-http/6.0.4" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-http/6.0.4/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" diff --git a/providers/http/src/airflow/providers/http/__init__.py b/providers/http/src/airflow/providers/http/__init__.py index 916b6c3e1a73f..4fc6ea946aa47 100644 --- a/providers/http/src/airflow/providers/http/__init__.py +++ b/providers/http/src/airflow/providers/http/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "6.0.3" +__version__ = "6.0.4" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/informatica/README.rst b/providers/informatica/README.rst index 8c5bf20a04438..f6bcaabff03db 100644 --- a/providers/informatica/README.rst +++ b/providers/informatica/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-informatica`` -Release: ``0.1.4`` +Release: ``0.2.0`` `Informatica `__ @@ -36,7 +36,7 @@ This is a provider package for ``informatica`` provider. All classes for this pr are in ``airflow.providers.informatica`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -76,6 +76,7 @@ You can install such cross-provider dependencies when installing from PyPI. For Dependent package Extra ================================================================================================================== ================= `apache-airflow-providers-common-compat `_ ``common.compat`` +`apache-airflow-providers-common-sql `_ ``common.sql`` `apache-airflow-providers-http `_ ``http`` ================================================================================================================== ================= @@ -86,7 +87,8 @@ Optional dependencies Extra Dependencies ================= ========================================== ``common.compat`` ``apache-airflow-providers-common-compat`` +``common.sql`` ``apache-airflow-providers-common-sql`` ================= ========================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/informatica/docs/changelog.rst b/providers/informatica/docs/changelog.rst index 40da64b0ef876..7f3378cdedc25 100644 --- a/providers/informatica/docs/changelog.rst +++ b/providers/informatica/docs/changelog.rst @@ -40,6 +40,12 @@ Features * ``Add disabled_for_operators, auto_lineage_enabled, and request_timeout config options`` * ``Add example DAG demonstrating auto, manual, disabled, and operator-excluded lineage modes`` +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Bump aiohttp in /providers/informatica/dev/informatica_simulator (#68607)`` + * ``Bump requests in /providers/informatica/dev/informatica_simulator (#68572)`` + * ``Bump aiohttp in /providers/informatica/dev/informatica_simulator (#68571)`` + 0.1.4 ..... diff --git a/providers/informatica/docs/index.rst b/providers/informatica/docs/index.rst index 456ae17ddd4d4..3cd8ffd563c64 100644 --- a/providers/informatica/docs/index.rst +++ b/providers/informatica/docs/index.rst @@ -114,7 +114,7 @@ apache-airflow-providers-informatica package `Informatica `__ -Release: 0.1.4 +Release: 0.2.0 Provider package ---------------- @@ -170,5 +170,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-informatica 0.1.4 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-informatica 0.1.4 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-informatica 0.2.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-informatica 0.2.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/informatica/provider.yaml b/providers/informatica/provider.yaml index 735bfa6792299..b52ad5aeba0f3 100644 --- a/providers/informatica/provider.yaml +++ b/providers/informatica/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: incubation -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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: + - 0.2.0 - 0.1.4 - 0.1.3 - 0.1.2 diff --git a/providers/informatica/pyproject.toml b/providers/informatica/pyproject.toml index ddc370d214a0f..e2b97fad9ad04 100644 --- a/providers/informatica/pyproject.toml +++ b/providers/informatica/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-informatica" -version = "0.1.4" +version = "0.2.0" description = "Provider package apache-airflow-providers-informatica for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -114,8 +114,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-informatica/0.1.4" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.1.4/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.2.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.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" diff --git a/providers/informatica/src/airflow/providers/informatica/__init__.py b/providers/informatica/src/airflow/providers/informatica/__init__.py index 273292451b0d4..6363e032dd88d 100644 --- a/providers/informatica/src/airflow/providers/informatica/__init__.py +++ b/providers/informatica/src/airflow/providers/informatica/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "0.1.4" +__version__ = "0.2.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "3.0.0" diff --git a/providers/keycloak/README.rst b/providers/keycloak/README.rst index 03773a2862188..82a38f40af24a 100644 --- a/providers/keycloak/README.rst +++ b/providers/keycloak/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-keycloak`` -Release: ``0.7.3`` +Release: ``0.8.0`` ``Keycloak Provider`` @@ -36,7 +36,7 @@ This is a provider package for ``keycloak`` provider. All classes for this provi are in ``airflow.providers.keycloak`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -78,4 +78,4 @@ Dependent package ================================================================================================================== ================= The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/keycloak/docs/changelog.rst b/providers/keycloak/docs/changelog.rst index bdf9d38a484cb..ff25a360a79c1 100644 --- a/providers/keycloak/docs/changelog.rst +++ b/providers/keycloak/docs/changelog.rst @@ -25,6 +25,17 @@ Changelog --------- +0.8.0 +..... + +Features +~~~~~~~~ + +* ``Implement 'get_cli_user' in the Keycloak auth manager so airflowctl CLI commands can authenticate via a service account (#68175)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 0.7.3 ..... diff --git a/providers/keycloak/docs/index.rst b/providers/keycloak/docs/index.rst index 1f8a3f24ad9e3..0f9d9776a3e86 100644 --- a/providers/keycloak/docs/index.rst +++ b/providers/keycloak/docs/index.rst @@ -78,7 +78,7 @@ apache-airflow-providers-keycloak package ``Keycloak Provider`` -Release: 0.7.3 +Release: 0.8.0 Provider package ---------------- @@ -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 `_ -* `The apache-airflow-providers-keycloak 0.7.3 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-keycloak 0.7.3 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-keycloak 0.8.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-keycloak 0.8.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/keycloak/provider.yaml b/providers/keycloak/provider.yaml index 9ec26bbed12c1..6d1c8a20ee2a3 100644 --- a/providers/keycloak/provider.yaml +++ b/providers/keycloak/provider.yaml @@ -23,9 +23,10 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # note that those versions are maintained by release manager - do not update them manually versions: + - 0.8.0 - 0.7.3 - 0.7.2 - 0.7.1 diff --git a/providers/keycloak/pyproject.toml b/providers/keycloak/pyproject.toml index c8cd996220c29..27be58a369fca 100644 --- a/providers/keycloak/pyproject.toml +++ b/providers/keycloak/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-keycloak" -version = "0.7.3" +version = "0.8.0" description = "Provider package apache-airflow-providers-keycloak for Apache Airflow" readme = "README.rst" license = "Apache-2.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-keycloak/0.7.3" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-keycloak/0.7.3/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-keycloak/0.8.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-keycloak/0.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" diff --git a/providers/keycloak/src/airflow/providers/keycloak/__init__.py b/providers/keycloak/src/airflow/providers/keycloak/__init__.py index 03476ce053384..69ad79180fc24 100644 --- a/providers/keycloak/src/airflow/providers/keycloak/__init__.py +++ b/providers/keycloak/src/airflow/providers/keycloak/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "0.7.3" +__version__ = "0.8.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "3.0.0" diff --git a/providers/microsoft/azure/README.rst b/providers/microsoft/azure/README.rst index 4b9490ab1b9a5..948d7ffe8a4d0 100644 --- a/providers/microsoft/azure/README.rst +++ b/providers/microsoft/azure/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-microsoft-azure`` -Release: ``13.4.0`` +Release: ``13.5.0`` `Microsoft Azure `__ @@ -36,7 +36,7 @@ This is a provider package for ``microsoft.azure`` provider. All classes for thi are in ``airflow.providers.microsoft.azure`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -105,6 +105,8 @@ Dependent package `apache-airflow-providers-amazon `_ ``amazon`` `apache-airflow-providers-common-compat `_ ``common.compat`` `apache-airflow-providers-common-messaging `_ ``common.messaging`` +`apache-airflow-providers-google `_ ``google`` +`apache-airflow-providers-openlineage `_ ``openlineage`` `apache-airflow-providers-oracle `_ ``oracle`` `apache-airflow-providers-sftp `_ ``sftp`` ======================================================================================================================== ==================== @@ -119,7 +121,9 @@ Extra Dependencies ``oracle`` ``apache-airflow-providers-oracle`` ``sftp`` ``apache-airflow-providers-sftp`` ``common.messaging`` ``apache-airflow-providers-common-messaging>=2.0.0`` +``google`` ``apache-airflow-providers-google`` +``openlineage`` ``apache-airflow-providers-openlineage>=2.3.0`` ==================== ==================================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/microsoft/azure/docs/changelog.rst b/providers/microsoft/azure/docs/changelog.rst index e735696c4308f..e0a834dd4a100 100644 --- a/providers/microsoft/azure/docs/changelog.rst +++ b/providers/microsoft/azure/docs/changelog.rst @@ -27,6 +27,25 @@ Changelog --------- +13.5.0 +...... + +Features +~~~~~~~~ + +* ``Add GCSToAzureBlobStorageOperator for GCS to Azure Blob transfer (#64966)`` + +Bug Fixes +~~~~~~~~~ + +* ``Use async versions of CertificateCredential and ClientSecretCredential in KiotaRequestAdapterHook (#68375)`` +* ``Fix SAS token authentication in the WASB hook for azure-storage-blob 12.30.0 compatibility (#68490)`` +* ``Fix remote-log providers not satisfying RemoteLogIO upload contract (#68300)`` +* ``Fix coroutine serialization error in PowerBIDatasetRefreshOperator (#63829)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 13.4.0 ...... diff --git a/providers/microsoft/azure/docs/index.rst b/providers/microsoft/azure/docs/index.rst index ba8d8c74df3a1..307bacafc51f0 100644 --- a/providers/microsoft/azure/docs/index.rst +++ b/providers/microsoft/azure/docs/index.rst @@ -84,7 +84,7 @@ apache-airflow-providers-microsoft-azure package `Microsoft Azure `__ -Release: 13.4.0 +Release: 13.5.0 Provider package ---------------- @@ -171,5 +171,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-microsoft-azure 13.4.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-microsoft-azure 13.4.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-azure 13.5.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-azure 13.5.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/microsoft/azure/provider.yaml b/providers/microsoft/azure/provider.yaml index 81be326acba3c..71bac83b5f199 100644 --- a/providers/microsoft/azure/provider.yaml +++ b/providers/microsoft/azure/provider.yaml @@ -21,12 +21,13 @@ description: | `Microsoft Azure `__ state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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: + - 13.5.0 - 13.4.0 - 13.3.0 - 13.2.0 diff --git a/providers/microsoft/azure/pyproject.toml b/providers/microsoft/azure/pyproject.toml index d30d0950e524d..00bd45af7f44b 100644 --- a/providers/microsoft/azure/pyproject.toml +++ b/providers/microsoft/azure/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-microsoft-azure" -version = "13.4.0" +version = "13.5.0" description = "Provider package apache-airflow-providers-microsoft-azure for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -163,8 +163,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-microsoft-azure/13.4.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/13.4.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/13.5.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/13.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" diff --git a/providers/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py b/providers/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py index 8128eaab34995..c90e093feb8ce 100644 --- a/providers/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py +++ b/providers/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "13.4.0" +__version__ = "13.5.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/microsoft/mssql/README.rst b/providers/microsoft/mssql/README.rst index 05bc39185f071..8e7fedff63fca 100644 --- a/providers/microsoft/mssql/README.rst +++ b/providers/microsoft/mssql/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-microsoft-mssql`` -Release: ``4.6.1`` +Release: ``4.7.0`` `Microsoft SQL Server (MSSQL) `__ @@ -36,7 +36,7 @@ This is a provider package for ``microsoft.mssql`` provider. All classes for thi are in ``airflow.providers.microsoft.mssql`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -92,4 +92,4 @@ Extra Dependencies =============== ======================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/microsoft/mssql/docs/changelog.rst b/providers/microsoft/mssql/docs/changelog.rst index 74e96bd2259ed..08a69b7af5388 100644 --- a/providers/microsoft/mssql/docs/changelog.rst +++ b/providers/microsoft/mssql/docs/changelog.rst @@ -27,6 +27,17 @@ Changelog --------- +4.7.0 +..... + +Features +~~~~~~~~ + +* ``Add Azure, Fabric and instance MSSQL Asset URI validation (#67999)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 4.6.1 ..... diff --git a/providers/microsoft/mssql/docs/index.rst b/providers/microsoft/mssql/docs/index.rst index 1f955b4c4a928..278cf5c11f0fa 100644 --- a/providers/microsoft/mssql/docs/index.rst +++ b/providers/microsoft/mssql/docs/index.rst @@ -78,7 +78,7 @@ apache-airflow-providers-microsoft-mssql package `Microsoft SQL Server (MSSQL) `__ -Release: 4.6.1 +Release: 4.7.0 Provider package ---------------- @@ -136,5 +136,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-microsoft-mssql 4.6.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-microsoft-mssql 4.6.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-mssql 4.7.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-mssql 4.7.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/microsoft/mssql/provider.yaml b/providers/microsoft/mssql/provider.yaml index 55a5638017e92..0564ee51d3aa1 100644 --- a/providers/microsoft/mssql/provider.yaml +++ b/providers/microsoft/mssql/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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.7.0 - 4.6.1 - 4.6.0 - 4.5.2 diff --git a/providers/microsoft/mssql/pyproject.toml b/providers/microsoft/mssql/pyproject.toml index 16c97e247680f..3cdff11de1bd7 100644 --- a/providers/microsoft/mssql/pyproject.toml +++ b/providers/microsoft/mssql/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-microsoft-mssql" -version = "4.6.1" +version = "4.7.0" description = "Provider package apache-airflow-providers-microsoft-mssql for Apache Airflow" readme = "README.rst" license = "Apache-2.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-microsoft-mssql/4.6.1" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-mssql/4.6.1/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-mssql/4.7.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-mssql/4.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" diff --git a/providers/microsoft/mssql/src/airflow/providers/microsoft/mssql/__init__.py b/providers/microsoft/mssql/src/airflow/providers/microsoft/mssql/__init__.py index e4e204d1ecec7..1be969894b7de 100644 --- a/providers/microsoft/mssql/src/airflow/providers/microsoft/mssql/__init__.py +++ b/providers/microsoft/mssql/src/airflow/providers/microsoft/mssql/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.6.1" +__version__ = "4.7.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/openlineage/README.rst b/providers/openlineage/README.rst index b399e6fbf9dce..249e96bbb2244 100644 --- a/providers/openlineage/README.rst +++ b/providers/openlineage/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-openlineage`` -Release: ``2.18.0`` +Release: ``2.18.1`` `OpenLineage `__ is an open framework for data lineage collection. @@ -37,7 +37,7 @@ This is a provider package for ``openlineage`` provider. All classes for this pr are in ``airflow.providers.openlineage`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -92,4 +92,4 @@ Extra Dependencies ============== ====================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/openlineage/docs/changelog.rst b/providers/openlineage/docs/changelog.rst index 97acab8db2681..b5506a3ffbd9a 100644 --- a/providers/openlineage/docs/changelog.rst +++ b/providers/openlineage/docs/changelog.rst @@ -26,6 +26,19 @@ Changelog --------- +2.18.1 +...... + +Misc +~~~~ + +* ``Add openlineage system tests for missing use cases (#68664)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Small operator improvements in openlineage system tests (#68677)`` + * ``Load example DAGs from providers via ProvidersManager (continuation of #57320) (#66161)`` + 2.18.0 ...... diff --git a/providers/openlineage/docs/index.rst b/providers/openlineage/docs/index.rst index c33ff9f41490c..fd006817c5680 100644 --- a/providers/openlineage/docs/index.rst +++ b/providers/openlineage/docs/index.rst @@ -83,7 +83,7 @@ apache-airflow-providers-openlineage package At its core it is an extensible specification that systems can use to interoperate with lineage metadata. -Release: 2.18.0 +Release: 2.18.1 Provider package ---------------- @@ -140,5 +140,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-openlineage 2.18.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-openlineage 2.18.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-openlineage 2.18.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-openlineage 2.18.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/openlineage/provider.yaml b/providers/openlineage/provider.yaml index c219b2390f2d2..69dae74992eb9 100644 --- a/providers/openlineage/provider.yaml +++ b/providers/openlineage/provider.yaml @@ -24,12 +24,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781731651 # 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.18.1 - 2.18.0 - 2.17.0 - 2.16.0 diff --git a/providers/openlineage/pyproject.toml b/providers/openlineage/pyproject.toml index 9e6a3100c9305..45edc2a27d2b0 100644 --- a/providers/openlineage/pyproject.toml +++ b/providers/openlineage/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-openlineage" -version = "2.18.0" +version = "2.18.1" description = "Provider package apache-airflow-providers-openlineage for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -115,8 +115,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-openlineage/2.18.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.18.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.18.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.18.1/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" diff --git a/providers/openlineage/src/airflow/providers/openlineage/__init__.py b/providers/openlineage/src/airflow/providers/openlineage/__init__.py index be3f0c3fdf09f..060fa2026ea63 100644 --- a/providers/openlineage/src/airflow/providers/openlineage/__init__.py +++ b/providers/openlineage/src/airflow/providers/openlineage/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "2.18.0" +__version__ = "2.18.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/opensearch/README.rst b/providers/opensearch/README.rst index 0241c8ab556b8..c097c3c2cab40 100644 --- a/providers/opensearch/README.rst +++ b/providers/opensearch/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-opensearch`` -Release: ``1.9.3`` +Release: ``1.10.0`` `OpenSearch `__ @@ -36,7 +36,7 @@ This is a provider package for ``opensearch`` provider. All classes for this pro are in ``airflow.providers.opensearch`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -78,4 +78,4 @@ Dependent package ================================================================================================================== ================= The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/opensearch/docs/changelog.rst b/providers/opensearch/docs/changelog.rst index 6d805088db91f..971cdaffc99b5 100644 --- a/providers/opensearch/docs/changelog.rst +++ b/providers/opensearch/docs/changelog.rst @@ -27,6 +27,17 @@ Changelog --------- +1.10.0 +...... + +Features +~~~~~~~~ + +* ``Add remote log upload support for callback subprocesses (#66379)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + ``OpensearchTaskHandler`` no longer silently registers itself as the remote task-log reader during ``dictConfig``. The implicit registration still happens for one more release but now emits an ``AirflowProviderDeprecationWarning`` and diff --git a/providers/opensearch/docs/index.rst b/providers/opensearch/docs/index.rst index c64ff21a3b2d4..15f95f652ddd9 100644 --- a/providers/opensearch/docs/index.rst +++ b/providers/opensearch/docs/index.rst @@ -78,7 +78,7 @@ apache-airflow-providers-opensearch package `OpenSearch `__ -Release: 1.9.3 +Release: 1.10.0 Provider package ---------------- @@ -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 `_ -* `The apache-airflow-providers-opensearch 1.9.3 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-opensearch 1.9.3 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-opensearch 1.10.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-opensearch 1.10.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/opensearch/provider.yaml b/providers/opensearch/provider.yaml index 1f26af1bb3944..23bdd65b6b8a7 100644 --- a/providers/opensearch/provider.yaml +++ b/providers/opensearch/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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.3 - 1.9.2 - 1.9.1 diff --git a/providers/opensearch/pyproject.toml b/providers/opensearch/pyproject.toml index c82e0923833aa..ea0e61bd26ca8 100644 --- a/providers/opensearch/pyproject.toml +++ b/providers/opensearch/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-opensearch" -version = "1.9.3" +version = "1.10.0" description = "Provider package apache-airflow-providers-opensearch for Apache Airflow" readme = "README.rst" license = "Apache-2.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-opensearch/1.9.3" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-opensearch/1.9.3/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-opensearch/1.10.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-opensearch/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" diff --git a/providers/opensearch/src/airflow/providers/opensearch/__init__.py b/providers/opensearch/src/airflow/providers/opensearch/__init__.py index cc98d4cbc2016..d79ae1180b41a 100644 --- a/providers/opensearch/src/airflow/providers/opensearch/__init__.py +++ b/providers/opensearch/src/airflow/providers/opensearch/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.9.3" +__version__ = "1.10.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "3.0.0" diff --git a/providers/papermill/docs/.latest-doc-only-change.txt b/providers/papermill/docs/.latest-doc-only-change.txt index 4314cebe1711b..fbbac8810ed5c 100644 --- a/providers/papermill/docs/.latest-doc-only-change.txt +++ b/providers/papermill/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -a1ddf31098a8388d392b338ed29e8925b0e77b69 +227506a97830a49ae61794abf6052f9be2315d13 diff --git a/providers/postgres/README.rst b/providers/postgres/README.rst index e76b46df84f80..35d6ad22a3ec2 100644 --- a/providers/postgres/README.rst +++ b/providers/postgres/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-postgres`` -Release: ``6.7.1`` +Release: ``6.8.0`` `PostgreSQL `__ @@ -36,7 +36,7 @@ This is a provider package for ``postgres`` provider. All classes for this provi are in ``airflow.providers.postgres`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -100,4 +100,4 @@ Extra Dependencies =================== ============================================================================================================================================================ The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/postgres/docs/changelog.rst b/providers/postgres/docs/changelog.rst index e543e14114085..934ded27a23a7 100644 --- a/providers/postgres/docs/changelog.rst +++ b/providers/postgres/docs/changelog.rst @@ -27,6 +27,22 @@ Changelog --------- +6.8.0 +..... + +Features +~~~~~~~~ + +* ``Add configurable UPSERT update fields to PostgresHook (#67045)`` + +Bug Fixes +~~~~~~~~~ + +* ``Use execute_values instead of execute_batch for better bulk insert performance with PostgresHook (#68207)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 6.7.1 ..... diff --git a/providers/postgres/docs/index.rst b/providers/postgres/docs/index.rst index 1438c53894950..864aadd0f8de1 100644 --- a/providers/postgres/docs/index.rst +++ b/providers/postgres/docs/index.rst @@ -78,7 +78,7 @@ apache-airflow-providers-postgres package `PostgreSQL `__ -Release: 6.7.1 +Release: 6.8.0 Provider package ---------------- @@ -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 `_ -* `The apache-airflow-providers-postgres 6.7.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-postgres 6.7.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-postgres 6.8.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-postgres 6.8.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/postgres/provider.yaml b/providers/postgres/provider.yaml index f18a8b8d0ddda..4317cb9a019e4 100644 --- a/providers/postgres/provider.yaml +++ b/providers/postgres/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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.8.0 - 6.7.1 - 6.7.0 - 6.6.3 diff --git a/providers/postgres/pyproject.toml b/providers/postgres/pyproject.toml index a5e10d9d13789..83b2b92f61053 100644 --- a/providers/postgres/pyproject.toml +++ b/providers/postgres/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-postgres" -version = "6.7.1" +version = "6.8.0" description = "Provider package apache-airflow-providers-postgres for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -137,8 +137,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-postgres/6.7.1" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.7.1/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.8.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.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" diff --git a/providers/postgres/src/airflow/providers/postgres/__init__.py b/providers/postgres/src/airflow/providers/postgres/__init__.py index 33406f38456a5..ff0111a370567 100644 --- a/providers/postgres/src/airflow/providers/postgres/__init__.py +++ b/providers/postgres/src/airflow/providers/postgres/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "6.7.1" +__version__ = "6.8.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/redis/README.rst b/providers/redis/README.rst index fdc629a784151..c1a598098f452 100644 --- a/providers/redis/README.rst +++ b/providers/redis/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-redis`` -Release: ``4.4.5`` +Release: ``4.5.0`` `Redis `__ @@ -36,7 +36,7 @@ This is a provider package for ``redis`` provider. All classes for this provider are in ``airflow.providers.redis`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -88,4 +88,4 @@ Extra Dependencies ==================== ==================================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/redis/docs/changelog.rst b/providers/redis/docs/changelog.rst index 4db9ccb8910bd..580d8c3984cd4 100644 --- a/providers/redis/docs/changelog.rst +++ b/providers/redis/docs/changelog.rst @@ -27,6 +27,17 @@ Changelog --------- +4.5.0 +..... + +Features +~~~~~~~~ + +* ``Add Redis client self-identification for Apache Airflow (#61866)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 4.4.5 ..... diff --git a/providers/redis/docs/index.rst b/providers/redis/docs/index.rst index 46b57c104784e..7f8cb0af7ad4d 100644 --- a/providers/redis/docs/index.rst +++ b/providers/redis/docs/index.rst @@ -79,7 +79,7 @@ apache-airflow-providers-redis package `Redis `__ -Release: 4.4.5 +Release: 4.5.0 Provider package ---------------- @@ -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 `_ -* `The apache-airflow-providers-redis 4.4.5 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-redis 4.4.5 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-redis 4.5.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-redis 4.5.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/redis/provider.yaml b/providers/redis/provider.yaml index 6dfb2ca843597..0f006ad75a516 100644 --- a/providers/redis/provider.yaml +++ b/providers/redis/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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 diff --git a/providers/redis/pyproject.toml b/providers/redis/pyproject.toml index 5aa0c5a9f1545..8fd96e5c8183f 100644 --- a/providers/redis/pyproject.toml +++ b/providers/redis/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-redis" -version = "4.4.5" +version = "4.5.0" description = "Provider package apache-airflow-providers-redis for Apache Airflow" readme = "README.rst" license = "Apache-2.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-redis/4.4.5" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-redis/4.4.5/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-redis/4.5.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-redis/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" diff --git a/providers/redis/src/airflow/providers/redis/__init__.py b/providers/redis/src/airflow/providers/redis/__init__.py index d88b0e6224bd0..77f7914744b11 100644 --- a/providers/redis/src/airflow/providers/redis/__init__.py +++ b/providers/redis/src/airflow/providers/redis/__init__.py @@ -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" diff --git a/providers/sftp/README.rst b/providers/sftp/README.rst index bfefd310168af..76e3dbc744a29 100644 --- a/providers/sftp/README.rst +++ b/providers/sftp/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-sftp`` -Release: ``5.8.1`` +Release: ``5.8.2`` `SSH File Transfer Protocol (SFTP) `__ @@ -36,7 +36,7 @@ This is a provider package for ``sftp`` provider. All classes for this provider are in ``airflow.providers.sftp`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -94,4 +94,4 @@ Extra Dependencies =============== ======================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/sftp/docs/changelog.rst b/providers/sftp/docs/changelog.rst index 1020d43eb8cc2..44a1c54cbb377 100644 --- a/providers/sftp/docs/changelog.rst +++ b/providers/sftp/docs/changelog.rst @@ -27,6 +27,17 @@ Changelog --------- +5.8.2 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Validate downloaded paths stay within the destination directory in SFTPHook.retrieve_directory (#67985)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 5.8.1 ..... diff --git a/providers/sftp/docs/index.rst b/providers/sftp/docs/index.rst index e6e202dcf2e17..c9b6c8723407e 100644 --- a/providers/sftp/docs/index.rst +++ b/providers/sftp/docs/index.rst @@ -77,7 +77,7 @@ apache-airflow-providers-sftp package `SSH File Transfer Protocol (SFTP) `__ -Release: 5.8.1 +Release: 5.8.2 Provider package ---------------- @@ -136,5 +136,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-sftp 5.8.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-sftp 5.8.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-sftp 5.8.2 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-sftp 5.8.2 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/sftp/provider.yaml b/providers/sftp/provider.yaml index 797656462e59d..8eed49536c26d 100644 --- a/providers/sftp/provider.yaml +++ b/providers/sftp/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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.8.2 - 5.8.1 - 5.8.0 - 5.7.4 diff --git a/providers/sftp/pyproject.toml b/providers/sftp/pyproject.toml index e289bc087a805..e56b35bbb6f6d 100644 --- a/providers/sftp/pyproject.toml +++ b/providers/sftp/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-sftp" -version = "5.8.1" +version = "5.8.2" description = "Provider package apache-airflow-providers-sftp for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -116,8 +116,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-sftp/5.8.1" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-sftp/5.8.1/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-sftp/5.8.2" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-sftp/5.8.2/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" diff --git a/providers/sftp/src/airflow/providers/sftp/__init__.py b/providers/sftp/src/airflow/providers/sftp/__init__.py index a9ff8ed2c01a9..9e007f0232a8f 100644 --- a/providers/sftp/src/airflow/providers/sftp/__init__.py +++ b/providers/sftp/src/airflow/providers/sftp/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "5.8.1" +__version__ = "5.8.2" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/slack/README.rst b/providers/slack/README.rst index d27d18137e3d0..5ad363083c158 100644 --- a/providers/slack/README.rst +++ b/providers/slack/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-slack`` -Release: ``9.10.1`` +Release: ``9.10.2`` `Slack `__ services integration including: @@ -39,7 +39,7 @@ This is a provider package for ``slack`` provider. All classes for this provider are in ``airflow.providers.slack`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -86,4 +86,4 @@ Dependent package ================================================================================================================== ================= The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/slack/docs/changelog.rst b/providers/slack/docs/changelog.rst index c208c4722df8c..74d8a29359746 100644 --- a/providers/slack/docs/changelog.rst +++ b/providers/slack/docs/changelog.rst @@ -27,6 +27,17 @@ Changelog --------- +9.10.2 +...... + +Misc +~~~~ + +* ``Bump aiohttp>=3.14.0 (#67978)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 9.10.1 ...... diff --git a/providers/slack/docs/index.rst b/providers/slack/docs/index.rst index 82f0a627913bd..6c2681bdfcd79 100644 --- a/providers/slack/docs/index.rst +++ b/providers/slack/docs/index.rst @@ -81,7 +81,7 @@ apache-airflow-providers-slack package - `Slack Incoming Webhook `__ -Release: 9.10.1 +Release: 9.10.2 Provider package ---------------- @@ -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 `_ -* `The apache-airflow-providers-slack 9.10.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-slack 9.10.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-slack 9.10.2 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-slack 9.10.2 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/slack/provider.yaml b/providers/slack/provider.yaml index 6ef233503fb5c..a6ec431ca200d 100644 --- a/providers/slack/provider.yaml +++ b/providers/slack/provider.yaml @@ -26,12 +26,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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.10.2 - 9.10.1 - 9.10.0 - 9.9.0 diff --git a/providers/slack/pyproject.toml b/providers/slack/pyproject.toml index 6c8863c19170b..8a66c0fe5e9b3 100644 --- a/providers/slack/pyproject.toml +++ b/providers/slack/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-slack" -version = "9.10.1" +version = "9.10.2" description = "Provider package apache-airflow-providers-slack for Apache Airflow" readme = "README.rst" license = "Apache-2.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-slack/9.10.1" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-slack/9.10.1/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-slack/9.10.2" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-slack/9.10.2/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" diff --git a/providers/slack/src/airflow/providers/slack/__init__.py b/providers/slack/src/airflow/providers/slack/__init__.py index 326a3929493df..46dfbb1ecaada 100644 --- a/providers/slack/src/airflow/providers/slack/__init__.py +++ b/providers/slack/src/airflow/providers/slack/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "9.10.1" +__version__ = "9.10.2" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/snowflake/README.rst b/providers/snowflake/README.rst index 50c7567a7c51c..64637b5c9a0e7 100644 --- a/providers/snowflake/README.rst +++ b/providers/snowflake/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-snowflake`` -Release: ``6.13.0`` +Release: ``6.14.0`` `Snowflake `__ @@ -36,7 +36,7 @@ This is a provider package for ``snowflake`` provider. All classes for this prov are in ``airflow.providers.snowflake`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -102,4 +102,4 @@ Extra Dependencies =================== ==================================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/snowflake/docs/changelog.rst b/providers/snowflake/docs/changelog.rst index 0ddc39221a4ae..daac284493941 100644 --- a/providers/snowflake/docs/changelog.rst +++ b/providers/snowflake/docs/changelog.rst @@ -27,6 +27,23 @@ Changelog --------- +6.14.0 +...... + +Features +~~~~~~~~ + +* ``Add Snowflake Workload Identity Federation (WIF) support (#68107)`` + +Bug Fixes +~~~~~~~~~ + +* ``Improve SnowflakeSqlApiOperator error message on query status check failure (#66642)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Fix compat test flakiness in SnowflakeSqlApiHook timeout test (#67641)`` + 6.13.0 ...... diff --git a/providers/snowflake/docs/index.rst b/providers/snowflake/docs/index.rst index ecf5950f93b35..01ee95f4787c0 100644 --- a/providers/snowflake/docs/index.rst +++ b/providers/snowflake/docs/index.rst @@ -79,7 +79,7 @@ apache-airflow-providers-snowflake package `Snowflake `__ -Release: 6.13.0 +Release: 6.14.0 Provider package ---------------- @@ -146,5 +146,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-snowflake 6.13.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-snowflake 6.13.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-snowflake 6.14.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-snowflake 6.14.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/snowflake/provider.yaml b/providers/snowflake/provider.yaml index 28136226e1f03..42a832fc34f3d 100644 --- a/providers/snowflake/provider.yaml +++ b/providers/snowflake/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1779138394 +source-date-epoch: 1781642052 # 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.14.0 - 6.13.0 - 6.12.2 - 6.12.1 diff --git a/providers/snowflake/pyproject.toml b/providers/snowflake/pyproject.toml index e9ed033f8b8e5..e610eebde8d3b 100644 --- a/providers/snowflake/pyproject.toml +++ b/providers/snowflake/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-snowflake" -version = "6.13.0" +version = "6.14.0" description = "Provider package apache-airflow-providers-snowflake for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -128,8 +128,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-snowflake/6.13.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.13.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.14.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.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" diff --git a/providers/snowflake/src/airflow/providers/snowflake/__init__.py b/providers/snowflake/src/airflow/providers/snowflake/__init__.py index 14c4fa9d370c0..ae85acef4c116 100644 --- a/providers/snowflake/src/airflow/providers/snowflake/__init__.py +++ b/providers/snowflake/src/airflow/providers/snowflake/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "6.13.0" +__version__ = "6.14.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/ssh/README.rst b/providers/ssh/README.rst index a52c6d14c487f..3ed36d2246187 100644 --- a/providers/ssh/README.rst +++ b/providers/ssh/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-ssh`` -Release: ``5.0.2`` +Release: ``5.0.3`` `Secure Shell (SSH) `__ @@ -36,7 +36,7 @@ This is a provider package for ``ssh`` provider. All classes for this provider p are in ``airflow.providers.ssh`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -79,4 +79,4 @@ Dependent package ================================================================================================================== ================= The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/ssh/docs/changelog.rst b/providers/ssh/docs/changelog.rst index 992386a94604d..afcac791f850e 100644 --- a/providers/ssh/docs/changelog.rst +++ b/providers/ssh/docs/changelog.rst @@ -27,6 +27,18 @@ Changelog --------- +5.0.3 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Reduce SSH connection churn in 'SSHRemoteJobOperator' under high fan-out (#68115)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Fix flaky SSH test_command_timeout_fail on loaded CI runners (#67829)`` + 5.0.2 ..... diff --git a/providers/ssh/docs/index.rst b/providers/ssh/docs/index.rst index 4280fff76427e..66d9ed6bc1ce9 100644 --- a/providers/ssh/docs/index.rst +++ b/providers/ssh/docs/index.rst @@ -69,7 +69,7 @@ apache-airflow-providers-ssh package `Secure Shell (SSH) `__ -Release: 5.0.2 +Release: 5.0.3 Provider package ---------------- @@ -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 `_ -* `The apache-airflow-providers-ssh 5.0.2 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-ssh 5.0.2 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-ssh 5.0.3 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-ssh 5.0.3 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/ssh/provider.yaml b/providers/ssh/provider.yaml index 490a1025f141e..b7dc5b64b0e6f 100644 --- a/providers/ssh/provider.yaml +++ b/providers/ssh/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1779138414 +source-date-epoch: 1781642052 # 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.0.3 - 5.0.2 - 5.0.1 - 5.0.0 diff --git a/providers/ssh/pyproject.toml b/providers/ssh/pyproject.toml index 9f61489a82d15..5a9d50fccf951 100644 --- a/providers/ssh/pyproject.toml +++ b/providers/ssh/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-ssh" -version = "5.0.2" +version = "5.0.3" description = "Provider package apache-airflow-providers-ssh for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -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-ssh/5.0.2" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-ssh/5.0.2/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-ssh/5.0.3" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-ssh/5.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" diff --git a/providers/ssh/src/airflow/providers/ssh/__init__.py b/providers/ssh/src/airflow/providers/ssh/__init__.py index 137b8917a438d..f43d19f2eb3cc 100644 --- a/providers/ssh/src/airflow/providers/ssh/__init__.py +++ b/providers/ssh/src/airflow/providers/ssh/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "5.0.2" +__version__ = "5.0.3" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/standard/README.rst b/providers/standard/README.rst index 2f02b75e77baa..f1481174cc5f7 100644 --- a/providers/standard/README.rst +++ b/providers/standard/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-standard`` -Release: ``1.14.0`` +Release: ``1.15.0`` Airflow Standard Provider @@ -36,7 +36,7 @@ This is a provider package for ``standard`` provider. All classes for this provi are in ``airflow.providers.standard`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -87,4 +87,4 @@ Extra Dependencies =============== ======================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/standard/docs/changelog.rst b/providers/standard/docs/changelog.rst index aa424b2facc9a..3065015836060 100644 --- a/providers/standard/docs/changelog.rst +++ b/providers/standard/docs/changelog.rst @@ -35,6 +35,25 @@ Changelog --------- +1.15.0 +...... + +Features +~~~~~~~~ + +* ``Add 'awaiting_input' task state for Human-in-the-loop, off the triggerer (#68028)`` + +Bug Fixes +~~~~~~~~~ + +* ``Block retry_policy argument for StubOperator (#68551)`` +* ``Fix Triggered DAG button not visible during queued/running state (#67327)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Rename task_store/asset_store to task_state_store/asset_state_store (#68438)`` + * ``Load example DAGs from providers via ProvidersManager (continuation of #57320) (#66161)`` + 1.14.0 ...... diff --git a/providers/standard/docs/index.rst b/providers/standard/docs/index.rst index 71c5ae54cf3ed..4189b23c044ca 100644 --- a/providers/standard/docs/index.rst +++ b/providers/standard/docs/index.rst @@ -66,7 +66,7 @@ apache-airflow-providers-standard package Airflow Standard Provider -Release: 1.14.0 +Release: 1.15.0 Provider package ---------------- @@ -119,5 +119,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-standard 1.14.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-standard 1.14.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-standard 1.15.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-standard 1.15.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/standard/provider.yaml b/providers/standard/provider.yaml index 0062afbf4182c..27e4478f04124 100644 --- a/providers/standard/provider.yaml +++ b/providers/standard/provider.yaml @@ -22,12 +22,13 @@ description: | Airflow Standard Provider state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1781642052 # 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.15.0 - 1.14.0 - 1.13.1 - 1.13.0 diff --git a/providers/standard/pyproject.toml b/providers/standard/pyproject.toml index 949b57c305556..f06222539779a 100644 --- a/providers/standard/pyproject.toml +++ b/providers/standard/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-standard" -version = "1.14.0" +version = "1.15.0" description = "Provider package apache-airflow-providers-standard for Apache Airflow" readme = "README.rst" license = "Apache-2.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-standard/1.14.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.14.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.15.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.15.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" diff --git a/providers/standard/src/airflow/providers/standard/__init__.py b/providers/standard/src/airflow/providers/standard/__init__.py index 18c477d7806fe..85c38c5813ca4 100644 --- a/providers/standard/src/airflow/providers/standard/__init__.py +++ b/providers/standard/src/airflow/providers/standard/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.14.0" +__version__ = "1.15.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/weaviate/README.rst b/providers/weaviate/README.rst index 224a35e2d53f9..1fc5c90d18f94 100644 --- a/providers/weaviate/README.rst +++ b/providers/weaviate/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-weaviate`` -Release: ``3.3.4`` +Release: ``3.3.5`` `Weaviate `__ @@ -36,7 +36,7 @@ This is a provider package for ``weaviate`` provider. All classes for this provi are in ``airflow.providers.weaviate`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -82,4 +82,4 @@ Dependent package ================================================================================================================== ================= The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/weaviate/docs/changelog.rst b/providers/weaviate/docs/changelog.rst index d244fa8e57a31..5328ed5d24d95 100644 --- a/providers/weaviate/docs/changelog.rst +++ b/providers/weaviate/docs/changelog.rst @@ -20,6 +20,17 @@ Changelog --------- +3.3.5 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Fix Weaviate tenant-aware ingestion (#67298)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 3.3.4 ..... diff --git a/providers/weaviate/docs/index.rst b/providers/weaviate/docs/index.rst index 86e9cca202e93..591be021d8820 100644 --- a/providers/weaviate/docs/index.rst +++ b/providers/weaviate/docs/index.rst @@ -79,7 +79,7 @@ apache-airflow-providers-weaviate package `Weaviate `__ -Release: 3.3.4 +Release: 3.3.5 Provider package ---------------- @@ -136,5 +136,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-weaviate 3.3.4 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-weaviate 3.3.4 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-weaviate 3.3.5 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-weaviate 3.3.5 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/weaviate/provider.yaml b/providers/weaviate/provider.yaml index a13e32294cd5e..f060cbafbb594 100644 --- a/providers/weaviate/provider.yaml +++ b/providers/weaviate/provider.yaml @@ -25,13 +25,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1779138482 - +source-date-epoch: 1781642052 # 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.5 - 3.3.4 - 3.3.3 - 3.3.2 diff --git a/providers/weaviate/pyproject.toml b/providers/weaviate/pyproject.toml index 2ee7f8a8a3d1d..5800e8fb50955 100644 --- a/providers/weaviate/pyproject.toml +++ b/providers/weaviate/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-weaviate" -version = "3.3.4" +version = "3.3.5" description = "Provider package apache-airflow-providers-weaviate for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -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-weaviate/3.3.4" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-weaviate/3.3.4/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-weaviate/3.3.5" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-weaviate/3.3.5/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" diff --git a/providers/weaviate/src/airflow/providers/weaviate/__init__.py b/providers/weaviate/src/airflow/providers/weaviate/__init__.py index 19f0bf53dc659..ef605b112eadd 100644 --- a/providers/weaviate/src/airflow/providers/weaviate/__init__.py +++ b/providers/weaviate/src/airflow/providers/weaviate/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.3.4" +__version__ = "3.3.5" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/uv.lock b/uv.lock index 21825a3584bc2..8d5f31fa71947 100644 --- a/uv.lock +++ b/uv.lock @@ -2970,7 +2970,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-alibaba" -version = "3.3.8" +version = "3.3.9" source = { editable = "providers/alibaba" } dependencies = [ { name = "alibabacloud-adb20211201" }, @@ -3014,7 +3014,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-amazon" -version = "9.30.0" +version = "9.31.0" source = { editable = "providers/amazon" } dependencies = [ { name = "apache-airflow" }, @@ -3389,7 +3389,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-apache-hdfs" -version = "4.12.0" +version = "4.12.1" source = { editable = "providers/apache/hdfs" } dependencies = [ { name = "apache-airflow" }, @@ -3729,7 +3729,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-apache-livy" -version = "4.5.6" +version = "4.5.7" source = { editable = "providers/apache/livy" } dependencies = [ { name = "aiohttp" }, @@ -3849,7 +3849,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-apache-spark" -version = "6.1.0" +version = "6.2.0" source = { editable = "providers/apache/spark" } dependencies = [ { name = "apache-airflow" }, @@ -4225,7 +4225,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-cncf-kubernetes" -version = "10.18.0" +version = "10.18.1" source = { editable = "providers/cncf/kubernetes" } dependencies = [ { name = "aiofiles" }, @@ -4313,7 +4313,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-common-ai" -version = "0.4.0" +version = "0.5.0" source = { editable = "providers/common/ai" } dependencies = [ { name = "apache-airflow" }, @@ -4688,7 +4688,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-databricks" -version = "7.16.0" +version = "7.16.1" source = { editable = "providers/databricks" } dependencies = [ { name = "aiohttp" }, @@ -4830,7 +4830,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-dbt-cloud" -version = "4.9.1" +version = "4.9.2" source = { editable = "providers/dbt/cloud" } dependencies = [ { name = "aiohttp" }, @@ -5002,7 +5002,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-edge3" -version = "3.8.0" +version = "4.0.0" source = { editable = "providers/edge3" } dependencies = [ { name = "aiofiles" }, @@ -5045,7 +5045,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-elasticsearch" -version = "6.6.0" +version = "6.7.0" source = { editable = "providers/elasticsearch" } dependencies = [ { name = "apache-airflow" }, @@ -5148,7 +5148,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-fab" -version = "3.6.5" +version = "3.7.0" source = { editable = "providers/fab" } dependencies = [ { name = "apache-airflow" }, @@ -5270,7 +5270,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-ftp" -version = "3.15.0" +version = "3.15.1" source = { editable = "providers/ftp" } dependencies = [ { name = "apache-airflow" }, @@ -5388,7 +5388,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-google" -version = "22.1.0" +version = "22.2.0" source = { editable = "providers/google" } dependencies = [ { name = "apache-airflow" }, @@ -5737,7 +5737,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-hashicorp" -version = "4.7.0" +version = "4.7.1" source = { editable = "providers/hashicorp" } dependencies = [ { name = "apache-airflow" }, @@ -5787,7 +5787,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-http" -version = "6.0.3" +version = "6.0.4" source = { editable = "providers/http" } dependencies = [ { name = "aiohttp" }, @@ -5960,7 +5960,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-informatica" -version = "0.1.4" +version = "0.2.0" source = { editable = "providers/informatica" } dependencies = [ { name = "apache-airflow" }, @@ -6115,7 +6115,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-keycloak" -version = "0.7.3" +version = "0.8.0" source = { editable = "providers/keycloak" } dependencies = [ { name = "apache-airflow" }, @@ -6152,7 +6152,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-microsoft-azure" -version = "13.4.0" +version = "13.5.0" source = { editable = "providers/microsoft/azure" } dependencies = [ { name = "adlfs" }, @@ -6288,7 +6288,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-microsoft-mssql" -version = "4.6.1" +version = "4.7.0" source = { editable = "providers/microsoft/mssql" } dependencies = [ { name = "apache-airflow" }, @@ -6690,7 +6690,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-openlineage" -version = "2.18.0" +version = "2.18.1" source = { editable = "providers/openlineage" } dependencies = [ { name = "apache-airflow" }, @@ -6751,7 +6751,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-opensearch" -version = "1.9.3" +version = "1.10.0" source = { editable = "providers/opensearch" } dependencies = [ { name = "apache-airflow" }, @@ -7064,7 +7064,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-postgres" -version = "6.7.1" +version = "6.8.0" source = { editable = "providers/postgres" } dependencies = [ { name = "apache-airflow" }, @@ -7255,7 +7255,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-redis" -version = "4.4.5" +version = "4.5.0" source = { editable = "providers/redis" } dependencies = [ { name = "apache-airflow" }, @@ -7462,7 +7462,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-sftp" -version = "5.8.1" +version = "5.8.2" source = { editable = "providers/sftp" } dependencies = [ { name = "aiofiles" }, @@ -7558,7 +7558,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-slack" -version = "9.10.1" +version = "9.10.2" source = { editable = "providers/slack" } dependencies = [ { name = "aiohttp" }, @@ -7646,7 +7646,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-snowflake" -version = "6.13.0" +version = "6.14.0" source = { editable = "providers/snowflake" } dependencies = [ { name = "apache-airflow" }, @@ -7755,7 +7755,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-ssh" -version = "5.0.2" +version = "5.0.3" source = { editable = "providers/ssh" } dependencies = [ { name = "apache-airflow" }, @@ -7794,7 +7794,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-standard" -version = "1.14.0" +version = "1.15.0" source = { editable = "providers/standard" } dependencies = [ { name = "apache-airflow" }, @@ -8137,7 +8137,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-weaviate" -version = "3.3.4" +version = "3.3.5" source = { editable = "providers/weaviate" } dependencies = [ { name = "apache-airflow" },