diff --git a/providers/airbyte/docs/.latest-doc-only-change.txt b/providers/airbyte/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/airbyte/docs/.latest-doc-only-change.txt +++ b/providers/airbyte/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/alibaba/docs/.latest-doc-only-change.txt b/providers/alibaba/docs/.latest-doc-only-change.txt index 28afc522f70a9..f41e3226a6f43 100644 --- a/providers/alibaba/docs/.latest-doc-only-change.txt +++ b/providers/alibaba/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -6adb2dbae47341eb61dbc62dbc56176d9aa83fd9 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/amazon/README.rst b/providers/amazon/README.rst index e7ea3f36d1090..2129a2dae1280 100644 --- a/providers/amazon/README.rst +++ b/providers/amazon/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-amazon`` -Release: ``9.5.0`` +Release: ``9.6.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 ------------ @@ -104,4 +104,4 @@ Dependent package ====================================================================================================================== =================== 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 783aeca505615..05ac4dccf0a27 100644 --- a/providers/amazon/docs/changelog.rst +++ b/providers/amazon/docs/changelog.rst @@ -26,6 +26,39 @@ Changelog --------- +9.6.0 +..... + +Features +~~~~~~~~ + +* ``Add Bedrock Batch Inference Operator and accompanying parts (#48468)`` +* ``Update ECS executor to support Task SDK (#48513)`` + +Bug Fixes +~~~~~~~~~ + +* ``Handle NoCredentialsError in waiter_with_logging.py (#48946)`` +* ``Bedrock Batch Inference - Trying to stop a completed job is a successful result (#48964)`` +* ``S3Hook: remove error return on inactivity period check (#48782)`` + +Misc +~~~~ + +* ``Rename list_jobs method to describe_jobs in GlueJobHook (#48904)`` +* ``Fix typo in docstring for MwaaHook (#48980)`` +* ``Update Amazon RDS Operators and Sensors to inherit AWS Base classes (#48872)`` +* ``Change provider-specific dependencies to refer to providers (#48843)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Refactor AWS system tests to not use @task.branch (#48973)`` + * ``Fix botocore version in Amazon provider docs to match 'pyproject.toml' (#48981)`` + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Improve documentation building iteration (#48760)`` + * ``Fix default base value (#49013)`` + 9.5.0 ..... diff --git a/providers/amazon/docs/commits.rst b/providers/amazon/docs/commits.rst index e641c1d2876b5..34da032bffed3 100644 --- a/providers/amazon/docs/commits.rst +++ b/providers/amazon/docs/commits.rst @@ -34,14 +34,40 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-10 ``Fix default base value (#49013)`` +`e0eaa604f4 `__ 2025-04-10 ``Rename list_jobs method to describe_jobs in GlueJobHook (#48904)`` +`f1a12f13e4 `__ 2025-04-09 ``Refactor AWS system tests to not use @task.branch (#48973)`` +`f09d8bc79c `__ 2025-04-09 ``Handle NoCredentialsError in waiter_with_logging.py (#48946)`` +`5142a9a0d4 `__ 2025-04-09 ``Fix botocore version in Amazon provider docs to match 'pyproject.toml' (#48981)`` +`7e3e1718b6 `__ 2025-04-09 ``Fix typo in docstring for MwaaHook (#48980)`` +`8d0170d200 `__ 2025-04-08 ``Bedrock Batch Inference - Trying to stop a completed job is a successful result (#48964)`` +`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`7bd1aa6bc0 `__ 2025-04-07 ``Add Bedrock Batch Inference Operator and accompanying parts (#48468)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`8e8c84fed2 `__ 2025-04-07 ``Update ECS executor to support Task SDK (#48513)`` +`43652d5bbc `__ 2025-04-07 ``Update Amazon RDS Operators and Sensors to inherit AWS Base classes (#48872)`` +`f911e47085 `__ 2025-04-07 ``S3Hook: remove error return on inactivity period check (#48782)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +`3b48df7697 `__ 2025-04-06 ``Change provider-specific dependencies to refer to providers (#48843)`` +================================================================================================== =========== ============================================================================================ + 9.5.0 ..... -Latest change: 2025-04-04 +Latest change: 2025-04-06 ================================================================================================== =========== ====================================================================================================================================== Commit Committed Subject ================================================================================================== =========== ====================================================================================================================================== +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` `1025474d28 `__ 2025-04-04 ``Add 'ti' to the RemoteLogIO read and upload methods (#48804)`` `5ca62b8f23 `__ 2025-04-04 ``Fix Cloudwatch remote logging (#48774)`` `7fda150de7 `__ 2025-04-03 ``Clarify the Redshift delete cluster operator messaging. (#48652)`` diff --git a/providers/amazon/docs/index.rst b/providers/amazon/docs/index.rst index 422f27e79867d..013d11831c7ba 100644 --- a/providers/amazon/docs/index.rst +++ b/providers/amazon/docs/index.rst @@ -86,7 +86,7 @@ apache-airflow-providers-amazon package Amazon integration (including `Amazon Web Services (AWS) `__). -Release: 9.5.0 +Release: 9.6.0 Provider package ---------------- @@ -106,9 +106,9 @@ Requirements The minimum Apache Airflow version supported by this provider distribution is ``2.9.0``. -========================================== ====================== +========================================== ===================== PIP package Version required -========================================== ====================== +========================================== ===================== ``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-compat`` ``>=1.6.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` @@ -116,16 +116,16 @@ PIP package Version required ``boto3`` ``>=1.37.0`` ``botocore`` ``>=1.37.0`` ``inflection`` ``>=0.5.1`` -``watchtower`` ``>=3.0.0,!=3.3.0,<4`` +``watchtower`` ``>=3.3.1,<4`` ``jsonpath_ng`` ``>=1.5.3`` -``redshift_connector`` ``>=2.0.918`` +``redshift_connector`` ``>=2.1.3`` ``asgiref`` ``>=2.3.0`` -``PyAthena`` ``>=3.0.10`` +``PyAthena`` ``>=3.10.0`` ``jmespath`` ``>=0.7.0`` ``python3-saml`` ``>=1.16.0`` ``xmlsec`` ``>=1.3.14,!=1.3.15`` ``sagemaker-studio`` ``>=1.0.9`` -========================================== ====================== +========================================== ===================== Cross provider package dependencies ----------------------------------- @@ -165,5 +165,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.5.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-amazon 9.5.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-amazon 9.6.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-amazon 9.6.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/amazon/provider.yaml b/providers/amazon/provider.yaml index b1d35fe0b185a..432ed11047eed 100644 --- a/providers/amazon/provider.yaml +++ b/providers/amazon/provider.yaml @@ -22,9 +22,10 @@ description: | Amazon integration (including `Amazon Web Services (AWS) `__). state: ready -source-date-epoch: 1743477760 +source-date-epoch: 1744280881 # note that those versions are maintained by release manager - do not update them manually versions: + - 9.6.0 - 9.5.0 - 9.4.0 - 9.2.0 diff --git a/providers/amazon/pyproject.toml b/providers/amazon/pyproject.toml index 1ca7c32a387cb..1094721a0252e 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.5.0" +version = "9.6.0" description = "Provider package apache-airflow-providers-amazon for Apache Airflow" readme = "README.rst" authors = [ @@ -204,8 +204,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.5.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.5.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.6.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.6.0/changelog.html" "Bug Tracker" = "https://github.com/apache/airflow/issues" "Source Code" = "https://github.com/apache/airflow" "Slack Chat" = "https://s.apache.org/airflow-slack" diff --git a/providers/amazon/src/airflow/providers/amazon/__init__.py b/providers/amazon/src/airflow/providers/amazon/__init__.py index 67626630ec5f4..a67f8844e6a4d 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.5.0" +__version__ = "9.6.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/apache/beam/docs/.latest-doc-only-change.txt b/providers/apache/beam/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/apache/beam/docs/.latest-doc-only-change.txt +++ b/providers/apache/beam/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/apache/cassandra/docs/.latest-doc-only-change.txt b/providers/apache/cassandra/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/apache/cassandra/docs/.latest-doc-only-change.txt +++ b/providers/apache/cassandra/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/apache/drill/docs/.latest-doc-only-change.txt b/providers/apache/drill/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/apache/drill/docs/.latest-doc-only-change.txt +++ b/providers/apache/drill/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/apache/druid/docs/.latest-doc-only-change.txt b/providers/apache/druid/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/apache/druid/docs/.latest-doc-only-change.txt +++ b/providers/apache/druid/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/apache/flink/docs/.latest-doc-only-change.txt b/providers/apache/flink/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/apache/flink/docs/.latest-doc-only-change.txt +++ b/providers/apache/flink/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/apache/hdfs/README.rst b/providers/apache/hdfs/README.rst index 6adcc9ecc936c..1495cc1d7f381 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.7.1`` +Release: ``4.8.0`` `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 ------------ @@ -61,4 +61,4 @@ PIP package Version required ================================= ===================================== 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 1281d3309e772..dce86d87630da 100644 --- a/providers/apache/hdfs/docs/changelog.rst +++ b/providers/apache/hdfs/docs/changelog.rst @@ -27,6 +27,26 @@ Changelog --------- +4.8.0 +..... + +Features +~~~~~~~~ + +* ``Add support for reading/writing task logs to HDFS in Airflow 3 (#48788)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Improve documentation building iteration (#48760)`` + * ``Prepare docs for Apr 1st wave of providers (#48828)`` + * ``Simplify tooling by switching completely to uv (#48223)`` + * ``Prepare docs for Mar 2nd wave of providers (#48383)`` + * ``Upgrade providers flit build requirements to 3.12.0 (#48362)`` + * ``Move airflow sources to airflow-core package (#47798)`` + * ``Remove links to x/twitter.com (#47801)`` + 4.7.1 ..... diff --git a/providers/apache/hdfs/docs/commits.rst b/providers/apache/hdfs/docs/commits.rst index dc8fd0cba89c7..912e559b8f3fc 100644 --- a/providers/apache/hdfs/docs/commits.rst +++ b/providers/apache/hdfs/docs/commits.rst @@ -35,14 +35,35 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-10 ``Add support for reading/writing task logs to HDFS in Airflow 3 (#48788)`` +`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` +`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` +`c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)`` +`6adb2dbae4 `__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)`` +`243fe86d4b `__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)`` +`935d2831fe `__ 2025-03-15 ``Remove links to x/twitter.com (#47801)`` +================================================================================================== =========== ================================================================================== + 4.7.1 ..... -Latest change: 2025-03-05 +Latest change: 2025-03-09 ================================================================================================== =========== ===================================================================== Commit Committed Subject ================================================================================================== =========== ===================================================================== +`492ecfe5c0 `__ 2025-03-09 ``Prepare docs for Mar 1st wave of providers (#47545)`` `e4002c3305 `__ 2025-03-05 ``Move tests_common package to devel-common project (#47281)`` `1447705482 `__ 2025-03-01 ``Fix codespell issues detected by new codespell (#47259)`` `1addb55154 `__ 2025-02-28 ``Improve documentation for updating provider dependencies (#47203)`` diff --git a/providers/apache/hdfs/docs/index.rst b/providers/apache/hdfs/docs/index.rst index dee2355100dee..5ec1f841662ed 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.7.1 +Release: 4.8.0 Provider package ---------------- diff --git a/providers/apache/hdfs/provider.yaml b/providers/apache/hdfs/provider.yaml index 5237d7b0c0e08..49c0e51ec9c77 100644 --- a/providers/apache/hdfs/provider.yaml +++ b/providers/apache/hdfs/provider.yaml @@ -23,9 +23,10 @@ description: | and `WebHDFS `__. state: ready -source-date-epoch: 1743477772 +source-date-epoch: 1744280918 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.8.0 - 4.7.1 - 4.7.0 - 4.6.0 diff --git a/providers/apache/hdfs/pyproject.toml b/providers/apache/hdfs/pyproject.toml index 8bf1ab02b4efc..950833f074fa3 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.7.1" +version = "4.8.0" description = "Provider package apache-airflow-providers-apache-hdfs for Apache Airflow" readme = "README.rst" authors = [ @@ -97,8 +97,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.7.1" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.7.1/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.8.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.8.0/changelog.html" "Bug Tracker" = "https://github.com/apache/airflow/issues" "Source Code" = "https://github.com/apache/airflow" "Slack Chat" = "https://s.apache.org/airflow-slack" 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 b4cdee81ad13a..c9293a9ae7eaa 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.7.1" +__version__ = "4.8.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/apache/hive/docs/.latest-doc-only-change.txt b/providers/apache/hive/docs/.latest-doc-only-change.txt index faea9d9d90a8d..f41e3226a6f43 100644 --- a/providers/apache/hive/docs/.latest-doc-only-change.txt +++ b/providers/apache/hive/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -09a7bd1d585d2d306dd30435689f22b614fe0abf +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/apache/iceberg/docs/.latest-doc-only-change.txt b/providers/apache/iceberg/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/apache/iceberg/docs/.latest-doc-only-change.txt +++ b/providers/apache/iceberg/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/apache/impala/docs/.latest-doc-only-change.txt b/providers/apache/impala/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/apache/impala/docs/.latest-doc-only-change.txt +++ b/providers/apache/impala/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/apache/kafka/docs/.latest-doc-only-change.txt b/providers/apache/kafka/docs/.latest-doc-only-change.txt index 2dce7d6910414..0db04fa6c6274 100644 --- a/providers/apache/kafka/docs/.latest-doc-only-change.txt +++ b/providers/apache/kafka/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +fa5a6c7e1a9e8d064f4bc92267bd969ae6f1417f diff --git a/providers/apache/kylin/docs/.latest-doc-only-change.txt b/providers/apache/kylin/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/apache/kylin/docs/.latest-doc-only-change.txt +++ b/providers/apache/kylin/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/apache/livy/README.rst b/providers/apache/livy/README.rst index 785b4fe70e4c0..d14c13b7206ff 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.3.0`` +Release: ``4.3.1`` `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 ------------ @@ -81,4 +81,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 03730a955b008..7f25c9d29b305 100644 --- a/providers/apache/livy/docs/changelog.rst +++ b/providers/apache/livy/docs/changelog.rst @@ -28,6 +28,20 @@ Changelog --------- +4.3.1 +..... + +Misc +~~~~ + +* ``Remove sqlite provider from preinstalled and use aiosqlite as core dep (#48966)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Improve documentation building iteration (#48760)`` + 4.3.0 ..... diff --git a/providers/apache/livy/docs/commits.rst b/providers/apache/livy/docs/commits.rst index d2065d6f18549..ac7b1680216de 100644 --- a/providers/apache/livy/docs/commits.rst +++ b/providers/apache/livy/docs/commits.rst @@ -34,14 +34,29 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-09 ``Remove sqlite provider from preinstalled and use aiosqlite as core dep (#48966)`` +`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +================================================================================================== =========== =================================================================================== + 4.3.0 ..... -Latest change: 2025-04-02 +Latest change: 2025-04-06 ================================================================================================== =========== ==================================================================== Commit Committed Subject ================================================================================================== =========== ==================================================================== +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` `d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` `71558c7fee `__ 2025-03-31 ``add OpenLineage configuration injection to LivyOperator (#47564)`` `c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)`` diff --git a/providers/apache/livy/docs/index.rst b/providers/apache/livy/docs/index.rst index 6b8737e5b7c2d..a901ba124b3dc 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.3.0 +Release: 4.3.1 Provider package ---------------- @@ -132,5 +132,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-apache-livy 4.3.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-livy 4.3.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-livy 4.3.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-livy 4.3.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/apache/livy/provider.yaml b/providers/apache/livy/provider.yaml index f01e9b1be81cc..df95c04efbb5e 100644 --- a/providers/apache/livy/provider.yaml +++ b/providers/apache/livy/provider.yaml @@ -22,9 +22,10 @@ description: | `Apache Livy `__ state: ready -source-date-epoch: 1743835744 +source-date-epoch: 1744281012 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.3.1 - 4.3.0 - 4.2.1 - 4.2.0 diff --git a/providers/apache/livy/pyproject.toml b/providers/apache/livy/pyproject.toml index ad19ca56bd2b6..fc2a709ea132b 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.3.0" +version = "4.3.1" description = "Provider package apache-airflow-providers-apache-livy for Apache Airflow" readme = "README.rst" authors = [ @@ -101,8 +101,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.3.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.3.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.3.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.3.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/livy/src/airflow/providers/apache/livy/__init__.py b/providers/apache/livy/src/airflow/providers/apache/livy/__init__.py index 04581229e9fc3..d02cce4f4dace 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.3.0" +__version__ = "4.3.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/apache/pig/docs/.latest-doc-only-change.txt b/providers/apache/pig/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/apache/pig/docs/.latest-doc-only-change.txt +++ b/providers/apache/pig/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/apache/pinot/docs/.latest-doc-only-change.txt b/providers/apache/pinot/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/apache/pinot/docs/.latest-doc-only-change.txt +++ b/providers/apache/pinot/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/apache/spark/README.rst b/providers/apache/spark/README.rst index ee9739503c211..17a103bec4feb 100644 --- a/providers/apache/spark/README.rst +++ b/providers/apache/spark/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-apache-spark`` -Release: ``5.1.1`` +Release: ``5.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 ------------ @@ -80,4 +80,4 @@ Dependent package ====================================================================================================================== =================== 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 bf87e0a0a75c1..faf68b390c6ba 100644 --- a/providers/apache/spark/docs/changelog.rst +++ b/providers/apache/spark/docs/changelog.rst @@ -29,6 +29,28 @@ Changelog --------- +5.2.0 +..... + +Features +~~~~~~~~ + +* ``Add openlineage as Extra dep for Spark provider (#48972)`` + +Misc +~~~~ + +* ``Make '@task' import from airflow.sdk (#48896)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Improve documentation building iteration (#48760)`` + * ``Prepare docs for Apr 1st wave of providers (#48828)`` + * ``Simplify tooling by switching completely to uv (#48223)`` + * ``Upgrade ruff to latest version (#48553)`` + 5.1.1 ..... diff --git a/providers/apache/spark/docs/commits.rst b/providers/apache/spark/docs/commits.rst index 40a6fe0f68c0f..22300c62d4ae2 100644 --- a/providers/apache/spark/docs/commits.rst +++ b/providers/apache/spark/docs/commits.rst @@ -34,14 +34,33 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-08 ``Add openlineage as Extra dep for Spark provider (#48972)`` +`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`86d5b27f92 `__ 2025-04-08 ``Make '@task' import from airflow.sdk (#48896)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` +`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` +`47002feacd `__ 2025-03-30 ``Upgrade ruff to latest version (#48553)`` +================================================================================================== =========== ================================================================================== + 5.1.1 ..... -Latest change: 2025-03-25 +Latest change: 2025-03-26 ================================================================================================== =========== =========================================================================== Commit Committed Subject ================================================================================================== =========== =========================================================================== +`c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)`` `6adb2dbae4 `__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)`` `27a3944da6 `__ 2025-03-24 ``add OpenLineage configuration injection to SparkSubmitOperator (#47508)`` `243fe86d4b `__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)`` diff --git a/providers/apache/spark/docs/index.rst b/providers/apache/spark/docs/index.rst index 404a308d9cabe..fff7b39a87150 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: 5.1.1 +Release: 5.2.0 Provider package ---------------- @@ -132,5 +132,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-apache-spark 5.1.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-spark 5.1.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-spark 5.2.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-spark 5.2.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/apache/spark/provider.yaml b/providers/apache/spark/provider.yaml index 1be5150f603bc..f074505229233 100644 --- a/providers/apache/spark/provider.yaml +++ b/providers/apache/spark/provider.yaml @@ -22,9 +22,10 @@ description: | `Apache Spark `__ state: ready -source-date-epoch: 1743477786 +source-date-epoch: 1744281071 # note that those versions are maintained by release manager - do not update them manually versions: + - 5.2.0 - 5.1.1 - 5.0.1 - 5.0.0 diff --git a/providers/apache/spark/pyproject.toml b/providers/apache/spark/pyproject.toml index 77ef942b6c672..446a7fab53c80 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 = "5.1.1" +version = "5.2.0" description = "Provider package apache-airflow-providers-apache-spark for Apache Airflow" readme = "README.rst" authors = [ @@ -110,8 +110,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/5.1.1" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/5.1.1/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/5.2.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/5.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 43ad86fcc8692..42ce84227dacd 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__ = "5.1.1" +__version__ = "5.2.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/apprise/docs/.latest-doc-only-change.txt b/providers/apprise/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/apprise/docs/.latest-doc-only-change.txt +++ b/providers/apprise/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/arangodb/docs/.latest-doc-only-change.txt b/providers/arangodb/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/arangodb/docs/.latest-doc-only-change.txt +++ b/providers/arangodb/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/asana/docs/.latest-doc-only-change.txt b/providers/asana/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/asana/docs/.latest-doc-only-change.txt +++ b/providers/asana/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/atlassian/jira/docs/.latest-doc-only-change.txt b/providers/atlassian/jira/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/atlassian/jira/docs/.latest-doc-only-change.txt +++ b/providers/atlassian/jira/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/celery/README.rst b/providers/celery/README.rst index 73789e85eb671..c20a4ab3d81e6 100644 --- a/providers/celery/README.rst +++ b/providers/celery/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-celery`` -Release: ``3.10.5`` +Release: ``3.10.6`` `Celery `__ @@ -36,7 +36,7 @@ This is a provider package for ``celery`` provider. All classes for this provide are in ``airflow.providers.celery`` python package. You can find package information and changelog for the provider -in the `documentation `_. +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/celery/docs/changelog.rst b/providers/celery/docs/changelog.rst index a65064e2f2759..1aea840e743df 100644 --- a/providers/celery/docs/changelog.rst +++ b/providers/celery/docs/changelog.rst @@ -27,6 +27,24 @@ Changelog --------- +3.10.6 +...... + +Bug Fixes +~~~~~~~~~ + +* ``Bring back serve_logs to be in the core (#49031)`` + +Misc +~~~~ + +* ``Remove fab from preinstalled providers (#48457)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Improve documentation building iteration (#48760)`` + 3.10.5 ...... diff --git a/providers/celery/docs/commits.rst b/providers/celery/docs/commits.rst index 5c7dc57ee4df6..202f399ecf3e4 100644 --- a/providers/celery/docs/commits.rst +++ b/providers/celery/docs/commits.rst @@ -34,14 +34,29 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-10 ``Bring back serve_logs to be in the core (#49031)`` +`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +================================================================================================== =========== ================================================================================== + 3.10.5 ...... -Latest change: 2025-04-04 +Latest change: 2025-04-06 ================================================================================================== =========== ======================================================================= Commit Committed Subject ================================================================================================== =========== ======================================================================= +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` `a61cb1b949 `__ 2025-04-04 ``Fix Celery Executor on Airflow 2.x again. (#48806)`` `d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` `69f8682514 `__ 2025-04-02 ``Remove change_sensor_mode_to_reschedule from base executor (#48649)`` diff --git a/providers/celery/docs/index.rst b/providers/celery/docs/index.rst index 27fd1844b7971..7a82039be0358 100644 --- a/providers/celery/docs/index.rst +++ b/providers/celery/docs/index.rst @@ -67,7 +67,7 @@ apache-airflow-providers-celery package `Celery `__ -Release: 3.10.5 +Release: 3.10.6 Provider package ---------------- @@ -120,5 +120,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-celery 3.10.5 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-celery 3.10.5 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-celery 3.10.6 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-celery 3.10.6 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/celery/provider.yaml b/providers/celery/provider.yaml index 74ddc0490309c..b8fc1fcfcceda 100644 --- a/providers/celery/provider.yaml +++ b/providers/celery/provider.yaml @@ -22,9 +22,10 @@ description: | `Celery `__ state: ready -source-date-epoch: 1743835810 +source-date-epoch: 1744281145 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.10.6 - 3.10.5 - 3.10.4 - 3.10.3 diff --git a/providers/celery/pyproject.toml b/providers/celery/pyproject.toml index afcb58fbc6eb5..8ab5c13abc01e 100644 --- a/providers/celery/pyproject.toml +++ b/providers/celery/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-celery" -version = "3.10.5" +version = "3.10.6" description = "Provider package apache-airflow-providers-celery for Apache Airflow" readme = "README.rst" authors = [ @@ -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-celery/3.10.5" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.10.5/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.10.6" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.10.6/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/celery/src/airflow/providers/celery/__init__.py b/providers/celery/src/airflow/providers/celery/__init__.py index 25efdc145968d..83f6aa6e2d847 100644 --- a/providers/celery/src/airflow/providers/celery/__init__.py +++ b/providers/celery/src/airflow/providers/celery/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.10.5" +__version__ = "3.10.6" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/cloudant/docs/.latest-doc-only-change.txt b/providers/cloudant/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/cloudant/docs/.latest-doc-only-change.txt +++ b/providers/cloudant/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/cncf/kubernetes/README.rst b/providers/cncf/kubernetes/README.rst index 3e9004431c538..22400e843ab65 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.4.1`` +Release: ``10.4.2`` `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 ------------ @@ -62,4 +62,4 @@ PIP package Version required ====================== ===================== 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 1b53b54126036..205af5c6d2019 100644 --- a/providers/cncf/kubernetes/docs/changelog.rst +++ b/providers/cncf/kubernetes/docs/changelog.rst @@ -28,6 +28,21 @@ Changelog --------- +10.4.2 +...... + +Misc +~~~~ + +* ``Make '@task' import from airflow.sdk (#48896)`` +* ``Update ECS executor to support Task SDK (#48513)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Improve documentation building iteration (#48760)`` + 10.4.1 ...... diff --git a/providers/cncf/kubernetes/docs/commits.rst b/providers/cncf/kubernetes/docs/commits.rst index fa7a1cec8c3be..e8f697aaf7f99 100644 --- a/providers/cncf/kubernetes/docs/commits.rst +++ b/providers/cncf/kubernetes/docs/commits.rst @@ -34,14 +34,30 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`86d5b27f92 `__ 2025-04-08 ``Make '@task' import from airflow.sdk (#48896)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`8e8c84fed2 `__ 2025-04-07 ``Update ECS executor to support Task SDK (#48513)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +================================================================================================== =========== ================================================================================== + 10.4.1 ...... -Latest change: 2025-04-05 +Latest change: 2025-04-06 ================================================================================================== =========== ================================================================================== Commit Committed Subject ================================================================================================== =========== ================================================================================== +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` `32b4186010 `__ 2025-04-05 ``Remove old comment about excluding 'executor_config' (#48830)`` `1ee519c2c4 `__ 2025-04-05 ``No need to exclude executor_config specifically for KE (#48826)`` `d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` diff --git a/providers/cncf/kubernetes/docs/index.rst b/providers/cncf/kubernetes/docs/index.rst index 9d73925353f03..4d86ab17d5a09 100644 --- a/providers/cncf/kubernetes/docs/index.rst +++ b/providers/cncf/kubernetes/docs/index.rst @@ -87,7 +87,7 @@ apache-airflow-providers-cncf-kubernetes package `Kubernetes `__ -Release: 10.4.1 +Release: 10.4.2 Provider package ---------------- diff --git a/providers/cncf/kubernetes/provider.yaml b/providers/cncf/kubernetes/provider.yaml index e8653c8d7d836..833822c34428f 100644 --- a/providers/cncf/kubernetes/provider.yaml +++ b/providers/cncf/kubernetes/provider.yaml @@ -22,9 +22,10 @@ description: | `Kubernetes `__ state: ready -source-date-epoch: 1743835927 +source-date-epoch: 1744281222 # note that those versions are maintained by release manager - do not update them manually versions: + - 10.4.2 - 10.4.1 - 10.4.0 - 10.3.1 diff --git a/providers/cncf/kubernetes/pyproject.toml b/providers/cncf/kubernetes/pyproject.toml index 7bdd8644816e7..2ab2e8878ce8f 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.4.1" +version = "10.4.2" description = "Provider package apache-airflow-providers-cncf-kubernetes for Apache Airflow" readme = "README.rst" authors = [ @@ -112,8 +112,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.1" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.1/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.2" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.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/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py b/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py index e2e8401e15ee7..13f8738e40f23 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.4.1" +__version__ = "10.4.2" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/cohere/docs/.latest-doc-only-change.txt b/providers/cohere/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/cohere/docs/.latest-doc-only-change.txt +++ b/providers/cohere/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/common/compat/docs/.latest-doc-only-change.txt b/providers/common/compat/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/common/compat/docs/.latest-doc-only-change.txt +++ b/providers/common/compat/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/common/io/README.rst b/providers/common/io/README.rst index bf4c4365ac6ac..cd81c7c6c01a9 100644 --- a/providers/common/io/README.rst +++ b/providers/common/io/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-common-io`` -Release: ``1.5.2`` +Release: ``1.5.3`` Common IO Provider @@ -36,7 +36,7 @@ This is a provider package for ``common.io`` provider. All classes for this prov are in ``airflow.providers.common.io`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -77,4 +77,4 @@ Dependent package ================================================================================================================== ================= The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/common/io/docs/changelog.rst b/providers/common/io/docs/changelog.rst index 298b6e04a5a2b..3aaf3dfb67435 100644 --- a/providers/common/io/docs/changelog.rst +++ b/providers/common/io/docs/changelog.rst @@ -25,6 +25,25 @@ Changelog --------- +1.5.3 +..... + +Misc +~~~~ + +* ``Move ObjectStoragePath and attach to Task SDK (#48906)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Fix common-io and common-compat provider description format (#48864)`` + * ``Improve documentation building iteration (#48760)`` + * ``Prepare docs for Apr 1st wave of providers (#48828)`` + * ``Simplify tooling by switching completely to uv (#48223)`` + * ``Upgrade ruff to latest version (#48553)`` + * ``Move bases classes to 'airflow.sdk.bases' (#48487)`` + 1.5.2 ..... diff --git a/providers/common/io/docs/commits.rst b/providers/common/io/docs/commits.rst index 76a09a8f973ce..3638a4fe89f89 100644 --- a/providers/common/io/docs/commits.rst +++ b/providers/common/io/docs/commits.rst @@ -26,7 +26,7 @@ Package apache-airflow-providers-common-io ------------------------------------------------------ -``Common IO Provider`` +Common IO Provider This is detailed commit list of changes for versions provider package: ``common.io``. @@ -34,14 +34,34 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-09 ``Move ObjectStoragePath and attach to Task SDK (#48906)`` +`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`3461b3a259 `__ 2025-04-07 ``Fix common-io and common-compat provider description format (#48864)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` +`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` +`47002feacd `__ 2025-03-30 ``Upgrade ruff to latest version (#48553)`` +`fde5051eac `__ 2025-03-28 ``Move bases classes to 'airflow.sdk.bases' (#48487)`` +================================================================================================== =========== ================================================================================== + 1.5.2 ..... -Latest change: 2025-03-25 +Latest change: 2025-03-26 ================================================================================================== =========== ========================================================================== Commit Committed Subject ================================================================================================== =========== ========================================================================== +`c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)`` `6adb2dbae4 `__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)`` `243fe86d4b `__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)`` `1a5eb7a29c `__ 2025-03-20 ``Bump various providers in preparation for Airflow 3.0.0b4 (#48013)`` diff --git a/providers/common/io/docs/index.rst b/providers/common/io/docs/index.rst index 10561d6c2c192..d3da288415546 100644 --- a/providers/common/io/docs/index.rst +++ b/providers/common/io/docs/index.rst @@ -76,10 +76,10 @@ apache-airflow-providers-common-io package ------------------------------------------------------ -``Common IO Provider`` +Common IO Provider -Release: 1.5.2 +Release: 1.5.3 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-common-io 1.5.2 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-common-io 1.5.2 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-common-io 1.5.3 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-common-io 1.5.3 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/common/io/provider.yaml b/providers/common/io/provider.yaml index 92e8245717047..aff8458291418 100644 --- a/providers/common/io/provider.yaml +++ b/providers/common/io/provider.yaml @@ -22,9 +22,10 @@ description: | Common IO Provider state: ready -source-date-epoch: 1743477801 +source-date-epoch: 1744281358 # note that those versions are maintained by release manager - do not update them manually versions: + - 1.5.3 - 1.5.2 - 1.5.1 - 1.5.0 diff --git a/providers/common/io/pyproject.toml b/providers/common/io/pyproject.toml index 575928c3a4cc1..b13f18d345dbc 100644 --- a/providers/common/io/pyproject.toml +++ b/providers/common/io/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-common-io" -version = "1.5.2" +version = "1.5.3" description = "Provider package apache-airflow-providers-common-io for Apache Airflow" readme = "README.rst" authors = [ @@ -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-common-io/1.5.2" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.5.2/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.5.3" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.5.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/common/io/src/airflow/providers/common/io/__init__.py b/providers/common/io/src/airflow/providers/common/io/__init__.py index 53cb8d1d17edf..c1b9c8c755a1e 100644 --- a/providers/common/io/src/airflow/providers/common/io/__init__.py +++ b/providers/common/io/src/airflow/providers/common/io/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.5.2" +__version__ = "1.5.3" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/common/messaging/docs/commits.rst b/providers/common/messaging/docs/commits.rst index a1c34a0a4c854..934cb31ab51b7 100644 --- a/providers/common/messaging/docs/commits.rst +++ b/providers/common/messaging/docs/commits.rst @@ -37,11 +37,16 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-08 ``Remove dev0 suffix from Airlfow version (#48934)`` +`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` `d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` `96c3563c57 `__ 2025-03-28 ``Fix checking if we have proper provider's __init__.py files (#48489)`` `c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)`` @@ -55,4 +60,4 @@ Commit `cc2c4ce0c9 `__ 2025-03-01 ``Regenerate common.messaging generated documentation/files (#47253)`` `ccd02336bf `__ 2025-03-01 ``Fix broken generated provider.toml on main (#47250)`` `ca4f094c76 `__ 2025-03-01 ``Common Message Queue (#46694)`` -================================================================================================== =========== ======================================================================== +================================================================================================== =========== ================================================================================== diff --git a/providers/common/sql/docs/.latest-doc-only-change.txt b/providers/common/sql/docs/.latest-doc-only-change.txt index 326facd559364..87d40a093ece1 100644 --- a/providers/common/sql/docs/.latest-doc-only-change.txt +++ b/providers/common/sql/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -6937ae76476b3bc869ef912d000bcc94ad642db1 +f7c16b8ed27b75f7daa98fc8e5aef4457ec58503 diff --git a/providers/databricks/README.rst b/providers/databricks/README.rst index 40313d6a05904..f4bc9568d5b40 100644 --- a/providers/databricks/README.rst +++ b/providers/databricks/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-databricks`` -Release: ``7.3.0`` +Release: ``7.3.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 ------------ @@ -84,4 +84,4 @@ Dependent package ============================================================================================================ ============== 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 d82ca6d5872d7..b4aac244e4c45 100644 --- a/providers/databricks/docs/changelog.rst +++ b/providers/databricks/docs/changelog.rst @@ -26,6 +26,22 @@ Changelog --------- +7.3.1 +..... + +Bug Fixes +~~~~~~~~~ + +* ``fix overriding_parameters missing in repair_task (#48877)`` +* ``fix for databricks repair buttons not overriding the template parameters (#46704)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Fix static checks in mock_databricks_hook (#48869)`` + * ``Improve documentation building iteration (#48760)`` + 7.3.0 ..... diff --git a/providers/databricks/docs/commits.rst b/providers/databricks/docs/commits.rst index 365270c47ace9..c339e44ef8ed9 100644 --- a/providers/databricks/docs/commits.rst +++ b/providers/databricks/docs/commits.rst @@ -34,14 +34,31 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`659150689e `__ 2025-04-07 ``Fix Databricks provider tests (#48877)`` +`7933b44a1b `__ 2025-04-07 ``Fix static checks in mock_databricks_hook (#48869)`` +`b752f7e9c0 `__ 2025-04-07 ``fix for databricks repair buttons not overriding the template parameters (#46704)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +================================================================================================== =========== ===================================================================================== + 7.3.0 ..... -Latest change: 2025-04-03 +Latest change: 2025-04-06 ================================================================================================== =========== ============================================================= Commit Committed Subject ================================================================================================== =========== ============================================================= +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` `7fb5abad64 `__ 2025-04-03 ``Add DatabricksSQLStatementsOperator (#48507)`` `d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` `47002feacd `__ 2025-03-30 ``Upgrade ruff to latest version (#48553)`` diff --git a/providers/databricks/docs/index.rst b/providers/databricks/docs/index.rst index 5917f4ce13ccd..d283a7f0407f3 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.3.0 +Release: 7.3.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-databricks 7.3.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-databricks 7.3.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-databricks 7.3.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-databricks 7.3.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/databricks/provider.yaml b/providers/databricks/provider.yaml index 623343aacb1a2..8b011999a3736 100644 --- a/providers/databricks/provider.yaml +++ b/providers/databricks/provider.yaml @@ -22,9 +22,10 @@ description: | `Databricks `__ state: ready -source-date-epoch: 1743835987 +source-date-epoch: 1744281606 # note that those versions are maintained by release manager - do not update them manually versions: + - 7.3.1 - 7.3.0 - 7.2.2 - 7.2.1 diff --git a/providers/databricks/pyproject.toml b/providers/databricks/pyproject.toml index 928ac7aa53a92..8cd8b79be57cf 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.3.0" +version = "7.3.1" description = "Provider package apache-airflow-providers-databricks for Apache Airflow" readme = "README.rst" authors = [ @@ -122,8 +122,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.3.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.3.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.3.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.3.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 c22e941b54284..4253cc5c9f626 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.3.0" +__version__ = "7.3.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/datadog/docs/.latest-doc-only-change.txt b/providers/datadog/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/datadog/docs/.latest-doc-only-change.txt +++ b/providers/datadog/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/dbt/cloud/docs/.latest-doc-only-change.txt b/providers/dbt/cloud/docs/.latest-doc-only-change.txt index faea9d9d90a8d..f41e3226a6f43 100644 --- a/providers/dbt/cloud/docs/.latest-doc-only-change.txt +++ b/providers/dbt/cloud/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -09a7bd1d585d2d306dd30435689f22b614fe0abf +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/dingding/docs/.latest-doc-only-change.txt b/providers/dingding/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/dingding/docs/.latest-doc-only-change.txt +++ b/providers/dingding/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/discord/README.rst b/providers/discord/README.rst index ecb580ac0ec0d..9a21efa79fa60 100644 --- a/providers/discord/README.rst +++ b/providers/discord/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-discord`` -Release: ``3.9.4`` +Release: ``3.9.5`` `Discord `__ @@ -36,7 +36,7 @@ This is a provider package for ``discord`` provider. All classes for this provid are in ``airflow.providers.discord`` python package. You can find package information and changelog for the provider -in the `documentation `_. +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/discord/docs/changelog.rst b/providers/discord/docs/changelog.rst index e8c32ef565302..15005f926ad59 100644 --- a/providers/discord/docs/changelog.rst +++ b/providers/discord/docs/changelog.rst @@ -27,6 +27,22 @@ Changelog --------- +3.9.5 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Fix discord and slack provider icon url (#48680)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Improve documentation building iteration (#48760)`` + * ``Prepare docs for Apr 1st wave of providers (#48828)`` + * ``Simplify tooling by switching completely to uv (#48223)`` + 3.9.4 ..... diff --git a/providers/discord/docs/commits.rst b/providers/discord/docs/commits.rst index cf445bd1b3af7..429db9ac217e9 100644 --- a/providers/discord/docs/commits.rst +++ b/providers/discord/docs/commits.rst @@ -34,6 +34,22 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +`6c885cd263 `__ 2025-04-06 ``Fix discord and slack provider icon url (#48680)`` +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` +`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` +================================================================================================== =========== ================================================================================== + 3.9.4 ..... @@ -42,6 +58,7 @@ Latest change: 2025-03-26 ================================================================================================== =========== ================================================================ Commit Committed Subject ================================================================================================== =========== ================================================================ +`c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)`` `6b32358673 `__ 2025-03-26 ``Move BaseNotifier to Task SDK (#48008)`` `6adb2dbae4 `__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)`` `243fe86d4b `__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)`` diff --git a/providers/discord/docs/index.rst b/providers/discord/docs/index.rst index 74dc99685cdcd..384c1d2ef7b29 100644 --- a/providers/discord/docs/index.rst +++ b/providers/discord/docs/index.rst @@ -62,7 +62,7 @@ apache-airflow-providers-discord package `Discord `__ -Release: 3.9.4 +Release: 3.9.5 Provider package ---------------- @@ -116,5 +116,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-discord 3.9.4 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-discord 3.9.4 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-discord 3.9.5 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-discord 3.9.5 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/discord/provider.yaml b/providers/discord/provider.yaml index 3d34f6889787a..3855161c6df1c 100644 --- a/providers/discord/provider.yaml +++ b/providers/discord/provider.yaml @@ -22,9 +22,10 @@ description: | `Discord `__ state: ready -source-date-epoch: 1743477813 +source-date-epoch: 1744281698 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.9.5 - 3.9.4 - 3.9.3 - 3.9.2 diff --git a/providers/discord/pyproject.toml b/providers/discord/pyproject.toml index ab5054d865a58..5466481aa11af 100644 --- a/providers/discord/pyproject.toml +++ b/providers/discord/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-discord" -version = "3.9.4" +version = "3.9.5" description = "Provider package apache-airflow-providers-discord for Apache Airflow" readme = "README.rst" authors = [ @@ -98,8 +98,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-discord/3.9.4" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-discord/3.9.4/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-discord/3.9.5" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-discord/3.9.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/discord/src/airflow/providers/discord/__init__.py b/providers/discord/src/airflow/providers/discord/__init__.py index d4be1552dbe62..31643aec03949 100644 --- a/providers/discord/src/airflow/providers/discord/__init__.py +++ b/providers/discord/src/airflow/providers/discord/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.9.4" +__version__ = "3.9.5" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/docker/README.rst b/providers/docker/README.rst index 3145e24f0af11..6f7a78f971559 100644 --- a/providers/docker/README.rst +++ b/providers/docker/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-docker`` -Release: ``4.3.0`` +Release: ``4.3.1`` `Docker `__ @@ -36,7 +36,7 @@ This is a provider package for ``docker`` provider. All classes for this provide are in ``airflow.providers.docker`` python package. You can find package information and changelog for the provider -in the `documentation `_. +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/docker/docs/changelog.rst b/providers/docker/docs/changelog.rst index 6e14aaa4a6abf..d691362bc33b8 100644 --- a/providers/docker/docs/changelog.rst +++ b/providers/docker/docs/changelog.rst @@ -28,6 +28,23 @@ Changelog --------- +4.3.1 +..... + +Misc +~~~~ + +* ``Make '@task' import from airflow.sdk (#48896)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Improve documentation building iteration (#48760)`` + * ``Prepare docs for Apr 1st wave of providers (#48828)`` + * ``Simplify tooling by switching completely to uv (#48223)`` + * ``Upgrade ruff to latest version (#48553)`` + 4.3.0 ..... diff --git a/providers/docker/docs/commits.rst b/providers/docker/docs/commits.rst index 98f0e445e8af9..a2933743c3995 100644 --- a/providers/docker/docs/commits.rst +++ b/providers/docker/docs/commits.rst @@ -34,14 +34,32 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`86d5b27f92 `__ 2025-04-08 ``Make '@task' import from airflow.sdk (#48896)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` +`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` +`47002feacd `__ 2025-03-30 ``Upgrade ruff to latest version (#48553)`` +================================================================================================== =========== ================================================================================== + 4.3.0 ..... -Latest change: 2025-03-25 +Latest change: 2025-03-26 ================================================================================================== =========== ================================================================ Commit Committed Subject ================================================================================================== =========== ================================================================ +`c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)`` `6adb2dbae4 `__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)`` `4837db18a6 `__ 2025-03-22 ``make docker swarm service name customizable (#47957)`` `243fe86d4b `__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)`` diff --git a/providers/docker/docs/index.rst b/providers/docker/docs/index.rst index 2507fe28556a6..c798b3de7a3a0 100644 --- a/providers/docker/docs/index.rst +++ b/providers/docker/docs/index.rst @@ -70,7 +70,7 @@ apache-airflow-providers-docker package `Docker `__ -Release: 4.3.0 +Release: 4.3.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-docker 4.3.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-docker 4.3.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-docker 4.3.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-docker 4.3.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/docker/provider.yaml b/providers/docker/provider.yaml index 983b6a57a8cbb..0911c4faf8a85 100644 --- a/providers/docker/provider.yaml +++ b/providers/docker/provider.yaml @@ -22,9 +22,10 @@ description: | `Docker `__ state: ready -source-date-epoch: 1743477814 +source-date-epoch: 1744281712 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.3.1 - 4.3.0 - 4.2.1 - 4.2.0 diff --git a/providers/docker/pyproject.toml b/providers/docker/pyproject.toml index 984cdbb45865f..2c9cf5b937651 100644 --- a/providers/docker/pyproject.toml +++ b/providers/docker/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-docker" -version = "4.3.0" +version = "4.3.1" description = "Provider package apache-airflow-providers-docker for Apache Airflow" readme = "README.rst" authors = [ @@ -104,8 +104,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-docker/4.3.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-docker/4.3.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-docker/4.3.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-docker/4.3.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/docker/src/airflow/providers/docker/__init__.py b/providers/docker/src/airflow/providers/docker/__init__.py index 33ba56fe4fb4a..ac9ec76f70823 100644 --- a/providers/docker/src/airflow/providers/docker/__init__.py +++ b/providers/docker/src/airflow/providers/docker/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.3.0" +__version__ = "4.3.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/elasticsearch/docs/.latest-doc-only-change.txt b/providers/elasticsearch/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/elasticsearch/docs/.latest-doc-only-change.txt +++ b/providers/elasticsearch/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/exasol/docs/.latest-doc-only-change.txt b/providers/exasol/docs/.latest-doc-only-change.txt index 28afc522f70a9..f41e3226a6f43 100644 --- a/providers/exasol/docs/.latest-doc-only-change.txt +++ b/providers/exasol/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -6adb2dbae47341eb61dbc62dbc56176d9aa83fd9 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/fab/docs/changelog.rst b/providers/fab/docs/changelog.rst index 79d5aaf68ca9b..e23bfc8849871 100644 --- a/providers/fab/docs/changelog.rst +++ b/providers/fab/docs/changelog.rst @@ -172,6 +172,19 @@ Full list of unclassified changes * ``feat(AIP-84): add auth to /ui/backfills (#47657)`` * ``forward port fab 1.5.2 to main branch (#45377)`` * ``move standard, alibaba and common.sql provider to the new structure (#45964)`` +* ``Bring back serve_logs to be in the core (#49031)`` +* ``Force use of symetric JWT algorithm for internal logs server (#49029)`` +* ``Move FAB related configs to FAB provider (#49017)`` +* ``Add back methods needed by Flask in 'AirflowAppBuilder' (#48968)`` +* ``Bump webpack (#49016)`` +* ``Add ability to configure PERMANENT_SESSION_LIFETIME in fab for session logout. (#48827)`` +* ``Move wtforms/Werkzeug dependencies to FAB provider (#48970)`` +* ``Bump webpack (#48959)`` +* ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +* ``Apply configuration defined in 'webserver_config.py' to Flask config (#48898)`` +* ``Bump the fab-ui-package-updates group across 1 directory with 3 updates (#48893)`` +* ``Remove fab from preinstalled providers (#48457)`` +* ``Add single endpoint to retrieve menu information (#48762)`` .. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!): @@ -180,6 +193,10 @@ Full list of unclassified changes * ``Prepare docs for Mar 2nd wave of providers (#48383)`` * ``Prepare docs for Nov 1st wave of providers Dec 2024 (#45042)`` * ``Prepare documentation for FAB 2.0.0rc2 release (#48745)`` + * ``Remove dev0 suffix from Airflow version (#48934)`` + * ``Improve documentation building iteration (#48760)`` + * ``Prepare docs for Apr 1st wave of providers (#48828)`` + * ``Fix default base value (#49013)`` 1.5.3 ..... diff --git a/providers/fab/docs/commits.rst b/providers/fab/docs/commits.rst index ed095194625af..32cf543ca207c 100644 --- a/providers/fab/docs/commits.rst +++ b/providers/fab/docs/commits.rst @@ -37,11 +37,28 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-10 ``Fix default base value (#49013)`` +`00aec39a4c `__ 2025-04-10 ``Bring back serve_logs to be in the core (#49031)`` +`b9ee31cd81 `__ 2025-04-09 ``Force use of symetric JWT algorithm for internal logs server (#49029)`` +`f40fb4af4e `__ 2025-04-09 ``Move FAB related configs to FAB provider (#49017)`` +`55c29a089a `__ 2025-04-09 ``Add back methods needed by Flask in 'AirflowAppBuilder' (#48968)`` +`b46275b7ee `__ 2025-04-09 ``Bump webpack (#49016)`` +`546675500e `__ 2025-04-09 ``Add ability to configure PERMANENT_SESSION_LIFETIME in fab for session logout. (#48827)`` +`a052453d8e `__ 2025-04-09 ``Move wtforms/Werkzeug dependencies to FAB provider (#48970)`` +`1c47053aaf `__ 2025-04-08 ``Bump webpack (#48959)`` +`c68f31d3db `__ 2025-04-08 ``Remove dev0 suffix from Airlfow version (#48934)`` +`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`3039600b8e `__ 2025-04-08 ``Apply configuration defined in 'webserver_config.py' to Flask config (#48898)`` +`0a4eadd183 `__ 2025-04-07 ``Bump the fab-ui-package-updates group across 1 directory with 3 updates (#48893)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`e187961bde `__ 2025-04-07 ``Add single endpoint to retrieve menu information (#48762)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` `a32193503c `__ 2025-04-03 ``Handle user deletion while being logged in in FAB auth manager (#48754)`` `24548e2a36 `__ 2025-04-03 ``Prepare documentation for FAB 2.0.0rc2 release (#48745)`` `d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` diff --git a/providers/fab/docs/index.rst b/providers/fab/docs/index.rst index 5c70d5bbfd6f3..f83e7aa8dd974 100644 --- a/providers/fab/docs/index.rst +++ b/providers/fab/docs/index.rst @@ -118,6 +118,7 @@ PIP package Version required ``connexion[flask]`` ``>=2.14.2,<3.0`` ``jmespath`` ``>=0.7.0`` ``werkzeug`` ``>=2.2,<4`` +``wtforms`` ``>=3.0,<4`` ========================================== ================== Cross provider package dependencies diff --git a/providers/facebook/docs/.latest-doc-only-change.txt b/providers/facebook/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/facebook/docs/.latest-doc-only-change.txt +++ b/providers/facebook/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/ftp/docs/.latest-doc-only-change.txt b/providers/ftp/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/ftp/docs/.latest-doc-only-change.txt +++ b/providers/ftp/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/git/docs/changelog.rst b/providers/git/docs/changelog.rst index 799c667d2ad5d..81eee1ecbca09 100644 --- a/providers/git/docs/changelog.rst +++ b/providers/git/docs/changelog.rst @@ -21,5 +21,4 @@ .. note:: Provider is still WIP. It can be used with production but we may introduce breaking changes without following semver until version 1.0.0 -Breaking changes -~~~~~~~~~~~~~~~~ +* ``Initial version of git provider (#47636)`` diff --git a/providers/git/docs/commits.rst b/providers/git/docs/commits.rst index 9eb2f4e1c9c04..3a976dc848369 100644 --- a/providers/git/docs/commits.rst +++ b/providers/git/docs/commits.rst @@ -1,3 +1,4 @@ + .. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information @@ -15,7 +16,40 @@ specific language governing permissions and limitations under the License. - .. THIS FILE IS UPDATED AUTOMATICALLY_AT_RELEASE_TIME + .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN! + + .. IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE + `PROVIDER_COMMITS_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY + + .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN! Package apache-airflow-providers-git --------------------------------------- +------------------------------------------------------ + +`Distributed version control system (GIT) `__ + + +This is detailed commit list of changes for versions provider package: ``git``. +For high-level changelog, see :doc:`package information including changelog `. + + + +0.0.1 +..... + +Latest change: 2025-04-09 + +================================================================================================== =========== ================================================================================== +Commit Committed Subject +================================================================================================== =========== ================================================================================== +`4a1e2ff8ab `__ 2025-04-09 ``Mark git provider as ready (#48860)`` +`c68f31d3db `__ 2025-04-08 ``Remove dev0 suffix from Airlfow version (#48934)`` +`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +`81ae7e2f71 `__ 2025-04-02 ``Fix git has_version check (#48707)`` +`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` +`513bba7a65 `__ 2025-03-29 ``Don't add auth token to git bundle view urls (#48516)`` +`d7d9d48e6e `__ 2025-03-28 ``Unify the usage of structlog.get_logger in the codebase (#48480)`` +`08d9dc201e `__ 2025-03-26 ``Move 'GitDagBundle' to providers (#47636)`` +================================================================================================== =========== ================================================================================== diff --git a/providers/github/docs/.latest-doc-only-change.txt b/providers/github/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/github/docs/.latest-doc-only-change.txt +++ b/providers/github/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/google/README.rst b/providers/google/README.rst index 7d9a491a0e816..89166a2ca4aed 100644 --- a/providers/google/README.rst +++ b/providers/google/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-google`` -Release: ``15.0.0`` +Release: ``15.0.1`` 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 ------------ @@ -167,4 +167,4 @@ Dependent package ======================================================================================================================== ==================== 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 573f4d0e05a90..f7659ad99f6ac 100644 --- a/providers/google/docs/changelog.rst +++ b/providers/google/docs/changelog.rst @@ -27,6 +27,27 @@ Changelog --------- +15.0.1 +...... + +Misc +~~~~ + +* ``Deprecate Life Scrience service (#48862)`` + +Doc-only +~~~~~~~~ + +* ``Add missing license comment in google docs (#48985)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Fix false friends in implicit string concatenation (#48871)`` + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Small fixies for system tests in google-provider (#48861)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Improve documentation building iteration (#48760)`` + 15.0.0 ...... diff --git a/providers/google/docs/commits.rst b/providers/google/docs/commits.rst index 06c67a81484f3..46a2fa3a942b5 100644 --- a/providers/google/docs/commits.rst +++ b/providers/google/docs/commits.rst @@ -41,14 +41,32 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-09 ``Add missing license comment in google docs (#48985)`` +`fa5a6c7e1a `__ 2025-04-08 ``Fix false friends in implicit string concatenation (#48871)`` +`d3073c243c `__ 2025-04-08 ``Deprecate Life Scrience service (#48862)`` +`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`9470998c91 `__ 2025-04-08 ``Small fixies for system tests in google-provider (#48861)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +================================================================================================== =========== ================================================================================== + 15.0.0 ...... -Latest change: 2025-04-04 +Latest change: 2025-04-06 ================================================================================================== =========== ================================================================================================================================================= Commit Committed Subject ================================================================================================== =========== ================================================================================================================================================= +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` `1025474d28 `__ 2025-04-04 ``Add 'ti' to the RemoteLogIO read and upload methods (#48804)`` `9057c130e1 `__ 2025-04-04 ``fix: remove extra slash character from file URI formation in 'MetastoreHivePartitionSensor.poke' method. (#48731)`` `c1088b6720 `__ 2025-04-02 ``Rework remote task log handling for the structlog era. (#48491)`` diff --git a/providers/google/docs/index.rst b/providers/google/docs/index.rst index 7496f0c471cb9..53b0969b7d0bf 100644 --- a/providers/google/docs/index.rst +++ b/providers/google/docs/index.rst @@ -88,7 +88,7 @@ Google services including: - `Google Workspace `__ (formerly Google Suite) -Release: 15.0.0 +Release: 15.0.1 Provider package ---------------- @@ -223,5 +223,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 15.0.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-google 15.0.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-google 15.0.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-google 15.0.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/google/provider.yaml b/providers/google/provider.yaml index f9e310be512f6..104cfe19f0694 100644 --- a/providers/google/provider.yaml +++ b/providers/google/provider.yaml @@ -29,9 +29,10 @@ description: | - `Google Workspace `__ (formerly Google Suite) state: ready -source-date-epoch: 1743836162 +source-date-epoch: 1744282067 # note that those versions are maintained by release manager - do not update them manually versions: + - 15.0.1 - 15.0.0 - 14.1.0 - 14.0.0 diff --git a/providers/google/pyproject.toml b/providers/google/pyproject.toml index fc301d650a2e7..554aa4cdc7b18 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 = "15.0.0" +version = "15.0.1" description = "Provider package apache-airflow-providers-google for Apache Airflow" readme = "README.rst" authors = [ @@ -255,8 +255,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/15.0.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-google/15.0.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-google/15.0.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-google/15.0.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/google/src/airflow/providers/google/__init__.py b/providers/google/src/airflow/providers/google/__init__.py index 759f48960c2cf..c49f76cb59e43 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__ = "15.0.0" +__version__ = "15.0.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/grpc/docs/.latest-doc-only-change.txt b/providers/grpc/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/grpc/docs/.latest-doc-only-change.txt +++ b/providers/grpc/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/hashicorp/docs/.latest-doc-only-change.txt b/providers/hashicorp/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/hashicorp/docs/.latest-doc-only-change.txt +++ b/providers/hashicorp/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/http/docs/.latest-doc-only-change.txt b/providers/http/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/http/docs/.latest-doc-only-change.txt +++ b/providers/http/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/imap/docs/.latest-doc-only-change.txt b/providers/imap/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/imap/docs/.latest-doc-only-change.txt +++ b/providers/imap/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/influxdb/docs/.latest-doc-only-change.txt b/providers/influxdb/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/influxdb/docs/.latest-doc-only-change.txt +++ b/providers/influxdb/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/jdbc/docs/.latest-doc-only-change.txt b/providers/jdbc/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/jdbc/docs/.latest-doc-only-change.txt +++ b/providers/jdbc/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/jenkins/docs/.latest-doc-only-change.txt b/providers/jenkins/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/jenkins/docs/.latest-doc-only-change.txt +++ b/providers/jenkins/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/microsoft/azure/docs/.latest-doc-only-change.txt b/providers/microsoft/azure/docs/.latest-doc-only-change.txt index 8bf9b3219cf74..f41e3226a6f43 100644 --- a/providers/microsoft/azure/docs/.latest-doc-only-change.txt +++ b/providers/microsoft/azure/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -a62bd831885957c55b073bf309bc59a1d505e8fb +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/microsoft/mssql/docs/.latest-doc-only-change.txt b/providers/microsoft/mssql/docs/.latest-doc-only-change.txt index 28afc522f70a9..f41e3226a6f43 100644 --- a/providers/microsoft/mssql/docs/.latest-doc-only-change.txt +++ b/providers/microsoft/mssql/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -6adb2dbae47341eb61dbc62dbc56176d9aa83fd9 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/microsoft/psrp/docs/.latest-doc-only-change.txt b/providers/microsoft/psrp/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/microsoft/psrp/docs/.latest-doc-only-change.txt +++ b/providers/microsoft/psrp/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/microsoft/winrm/docs/.latest-doc-only-change.txt b/providers/microsoft/winrm/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/microsoft/winrm/docs/.latest-doc-only-change.txt +++ b/providers/microsoft/winrm/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/mongo/docs/.latest-doc-only-change.txt b/providers/mongo/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/mongo/docs/.latest-doc-only-change.txt +++ b/providers/mongo/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/mysql/README.rst b/providers/mysql/README.rst index ce15766d64f04..aef72c846d4d0 100644 --- a/providers/mysql/README.rst +++ b/providers/mysql/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-mysql`` -Release: ``6.2.0`` +Release: ``6.2.1`` `MySQL `__ @@ -36,7 +36,7 @@ This is a provider package for ``mysql`` provider. All classes for this provider are in ``airflow.providers.mysql`` 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/mysql/docs/changelog.rst b/providers/mysql/docs/changelog.rst index 523f6797d346e..47ea96977f9ab 100644 --- a/providers/mysql/docs/changelog.rst +++ b/providers/mysql/docs/changelog.rst @@ -26,6 +26,26 @@ Changelog --------- +6.2.1 +..... + +Bug Fixes +~~~~~~~~~ + +* ``fix: overwrite 'get-uri' for 'MySQL' (#48706)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Improve documentation building iteration (#48760)`` + * ``Prepare docs for Apr 1st wave of providers (#48828)`` + * ``Simplify tooling by switching completely to uv (#48223)`` + * ``Prepare docs for Mar 2nd wave of providers (#48383)`` + * ``Upgrade providers flit build requirements to 3.12.0 (#48362)`` + * ``Move airflow sources to airflow-core package (#47798)`` + * ``Remove links to x/twitter.com (#47801)`` + 6.2.0 ..... diff --git a/providers/mysql/docs/commits.rst b/providers/mysql/docs/commits.rst index d433912bd78b6..3f6c43f839d08 100644 --- a/providers/mysql/docs/commits.rst +++ b/providers/mysql/docs/commits.rst @@ -34,14 +34,35 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`7b177a2b4c `__ 2025-04-08 ``fix: overwrite 'get-uri' for 'MySQL' (#48706)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` +`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` +`c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)`` +`6adb2dbae4 `__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)`` +`243fe86d4b `__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)`` +`935d2831fe `__ 2025-03-15 ``Remove links to x/twitter.com (#47801)`` +================================================================================================== =========== ================================================================================== + 6.2.0 ..... -Latest change: 2025-03-05 +Latest change: 2025-03-09 ================================================================================================== =========== ===================================================================== Commit Committed Subject ================================================================================================== =========== ===================================================================== +`492ecfe5c0 `__ 2025-03-09 ``Prepare docs for Mar 1st wave of providers (#47545)`` `e4002c3305 `__ 2025-03-05 ``Move tests_common package to devel-common project (#47281)`` `a37f6fec44 `__ 2025-03-04 ``Adding ticks to user provided table names (#47262)`` `4e8fa928e4 `__ 2025-03-01 ``Add regex validation for table names in 'bulk_load' (#47254)`` diff --git a/providers/mysql/docs/index.rst b/providers/mysql/docs/index.rst index 9b87fbcca47cc..d6747daee7850 100644 --- a/providers/mysql/docs/index.rst +++ b/providers/mysql/docs/index.rst @@ -77,7 +77,7 @@ apache-airflow-providers-mysql package `MySQL `__ -Release: 6.2.0 +Release: 6.2.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-mysql 6.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-mysql 6.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-mysql 6.2.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-mysql 6.2.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/mysql/provider.yaml b/providers/mysql/provider.yaml index c66b97270cf7c..75f2df141c443 100644 --- a/providers/mysql/provider.yaml +++ b/providers/mysql/provider.yaml @@ -22,9 +22,10 @@ description: | `MySQL `__ state: ready -source-date-epoch: 1743477851 +source-date-epoch: 1744282143 # note that those versions are maintained by release manager - do not update them manually versions: + - 6.2.1 - 6.2.0 - 6.1.0 - 6.0.0 diff --git a/providers/mysql/pyproject.toml b/providers/mysql/pyproject.toml index 800b59257e006..01484916a91ae 100644 --- a/providers/mysql/pyproject.toml +++ b/providers/mysql/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-mysql" -version = "6.2.0" +version = "6.2.1" description = "Provider package apache-airflow-providers-mysql for Apache Airflow" readme = "README.rst" authors = [ @@ -129,8 +129,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-mysql/6.2.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.2.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.2.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.2.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/mysql/src/airflow/providers/mysql/__init__.py b/providers/mysql/src/airflow/providers/mysql/__init__.py index 0329a7b07bcdf..bff07c5c9a42c 100644 --- a/providers/mysql/src/airflow/providers/mysql/__init__.py +++ b/providers/mysql/src/airflow/providers/mysql/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "6.2.0" +__version__ = "6.2.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/neo4j/docs/.latest-doc-only-change.txt b/providers/neo4j/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/neo4j/docs/.latest-doc-only-change.txt +++ b/providers/neo4j/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/odbc/docs/.latest-doc-only-change.txt b/providers/odbc/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/odbc/docs/.latest-doc-only-change.txt +++ b/providers/odbc/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/openai/docs/.latest-doc-only-change.txt b/providers/openai/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/openai/docs/.latest-doc-only-change.txt +++ b/providers/openai/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/openfaas/docs/.latest-doc-only-change.txt b/providers/openfaas/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/openfaas/docs/.latest-doc-only-change.txt +++ b/providers/openfaas/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/openlineage/README.rst b/providers/openlineage/README.rst index 42bc8f543653d..ecd5d69828635 100644 --- a/providers/openlineage/README.rst +++ b/providers/openlineage/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-openlineage`` -Release: ``2.1.2`` +Release: ``2.1.3`` `OpenLineage `__ @@ -36,7 +36,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 ------------ @@ -82,4 +82,4 @@ Dependent package ================================================================================================================== ================= 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 627088f128b2e..d209ec215542c 100644 --- a/providers/openlineage/docs/changelog.rst +++ b/providers/openlineage/docs/changelog.rst @@ -26,6 +26,22 @@ Changelog --------- +2.1.3 +..... + +Misc +~~~~ + +* ``Move ObjectStoragePath and attach to Task SDK (#48906)`` +* ``Make '@task' import from airflow.sdk (#48896)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``tests: verify openlineage airflow models serialization (#47915)`` + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Improve documentation building iteration (#48760)`` + 2.1.2 ..... diff --git a/providers/openlineage/docs/commits.rst b/providers/openlineage/docs/commits.rst index 014fefce08bbc..55d792a5d0c50 100644 --- a/providers/openlineage/docs/commits.rst +++ b/providers/openlineage/docs/commits.rst @@ -34,14 +34,31 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-09 ``Move ObjectStoragePath and attach to Task SDK (#48906)`` +`ad2e80d299 `__ 2025-04-08 ``tests: verify openlineage airflow models serialization (#47915)`` +`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`86d5b27f92 `__ 2025-04-08 ``Make '@task' import from airflow.sdk (#48896)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +================================================================================================== =========== ================================================================================== + 2.1.2 ..... -Latest change: 2025-04-05 +Latest change: 2025-04-06 ================================================================================================== =========== =========================================================================================== Commit Committed Subject ================================================================================================== =========== =========================================================================================== +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` `e84a745bd9 `__ 2025-04-05 ``Fix OL tests due to decorators move to std provider (#48808)`` `25cf4145a4 `__ 2025-04-04 ``fix: remove use of get_inlet_defs and get_outlet_defs from OpenLineage (#48792)`` `1b98450c0b `__ 2025-04-03 ``Implement triggering_asset_events in task sdk (#48650)`` diff --git a/providers/openlineage/docs/index.rst b/providers/openlineage/docs/index.rst index 7b960b3c52d27..6dd3de93d75ef 100644 --- a/providers/openlineage/docs/index.rst +++ b/providers/openlineage/docs/index.rst @@ -81,7 +81,7 @@ apache-airflow-providers-openlineage package `OpenLineage `__ -Release: 2.1.2 +Release: 2.1.3 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-openlineage 2.1.2 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-openlineage 2.1.2 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-openlineage 2.1.3 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-openlineage 2.1.3 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/openlineage/provider.yaml b/providers/openlineage/provider.yaml index c4634e4d5a0ad..2c887435ac041 100644 --- a/providers/openlineage/provider.yaml +++ b/providers/openlineage/provider.yaml @@ -22,9 +22,10 @@ description: | `OpenLineage `__ state: ready -source-date-epoch: 1743477859 +source-date-epoch: 1744282175 # note that those versions are maintained by release manager - do not update them manually versions: + - 2.1.3 - 2.1.2 - 2.1.1 - 2.1.0 diff --git a/providers/openlineage/pyproject.toml b/providers/openlineage/pyproject.toml index f738cb920a8b3..b1f1f456b9f17 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.1.2" +version = "2.1.3" description = "Provider package apache-airflow-providers-openlineage for Apache Airflow" readme = "README.rst" authors = [ @@ -105,8 +105,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.1.2" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.1.2/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.1.3" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.1.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/openlineage/src/airflow/providers/openlineage/__init__.py b/providers/openlineage/src/airflow/providers/openlineage/__init__.py index 9858939ce10da..71bb3022d4793 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.1.2" +__version__ = "2.1.3" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/opensearch/docs/.latest-doc-only-change.txt b/providers/opensearch/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/opensearch/docs/.latest-doc-only-change.txt +++ b/providers/opensearch/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/opsgenie/docs/.latest-doc-only-change.txt b/providers/opsgenie/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/opsgenie/docs/.latest-doc-only-change.txt +++ b/providers/opsgenie/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/oracle/docs/.latest-doc-only-change.txt b/providers/oracle/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/oracle/docs/.latest-doc-only-change.txt +++ b/providers/oracle/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/pagerduty/docs/.latest-doc-only-change.txt b/providers/pagerduty/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/pagerduty/docs/.latest-doc-only-change.txt +++ b/providers/pagerduty/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/papermill/docs/.latest-doc-only-change.txt b/providers/papermill/docs/.latest-doc-only-change.txt index 28afc522f70a9..f41e3226a6f43 100644 --- a/providers/papermill/docs/.latest-doc-only-change.txt +++ b/providers/papermill/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -6adb2dbae47341eb61dbc62dbc56176d9aa83fd9 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/pgvector/docs/.latest-doc-only-change.txt b/providers/pgvector/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/pgvector/docs/.latest-doc-only-change.txt +++ b/providers/pgvector/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/pinecone/docs/.latest-doc-only-change.txt b/providers/pinecone/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/pinecone/docs/.latest-doc-only-change.txt +++ b/providers/pinecone/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/postgres/docs/.latest-doc-only-change.txt b/providers/postgres/docs/.latest-doc-only-change.txt index 28afc522f70a9..f41e3226a6f43 100644 --- a/providers/postgres/docs/.latest-doc-only-change.txt +++ b/providers/postgres/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -6adb2dbae47341eb61dbc62dbc56176d9aa83fd9 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/presto/docs/.latest-doc-only-change.txt b/providers/presto/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/presto/docs/.latest-doc-only-change.txt +++ b/providers/presto/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/qdrant/docs/.latest-doc-only-change.txt b/providers/qdrant/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/qdrant/docs/.latest-doc-only-change.txt +++ b/providers/qdrant/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/redis/docs/.latest-doc-only-change.txt b/providers/redis/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/redis/docs/.latest-doc-only-change.txt +++ b/providers/redis/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/salesforce/docs/.latest-doc-only-change.txt b/providers/salesforce/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/salesforce/docs/.latest-doc-only-change.txt +++ b/providers/salesforce/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/samba/docs/.latest-doc-only-change.txt b/providers/samba/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/samba/docs/.latest-doc-only-change.txt +++ b/providers/samba/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/segment/docs/.latest-doc-only-change.txt b/providers/segment/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/segment/docs/.latest-doc-only-change.txt +++ b/providers/segment/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/sftp/README.rst b/providers/sftp/README.rst index 3bb8bddbe7104..dc90f3de9332f 100644 --- a/providers/sftp/README.rst +++ b/providers/sftp/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-sftp`` -Release: ``5.1.2`` +Release: ``5.2.0`` `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 ------------ @@ -81,4 +81,4 @@ Dependent package ================================================================================================================== ================= 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 906fe77a52de9..10877019c7646 100644 --- a/providers/sftp/docs/changelog.rst +++ b/providers/sftp/docs/changelog.rst @@ -27,6 +27,25 @@ Changelog --------- +5.2.0 +..... + +Features +~~~~~~~~ + +* ``Implement concurrent directory transfer in SFTPOperator (#47533)`` + +Misc +~~~~ + +* ``Make '@task' import from airflow.sdk (#48896)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Improve documentation building iteration (#48760)`` + 5.1.2 ..... diff --git a/providers/sftp/docs/commits.rst b/providers/sftp/docs/commits.rst index b0a327e8688aa..f307c9c591943 100644 --- a/providers/sftp/docs/commits.rst +++ b/providers/sftp/docs/commits.rst @@ -34,14 +34,30 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-08 ``Implement concurrent directory transfer in SFTPOperator (#47533)`` +`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`86d5b27f92 `__ 2025-04-08 ``Make '@task' import from airflow.sdk (#48896)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +================================================================================================== =========== ================================================================================== + 5.1.2 ..... -Latest change: 2025-04-02 +Latest change: 2025-04-06 ================================================================================================== =========== ======================================================================================= Commit Committed Subject ================================================================================================== =========== ======================================================================================= +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` `d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` `ac3090d776 `__ 2025-03-31 ``Checking modification timestamps only when newer_than parameter is present (#48063)`` `347c98cd8c `__ 2025-03-28 ``Move 'BaseSensorOperator' to TaskSDK definitions (#48244)`` diff --git a/providers/sftp/docs/index.rst b/providers/sftp/docs/index.rst index 12e7f5b0b20fe..0b612877e2470 100644 --- a/providers/sftp/docs/index.rst +++ b/providers/sftp/docs/index.rst @@ -70,7 +70,7 @@ apache-airflow-providers-sftp package `SSH File Transfer Protocol (SFTP) `__ -Release: 5.1.2 +Release: 5.2.0 Provider package ---------------- @@ -126,5 +126,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-sftp 5.1.2 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-sftp 5.1.2 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-sftp 5.2.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-sftp 5.2.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/sftp/provider.yaml b/providers/sftp/provider.yaml index a69ac96b99dd6..597869eb9f34e 100644 --- a/providers/sftp/provider.yaml +++ b/providers/sftp/provider.yaml @@ -22,9 +22,10 @@ description: | `SSH File Transfer Protocol (SFTP) `__ state: ready -source-date-epoch: 1743836705 +source-date-epoch: 1744282480 # note that those versions are maintained by release manager - do not update them manually versions: + - 5.2.0 - 5.1.2 - 5.1.1 - 5.1.0 diff --git a/providers/sftp/pyproject.toml b/providers/sftp/pyproject.toml index 670aed6c9f03e..3b2267a0ed71f 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.1.2" +version = "5.2.0" description = "Provider package apache-airflow-providers-sftp for Apache Airflow" readme = "README.rst" authors = [ @@ -110,8 +110,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-sftp/5.1.2" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-sftp/5.1.2/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-sftp/5.2.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-sftp/5.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/sftp/src/airflow/providers/sftp/__init__.py b/providers/sftp/src/airflow/providers/sftp/__init__.py index 26037971430e3..39040c38df9db 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.1.2" +__version__ = "5.2.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/singularity/docs/.latest-doc-only-change.txt b/providers/singularity/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/singularity/docs/.latest-doc-only-change.txt +++ b/providers/singularity/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/slack/README.rst b/providers/slack/README.rst index eb1ee880d010f..2f4f1b5ef4ca6 100644 --- a/providers/slack/README.rst +++ b/providers/slack/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-slack`` -Release: ``9.0.3`` +Release: ``9.0.4`` `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 ------------ @@ -83,4 +83,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 57b02f1ff5491..2dd0f2ab8f001 100644 --- a/providers/slack/docs/changelog.rst +++ b/providers/slack/docs/changelog.rst @@ -27,6 +27,22 @@ Changelog --------- +9.0.4 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Fix discord and slack provider icon url (#48680)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Improve documentation building iteration (#48760)`` + * ``Prepare docs for Apr 1st wave of providers (#48828)`` + * ``Simplify tooling by switching completely to uv (#48223)`` + 9.0.3 ..... diff --git a/providers/slack/docs/commits.rst b/providers/slack/docs/commits.rst index 01861a044e9fc..5956488abfdb1 100644 --- a/providers/slack/docs/commits.rst +++ b/providers/slack/docs/commits.rst @@ -37,6 +37,22 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +`6c885cd263 `__ 2025-04-06 ``Fix discord and slack provider icon url (#48680)`` +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` +`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` +================================================================================================== =========== ================================================================================== + 9.0.3 ..... @@ -45,6 +61,7 @@ Latest change: 2025-03-26 ================================================================================================== =========== ================================================================ Commit Committed Subject ================================================================================================== =========== ================================================================ +`c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)`` `6b32358673 `__ 2025-03-26 ``Move BaseNotifier to Task SDK (#48008)`` `6adb2dbae4 `__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)`` `243fe86d4b `__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)`` diff --git a/providers/slack/docs/index.rst b/providers/slack/docs/index.rst index 797ef7df5966a..e6884848ba170 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.0.3 +Release: 9.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-slack 9.0.3 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-slack 9.0.3 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-slack 9.0.4 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-slack 9.0.4 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/slack/provider.yaml b/providers/slack/provider.yaml index 4bbc342f81c54..6e01e6f489dd6 100644 --- a/providers/slack/provider.yaml +++ b/providers/slack/provider.yaml @@ -25,9 +25,10 @@ description: | - `Slack Incoming Webhook `__ state: ready -source-date-epoch: 1743477889 +source-date-epoch: 1744282498 # note that those versions are maintained by release manager - do not update them manually versions: + - 9.0.4 - 9.0.3 - 9.0.2 - 9.0.1 diff --git a/providers/slack/pyproject.toml b/providers/slack/pyproject.toml index 43068bd1dd635..9a1a11ddf0ce6 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.0.3" +version = "9.0.4" description = "Provider package apache-airflow-providers-slack for Apache Airflow" readme = "README.rst" authors = [ @@ -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-slack/9.0.3" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-slack/9.0.3/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-slack/9.0.4" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-slack/9.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/slack/src/airflow/providers/slack/__init__.py b/providers/slack/src/airflow/providers/slack/__init__.py index b609cf6e51fd3..3f1bf32731845 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.0.3" +__version__ = "9.0.4" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/smtp/docs/.latest-doc-only-change.txt b/providers/smtp/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/smtp/docs/.latest-doc-only-change.txt +++ b/providers/smtp/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/snowflake/README.rst b/providers/snowflake/README.rst index 150c8ed83431e..7e11644570d57 100644 --- a/providers/snowflake/README.rst +++ b/providers/snowflake/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-snowflake`` -Release: ``6.2.0`` +Release: ``6.2.1`` `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 ------------ @@ -85,4 +85,4 @@ Dependent package ================================================================================================================== ================= 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 33401976c357a..b96a7befa6fe7 100644 --- a/providers/snowflake/docs/changelog.rst +++ b/providers/snowflake/docs/changelog.rst @@ -27,6 +27,20 @@ Changelog --------- +6.2.1 +..... + +Misc +~~~~ + +* ``Make '@task' import from airflow.sdk (#48896)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Improve documentation building iteration (#48760)`` + 6.2.0 ..... diff --git a/providers/snowflake/docs/commits.rst b/providers/snowflake/docs/commits.rst index cd282aabadc3e..6b5df26bb0877 100644 --- a/providers/snowflake/docs/commits.rst +++ b/providers/snowflake/docs/commits.rst @@ -34,14 +34,29 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`86d5b27f92 `__ 2025-04-08 ``Make '@task' import from airflow.sdk (#48896)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +================================================================================================== =========== ================================================================================== + 6.2.0 ..... -Latest change: 2025-04-02 +Latest change: 2025-04-06 ================================================================================================== =========== ============================================================================== Commit Committed Subject ================================================================================================== =========== ============================================================================== +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` `d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` `dce4ab474b `__ 2025-04-01 ``feat: Send separate OpenLineage event for each Snowflake query_id (#47736)`` `47002feacd `__ 2025-03-30 ``Upgrade ruff to latest version (#48553)`` diff --git a/providers/snowflake/docs/index.rst b/providers/snowflake/docs/index.rst index df58a57941ff2..028e3d614446c 100644 --- a/providers/snowflake/docs/index.rst +++ b/providers/snowflake/docs/index.rst @@ -78,7 +78,7 @@ apache-airflow-providers-snowflake package `Snowflake `__ -Release: 6.2.0 +Release: 6.2.1 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-snowflake 6.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-snowflake 6.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-snowflake 6.2.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-snowflake 6.2.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/snowflake/provider.yaml b/providers/snowflake/provider.yaml index 6d71d4d2d8b28..d2be31f97ea17 100644 --- a/providers/snowflake/provider.yaml +++ b/providers/snowflake/provider.yaml @@ -22,9 +22,10 @@ description: | `Snowflake `__ state: ready -source-date-epoch: 1743836721 +source-date-epoch: 1744282549 # note that those versions are maintained by release manager - do not update them manually versions: + - 6.2.1 - 6.2.0 - 6.1.1 - 6.1.0 diff --git a/providers/snowflake/pyproject.toml b/providers/snowflake/pyproject.toml index fe6edad7c8627..9b97443577702 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.2.0" +version = "6.2.1" description = "Provider package apache-airflow-providers-snowflake for Apache Airflow" readme = "README.rst" authors = [ @@ -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-snowflake/6.2.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.2.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.2.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.2.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/snowflake/src/airflow/providers/snowflake/__init__.py b/providers/snowflake/src/airflow/providers/snowflake/__init__.py index 791c240e1e59d..c747051c604a8 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.2.0" +__version__ = "6.2.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/sqlite/README.rst b/providers/sqlite/README.rst index 894574c715cfe..2e030b74ea12f 100644 --- a/providers/sqlite/README.rst +++ b/providers/sqlite/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-sqlite`` -Release: ``4.0.1`` +Release: ``4.0.2`` `SQLite `__ @@ -36,7 +36,7 @@ This is a provider package for ``sqlite`` provider. All classes for this provide are in ``airflow.providers.sqlite`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -77,4 +77,4 @@ Dependent package ============================================================================================================ ============== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/sqlite/docs/changelog.rst b/providers/sqlite/docs/changelog.rst index 6202c2290c016..94e1bb0d4422a 100644 --- a/providers/sqlite/docs/changelog.rst +++ b/providers/sqlite/docs/changelog.rst @@ -27,6 +27,26 @@ Changelog --------- +4.0.2 +..... + +Misc +~~~~ + +* ``Remove sqlite provider from preinstalled and use aiosqlite as core dep (#48966)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Improve documentation building iteration (#48760)`` + * ``Prepare docs for Apr 1st wave of providers (#48828)`` + * ``Simplify tooling by switching completely to uv (#48223)`` + * ``Prepare docs for Mar 2nd wave of providers (#48383)`` + * ``Upgrade providers flit build requirements to 3.12.0 (#48362)`` + * ``Move airflow sources to airflow-core package (#47798)`` + * ``Remove links to x/twitter.com (#47801)`` + 4.0.1 ..... diff --git a/providers/sqlite/docs/commits.rst b/providers/sqlite/docs/commits.rst index 6e1aab6f7b777..6aec7ef1c6840 100644 --- a/providers/sqlite/docs/commits.rst +++ b/providers/sqlite/docs/commits.rst @@ -34,14 +34,35 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-09 ``Remove sqlite provider from preinstalled and use aiosqlite as core dep (#48966)`` +`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` +`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)`` +`c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)`` +`6adb2dbae4 `__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)`` +`243fe86d4b `__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)`` +`935d2831fe `__ 2025-03-15 ``Remove links to x/twitter.com (#47801)`` +================================================================================================== =========== =================================================================================== + 4.0.1 ..... -Latest change: 2025-03-05 +Latest change: 2025-03-09 ================================================================================================== =========== ===================================================================== Commit Committed Subject ================================================================================================== =========== ===================================================================== +`492ecfe5c0 `__ 2025-03-09 ``Prepare docs for Mar 1st wave of providers (#47545)`` `e4002c3305 `__ 2025-03-05 ``Move tests_common package to devel-common project (#47281)`` `1addb55154 `__ 2025-02-28 ``Improve documentation for updating provider dependencies (#47203)`` `c6c4f95ed9 `__ 2025-02-25 ``Add legacy namespace packages to airflow.providers (#47064)`` diff --git a/providers/sqlite/docs/index.rst b/providers/sqlite/docs/index.rst index 4961e14821a30..eedceb95a630f 100644 --- a/providers/sqlite/docs/index.rst +++ b/providers/sqlite/docs/index.rst @@ -77,7 +77,7 @@ apache-airflow-providers-sqlite package `SQLite `__ -Release: 4.0.1 +Release: 4.0.2 Provider package ---------------- @@ -101,7 +101,6 @@ The minimum Apache Airflow version supported by this provider distribution is `` PIP package Version required ======================================= ================== ``apache-airflow`` ``>=2.9.0`` -``aiosqlite`` ``>=0.20.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ======================================= ================== @@ -130,5 +129,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-sqlite 4.0.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-sqlite 4.0.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-sqlite 4.0.2 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-sqlite 4.0.2 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/sqlite/provider.yaml b/providers/sqlite/provider.yaml index f911b9bf8a4c9..14d4aef7ff5b4 100644 --- a/providers/sqlite/provider.yaml +++ b/providers/sqlite/provider.yaml @@ -22,9 +22,10 @@ description: | `SQLite `__ state: ready -source-date-epoch: 1743477896 +source-date-epoch: 1744282581 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.0.2 - 4.0.1 - 4.0.0 - 3.9.1 diff --git a/providers/sqlite/pyproject.toml b/providers/sqlite/pyproject.toml index a08d399be9332..25e9bb4a2ba22 100644 --- a/providers/sqlite/pyproject.toml +++ b/providers/sqlite/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-sqlite" -version = "4.0.1" +version = "4.0.2" description = "Provider package apache-airflow-providers-sqlite for Apache Airflow" readme = "README.rst" authors = [ @@ -97,8 +97,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0.1" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0.1/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0.2" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.0.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/sqlite/src/airflow/providers/sqlite/__init__.py b/providers/sqlite/src/airflow/providers/sqlite/__init__.py index 071d6a6dfcd8b..1d170278e1500 100644 --- a/providers/sqlite/src/airflow/providers/sqlite/__init__.py +++ b/providers/sqlite/src/airflow/providers/sqlite/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.0.1" +__version__ = "4.0.2" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/ssh/docs/.latest-doc-only-change.txt b/providers/ssh/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/ssh/docs/.latest-doc-only-change.txt +++ b/providers/ssh/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/standard/README.rst b/providers/standard/README.rst index 1b801365ded29..1c564b9d48eb6 100644 --- a/providers/standard/README.rst +++ b/providers/standard/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-standard`` -Release: ``0.3.0`` +Release: ``0.4.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 ------------ @@ -57,4 +57,4 @@ PIP package Version required ================== ================== 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 40bb1315a4fa4..a641320d80beb 100644 --- a/providers/standard/docs/changelog.rst +++ b/providers/standard/docs/changelog.rst @@ -35,6 +35,33 @@ Changelog --------- +0.4.0 +..... + +Features +~~~~~~~~ + +* ``Make default as time.now() for TriggerDagRunOperator (#48969)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix WorkflowTrigger to work with TaskSDK (#48819)`` +* ``Get 'LatestOnlyOperator' working with Task SDK (#48945)`` +* ``Fix dagstate trigger to work with TaskSDK (#48747)`` + +Misc +~~~~ + +* ``Make '@task' import from airflow.sdk (#48896)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Fix default base value (#49013)`` + * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` + * ``Remove fab from preinstalled providers (#48457)`` + * ``Improve documentation building iteration (#48760)`` + 0.3.0 ..... diff --git a/providers/standard/docs/commits.rst b/providers/standard/docs/commits.rst index b34d2bbfc4d19..3537ed30841d8 100644 --- a/providers/standard/docs/commits.rst +++ b/providers/standard/docs/commits.rst @@ -34,14 +34,34 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-10 ``Fix default base value (#49013)`` +`636224df61 `__ 2025-04-09 ``Fix WorkflowTrigger to work with TaskSDK (#48819)`` +`57cda9ec70 `__ 2025-04-09 ``Make default as time.now() for TriggerDagRunOperator (#48969)`` +`c31cb5f19e `__ 2025-04-08 ``Get 'LatestOnlyOperator' working with Task SDK (#48945)`` +`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)`` +`294594c06c `__ 2025-04-08 ``Fix dagstate trigger to work with TaskSDK (#48747)`` +`86d5b27f92 `__ 2025-04-08 ``Make '@task' import from airflow.sdk (#48896)`` +`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)`` +`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)`` +================================================================================================== =========== ================================================================================== + 0.3.0 ..... -Latest change: 2025-04-04 +Latest change: 2025-04-06 ================================================================================================== =========== ========================================================================================= Commit Committed Subject ================================================================================================== =========== ========================================================================================= +`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)`` `f01e5e2f64 `__ 2025-04-04 ``Migrate standard decorators to standard provider (#48683)`` `adf19b77ad `__ 2025-04-04 ``Bump standard provider to 0.3.0 (#48763)`` `6775bf7bae `__ 2025-04-03 ``Make 'ExternalTaskSensor' work with Task SDK (#48651)`` diff --git a/providers/standard/docs/index.rst b/providers/standard/docs/index.rst index 81e5a921dccc7..43cf71f2c1f0e 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: 0.3.0 +Release: 0.4.0 Provider package ---------------- diff --git a/providers/standard/provider.yaml b/providers/standard/provider.yaml index fe3a5da0e29c6..7eed8f4324369 100644 --- a/providers/standard/provider.yaml +++ b/providers/standard/provider.yaml @@ -21,9 +21,10 @@ name: Standard description: | Airflow Standard Provider state: ready -source-date-epoch: 1743477899 +source-date-epoch: 1744282657 # note that those versions are maintained by release manager - do not update them manually versions: + - 0.4.0 - 0.3.0 - 0.2.0 - 0.1.1 diff --git a/providers/standard/pyproject.toml b/providers/standard/pyproject.toml index 79b809c531f87..68e3623d74dd8 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 = "0.3.0" +version = "0.4.0" description = "Provider package apache-airflow-providers-standard for Apache Airflow" readme = "README.rst" authors = [ @@ -95,8 +95,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/0.3.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/0.3.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/0.4.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/0.4.0/changelog.html" "Bug Tracker" = "https://github.com/apache/airflow/issues" "Source Code" = "https://github.com/apache/airflow" "Slack Chat" = "https://s.apache.org/airflow-slack" diff --git a/providers/standard/src/airflow/providers/standard/__init__.py b/providers/standard/src/airflow/providers/standard/__init__.py index 55c146ea84251..c717ad03e9c9b 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__ = "0.3.0" +__version__ = "0.4.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/tableau/docs/.latest-doc-only-change.txt b/providers/tableau/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/tableau/docs/.latest-doc-only-change.txt +++ b/providers/tableau/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/telegram/docs/.latest-doc-only-change.txt b/providers/telegram/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/telegram/docs/.latest-doc-only-change.txt +++ b/providers/telegram/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/teradata/docs/.latest-doc-only-change.txt b/providers/teradata/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/teradata/docs/.latest-doc-only-change.txt +++ b/providers/teradata/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/trino/docs/.latest-doc-only-change.txt b/providers/trino/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/trino/docs/.latest-doc-only-change.txt +++ b/providers/trino/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/vertica/docs/.latest-doc-only-change.txt b/providers/vertica/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/vertica/docs/.latest-doc-only-change.txt +++ b/providers/vertica/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/weaviate/docs/.latest-doc-only-change.txt b/providers/weaviate/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/weaviate/docs/.latest-doc-only-change.txt +++ b/providers/weaviate/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/yandex/docs/.latest-doc-only-change.txt b/providers/yandex/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/yandex/docs/.latest-doc-only-change.txt +++ b/providers/yandex/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/ydb/docs/.latest-doc-only-change.txt b/providers/ydb/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/ydb/docs/.latest-doc-only-change.txt +++ b/providers/ydb/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f diff --git a/providers/zendesk/docs/.latest-doc-only-change.txt b/providers/zendesk/docs/.latest-doc-only-change.txt index 2dce7d6910414..f41e3226a6f43 100644 --- a/providers/zendesk/docs/.latest-doc-only-change.txt +++ b/providers/zendesk/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -d4473555c0e7022e073489b7163d49102881a1a6 +7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f