diff --git a/providers/.last_release_date.txt b/providers/.last_release_date.txt index 56be2e8dc64c2..458ab84209e1b 100644 --- a/providers/.last_release_date.txt +++ b/providers/.last_release_date.txt @@ -1 +1 @@ -2026-08-08 +2026-08-18 diff --git a/providers/akeyless/README.rst b/providers/akeyless/README.rst index a48661b6de92e..e74c10b111f3e 100644 --- a/providers/akeyless/README.rst +++ b/providers/akeyless/README.rst @@ -63,11 +63,11 @@ PIP package Version required Optional dependencies ---------------------- -============ ===================== +============ ============================ Extra Dependencies -============ ===================== -``cloud_id`` ``akeyless_cloud_id`` -============ ===================== +============ ============================ +``cloud_id`` ``akeyless-cloud-id>=0.3.0`` +============ ============================ The changelog for the provider package can be found in the `changelog `_. diff --git a/providers/akeyless/docs/.latest-doc-only-change.txt b/providers/akeyless/docs/.latest-doc-only-change.txt index b617df865f347..fcf3583ddd176 100644 --- a/providers/akeyless/docs/.latest-doc-only-change.txt +++ b/providers/akeyless/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -334be5c60ed258e0278702b5b317992d74b8308b +9b4be7fa786758ab775adcc77c55e623ae7f4da6 diff --git a/providers/amazon/README.rst b/providers/amazon/README.rst index 4e5804faa02c2..1f4f75912f63c 100644 --- a/providers/amazon/README.rst +++ b/providers/amazon/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-amazon`` -Release: ``9.34.0`` +Release: ``9.35.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 ------------ @@ -130,4 +130,4 @@ Extra Dependencies ==================== ============================================================================================================================================================ The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/amazon/docs/changelog.rst b/providers/amazon/docs/changelog.rst index 7cae2b87a29b8..6653f8c7c8571 100644 --- a/providers/amazon/docs/changelog.rst +++ b/providers/amazon/docs/changelog.rst @@ -26,6 +26,9 @@ Changelog --------- +9.35.0 +...... + .. warning:: On Airflow 3.3+, ``GlueJobOperator``'s ``durable`` parameter now defaults to ``True``: the Glue job run id is persisted to task state store, and a worker crash on retry reconnects to the @@ -37,6 +40,42 @@ Changelog ``resume_glue_job_on_retry=True``) to opt in to the same reconnect behavior via an older, scan-based mechanism. +Features +~~~~~~~~ + +* ``Replace 'resume_glue_job_on_retry' with durable execution for 'GlueJobOperator' (#71211)`` + +Bug Fixes +~~~~~~~~~ + +* ``Prevent a broken job from stalling AWS Batch executor sync (#71380)`` +* ``Fail Glue job tasks promptly when a verbose job run errors (#71570)`` +* ``Make 'durable' reach 'default_args' and warn when set below Airflow 3.3 (#71531)`` +* ``Fail Glue job tasks stopped mid-run in deferrable verbose mode (#71495)`` +* ``Include Bedrock ingestion job failure reasons in the error message (#71124)`` + +Misc +~~~~ + +* ``Narrow AirflowException to specific exceptions in DataSync operator (#70152)`` +* ``Move SendGrid and SES email backend setup docs to their providers (#71571)`` +* ``Add type annotations to sql hooks (#70815)`` + +Doc-only +~~~~~~~~ + +* ``Fix incorrect documented defaults for MwaaTriggerDagRunOperator waiter params (#71740)`` +* ``Document how clearing tasks works with task state store on durable operators (#71358)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Probe AOSS index readiness as the Knowledge Base role in Bedrock RAG system test (#71745)`` + * ``Make DMS system-test databases non-public (#71733)`` + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + * ``Fix dynamic glue rule set recommendations sensor config (#71117)`` + * ``Eliminate trust policy race by migrating emr_eks test to Pod Identity (#71207)`` + * ``Update changelog with better wording (#71161)`` + 9.34.0 ...... diff --git a/providers/amazon/docs/index.rst b/providers/amazon/docs/index.rst index 971df9b7ef19c..dbf38fd1ae480 100644 --- a/providers/amazon/docs/index.rst +++ b/providers/amazon/docs/index.rst @@ -89,7 +89,7 @@ apache-airflow-providers-amazon package Amazon integration (including `Amazon Web Services (AWS) `__). -Release: 9.34.0 +Release: 9.35.0 Provider package ---------------- @@ -202,5 +202,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.34.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-amazon 9.34.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-amazon 9.35.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-amazon 9.35.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/amazon/provider.yaml b/providers/amazon/provider.yaml index 8bab7657c06ee..f492fbe981c12 100644 --- a/providers/amazon/provider.yaml +++ b/providers/amazon/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 9.35.0 - 9.34.0 - 9.33.0 - 9.32.0 diff --git a/providers/amazon/pyproject.toml b/providers/amazon/pyproject.toml index 920c1d12c9eab..d074aa2d0cac9 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.34.0" +version = "9.35.0" description = "Provider package apache-airflow-providers-amazon for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -217,8 +217,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.34.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.34.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.35.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.35.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 a4ed0e0a4769e..6fd9e7997db5a 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.34.0" +__version__ = "9.35.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/anthropic/README.rst b/providers/anthropic/README.rst index 265ea60f94c50..eea65725b0672 100644 --- a/providers/anthropic/README.rst +++ b/providers/anthropic/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-anthropic`` -Release: ``0.2.1`` +Release: ``0.3.0`` `Anthropic `__ provider for Apache Airflow. @@ -38,7 +38,7 @@ This is a provider package for ``anthropic`` provider. All classes for this prov are in ``airflow.providers.anthropic`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -66,10 +66,10 @@ Optional dependencies =========== =============================== Extra Dependencies =========== =============================== -``bedrock`` ``anthropic[bedrock]>=0.101.0`` -``vertex`` ``anthropic[vertex]>=0.101.0`` -``aws`` ``anthropic[aws]>=0.101.0`` +``bedrock`` ``anthropic[bedrock]>=0.121.0`` +``vertex`` ``anthropic[vertex]>=0.121.0`` +``aws`` ``anthropic[aws]>=0.121.0`` =========== =============================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/anthropic/docs/changelog.rst b/providers/anthropic/docs/changelog.rst index 270696551a39f..d2b48144d5217 100644 --- a/providers/anthropic/docs/changelog.rst +++ b/providers/anthropic/docs/changelog.rst @@ -20,6 +20,31 @@ Changelog --------- +0.3.0 +..... + +Features +~~~~~~~~ + +* ``Record Anthropic agent session token usage and cost in XCom (#71463)`` +* ``Add a budget argument to AnthropicAgentSessionOperator and update_session to the hook (#71462)`` + +Bug Fixes +~~~~~~~~~ + +* ``Interrupt a running Anthropic session before archiving it (#71465)`` +* ``Fix misleading error when an Anthropic agent session stops on its budget (#71461)`` + +Doc-only +~~~~~~~~ + +* ``Document Anthropic advisor rosters and pinned inference regions (#71464)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + + 0.2.1 ..... diff --git a/providers/anthropic/docs/index.rst b/providers/anthropic/docs/index.rst index c6b97c9716cff..f6c79ccb07c2c 100644 --- a/providers/anthropic/docs/index.rst +++ b/providers/anthropic/docs/index.rst @@ -113,7 +113,7 @@ Wraps the official Anthropic Python SDK to run the Claude Message Batches API asynchronously from Airflow, plus direct message and token-counting helpers. -Release: 0.2.1 +Release: 0.3.0 Provider package ---------------- @@ -166,5 +166,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-anthropic 0.2.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-anthropic 0.2.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-anthropic 0.3.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-anthropic 0.3.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/anthropic/provider.yaml b/providers/anthropic/provider.yaml index 51fcd4e1f796d..9f8ae53e20ed9 100644 --- a/providers/anthropic/provider.yaml +++ b/providers/anthropic/provider.yaml @@ -27,10 +27,11 @@ description: | state: ready lifecycle: incubation -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually versions: + - 0.3.0 - 0.2.1 - 0.2.0 - 0.1.0 diff --git a/providers/anthropic/pyproject.toml b/providers/anthropic/pyproject.toml index 3cdf71ba498a7..41286bea7b279 100644 --- a/providers/anthropic/pyproject.toml +++ b/providers/anthropic/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-anthropic" -version = "0.2.1" +version = "0.3.0" description = "Provider package apache-airflow-providers-anthropic for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -111,8 +111,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-anthropic/0.2.1" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-anthropic/0.2.1/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-anthropic/0.3.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-anthropic/0.3.0/changelog.html" "Bug Tracker" = "https://github.com/apache/airflow/issues" "Source Code" = "https://github.com/apache/airflow" "Slack Chat" = "https://s.apache.org/airflow-slack" diff --git a/providers/anthropic/src/airflow/providers/anthropic/__init__.py b/providers/anthropic/src/airflow/providers/anthropic/__init__.py index 5486b17f64c98..b7633961bb7c7 100644 --- a/providers/anthropic/src/airflow/providers/anthropic/__init__.py +++ b/providers/anthropic/src/airflow/providers/anthropic/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "0.2.1" +__version__ = "0.3.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "3.0.0" diff --git a/providers/apache/hdfs/README.rst b/providers/apache/hdfs/README.rst index 500ea51e28cf2..8663758a68f16 100644 --- a/providers/apache/hdfs/README.rst +++ b/providers/apache/hdfs/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-apache-hdfs`` -Release: ``4.12.2`` +Release: ``4.13.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 ------------ @@ -66,4 +66,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 7853db98895f2..40e6a6a1db3fb 100644 --- a/providers/apache/hdfs/docs/changelog.rst +++ b/providers/apache/hdfs/docs/changelog.rst @@ -27,6 +27,19 @@ Changelog --------- +4.13.0 +...... + +Features +~~~~~~~~ + +* ``Add HdfsRemoteLogIO.from_config and register hdfs remote logging scheme (#71278)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + + 4.12.2 ...... diff --git a/providers/apache/hdfs/docs/index.rst b/providers/apache/hdfs/docs/index.rst index d0bf84cd7407d..53071988d09be 100644 --- a/providers/apache/hdfs/docs/index.rst +++ b/providers/apache/hdfs/docs/index.rst @@ -65,7 +65,7 @@ apache-airflow-providers-apache-hdfs package and `WebHDFS `__. -Release: 4.12.2 +Release: 4.13.0 Provider package ---------------- @@ -105,5 +105,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-apache-hdfs 4.12.2 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-hdfs 4.12.2 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-hdfs 4.13.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-hdfs 4.13.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/apache/hdfs/provider.yaml b/providers/apache/hdfs/provider.yaml index d6f92d7013778..8eb63ca915cfe 100644 --- a/providers/apache/hdfs/provider.yaml +++ b/providers/apache/hdfs/provider.yaml @@ -24,12 +24,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 4.13.0 - 4.12.2 - 4.12.1 - 4.12.0 diff --git a/providers/apache/hdfs/pyproject.toml b/providers/apache/hdfs/pyproject.toml index 8402cf7907736..bdd54fb2b1ccc 100644 --- a/providers/apache/hdfs/pyproject.toml +++ b/providers/apache/hdfs/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-apache-hdfs" -version = "4.12.2" +version = "4.13.0" description = "Provider package apache-airflow-providers-apache-hdfs for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -106,8 +106,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.2" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.2/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.13.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.13.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 b0c7dc94704de..6e5891a275d40 100644 --- a/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py +++ b/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.12.2" +__version__ = "4.13.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/apache/hive/docs/.latest-doc-only-change.txt b/providers/apache/hive/docs/.latest-doc-only-change.txt index 7c210fe28ea3a..b5bc030c92e40 100644 --- a/providers/apache/hive/docs/.latest-doc-only-change.txt +++ b/providers/apache/hive/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -05960ac2ebb1fd9a74f3135e5e8fe5e28160d4b2 +c0f6a60cdc diff --git a/providers/apache/iceberg/README.rst b/providers/apache/iceberg/README.rst index da605e1b99fb1..7fc90c3181942 100644 --- a/providers/apache/iceberg/README.rst +++ b/providers/apache/iceberg/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-apache-iceberg`` -Release: ``2.0.3`` +Release: ``2.1.0`` `Iceberg `__ @@ -36,7 +36,7 @@ This is a provider package for ``apache.iceberg`` provider. All classes for this are in ``airflow.providers.apache.iceberg`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -59,4 +59,4 @@ PIP package Version required ========================================== ================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/apache/iceberg/docs/changelog.rst b/providers/apache/iceberg/docs/changelog.rst index 2535d5f679e98..e07ca6b19b281 100644 --- a/providers/apache/iceberg/docs/changelog.rst +++ b/providers/apache/iceberg/docs/changelog.rst @@ -26,6 +26,20 @@ Changelog --------- +2.1.0 +..... + +Features +~~~~~~~~ + +* ``Add IcebergTableSnapshotTrigger for event-driven scheduling (#71387)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)`` + + 2.0.3 ..... diff --git a/providers/apache/iceberg/docs/index.rst b/providers/apache/iceberg/docs/index.rst index f9b1dfabd27f0..596b9d9afa755 100644 --- a/providers/apache/iceberg/docs/index.rst +++ b/providers/apache/iceberg/docs/index.rst @@ -73,7 +73,7 @@ apache-airflow-providers-apache-iceberg package `Iceberg `__ -Release: 2.0.3 +Release: 2.1.0 Provider package ---------------- @@ -107,5 +107,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-iceberg 2.0.3 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-iceberg 2.0.3 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-iceberg 2.1.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-iceberg 2.1.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/apache/iceberg/provider.yaml b/providers/apache/iceberg/provider.yaml index f45eee2d769d2..82d53d85ffe99 100644 --- a/providers/apache/iceberg/provider.yaml +++ b/providers/apache/iceberg/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 2.1.0 - 2.0.3 - 2.0.2 - 2.0.1 diff --git a/providers/apache/iceberg/pyproject.toml b/providers/apache/iceberg/pyproject.toml index 915f3bf31ddad..238b066ceb9de 100644 --- a/providers/apache/iceberg/pyproject.toml +++ b/providers/apache/iceberg/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-apache-iceberg" -version = "2.0.3" +version = "2.1.0" description = "Provider package apache-airflow-providers-apache-iceberg for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -100,8 +100,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-iceberg/2.0.3" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-iceberg/2.0.3/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-iceberg/2.1.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-iceberg/2.1.0/changelog.html" "Bug Tracker" = "https://github.com/apache/airflow/issues" "Source Code" = "https://github.com/apache/airflow" "Slack Chat" = "https://s.apache.org/airflow-slack" diff --git a/providers/apache/iceberg/src/airflow/providers/apache/iceberg/__init__.py b/providers/apache/iceberg/src/airflow/providers/apache/iceberg/__init__.py index 40455ee8ff6c6..3db859727c8b7 100644 --- a/providers/apache/iceberg/src/airflow/providers/apache/iceberg/__init__.py +++ b/providers/apache/iceberg/src/airflow/providers/apache/iceberg/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "2.0.3" +__version__ = "2.1.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/apache/kafka/README.rst b/providers/apache/kafka/README.rst index af50317e83bdd..9c4879753d13a 100644 --- a/providers/apache/kafka/README.rst +++ b/providers/apache/kafka/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-apache-kafka`` -Release: ``1.15.1`` +Release: ``1.16.0`` `Apache Kafka `__ @@ -36,7 +36,7 @@ This is a provider package for ``apache.kafka`` provider. All classes for this p are in ``airflow.providers.apache.kafka`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -93,4 +93,4 @@ Extra Dependencies ==================== ==================================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/apache/kafka/docs/changelog.rst b/providers/apache/kafka/docs/changelog.rst index a3d70722758b8..b14596139d008 100644 --- a/providers/apache/kafka/docs/changelog.rst +++ b/providers/apache/kafka/docs/changelog.rst @@ -27,6 +27,19 @@ Changelog --------- +1.16.0 +...... + +Features +~~~~~~~~ + +* ``Add 'return_apply_function_results' to ConsumeFromTopicOperator to return apply_function results (#69740)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + + 1.15.1 ...... diff --git a/providers/apache/kafka/docs/index.rst b/providers/apache/kafka/docs/index.rst index 98b47ab85ad31..b266460063ea2 100644 --- a/providers/apache/kafka/docs/index.rst +++ b/providers/apache/kafka/docs/index.rst @@ -84,7 +84,7 @@ apache-airflow-providers-apache-kafka package `Apache Kafka `__ -Release: 1.15.1 +Release: 1.16.0 Provider package ---------------- @@ -160,5 +160,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-kafka 1.15.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-kafka 1.15.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-kafka 1.16.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-kafka 1.16.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/apache/kafka/provider.yaml b/providers/apache/kafka/provider.yaml index 822d7a8476a76..d530a1c5ff253 100644 --- a/providers/apache/kafka/provider.yaml +++ b/providers/apache/kafka/provider.yaml @@ -21,7 +21,7 @@ name: Apache Kafka state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 description: | `Apache Kafka `__ # Note that those versions are maintained by release manager - do not update them manually @@ -29,6 +29,7 @@ description: | # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 1.16.0 - 1.15.1 - 1.15.0 - 1.14.0 diff --git a/providers/apache/kafka/pyproject.toml b/providers/apache/kafka/pyproject.toml index 66798f3371a1c..29dc9e4612806 100644 --- a/providers/apache/kafka/pyproject.toml +++ b/providers/apache/kafka/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-apache-kafka" -version = "1.15.1" +version = "1.16.0" description = "Provider package apache-airflow-providers-apache-kafka for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -119,8 +119,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.15.1" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.15.1/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.16.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.16.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/kafka/src/airflow/providers/apache/kafka/__init__.py b/providers/apache/kafka/src/airflow/providers/apache/kafka/__init__.py index db409b40373cf..8b7b5a0be2c01 100644 --- a/providers/apache/kafka/src/airflow/providers/apache/kafka/__init__.py +++ b/providers/apache/kafka/src/airflow/providers/apache/kafka/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.15.1" +__version__ = "1.16.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/apache/livy/README.rst b/providers/apache/livy/README.rst index de1d60859e1a9..4f5f21a607121 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.6.0`` +Release: ``4.6.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 ------------ @@ -60,4 +60,4 @@ PIP package Version required ========================================== ================== 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 76c2c2a56baf6..c25ff474e352d 100644 --- a/providers/apache/livy/docs/changelog.rst +++ b/providers/apache/livy/docs/changelog.rst @@ -28,6 +28,20 @@ Changelog --------- +4.6.1 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Make 'durable' reach 'default_args' and warn when set below Airflow 3.3 (#71531)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + * ``Update changelog with better wording (#71161)`` + + 4.6.0 ..... diff --git a/providers/apache/livy/docs/index.rst b/providers/apache/livy/docs/index.rst index adf8a21f393f7..4a7b6b17d01a9 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.6.0 +Release: 4.6.1 Provider package ---------------- @@ -111,5 +111,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.6.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-livy 4.6.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-livy 4.6.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-livy 4.6.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/apache/livy/provider.yaml b/providers/apache/livy/provider.yaml index ae676c7542a78..b449254c4ac79 100644 --- a/providers/apache/livy/provider.yaml +++ b/providers/apache/livy/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 4.6.1 - 4.6.0 - 4.5.7 - 4.5.6 diff --git a/providers/apache/livy/pyproject.toml b/providers/apache/livy/pyproject.toml index c8a9342d60b77..6a25384415a2a 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.6.0" +version = "4.6.1" description = "Provider package apache-airflow-providers-apache-livy for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -102,8 +102,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.6.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.6.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.6.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.6.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 a3ab7003e9b11..c0559525c3795 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.6.0" +__version__ = "4.6.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/apache/spark/README.rst b/providers/apache/spark/README.rst index 564e5ca6f27a7..1e24d1755df32 100644 --- a/providers/apache/spark/README.rst +++ b/providers/apache/spark/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-apache-spark`` -Release: ``6.3.1`` +Release: ``6.3.2`` `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 ------------ @@ -92,4 +92,4 @@ Extra Dependencies =================== =================================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/apache/spark/docs/changelog.rst b/providers/apache/spark/docs/changelog.rst index 4aef1f7cfba6a..03ab4feb88047 100644 --- a/providers/apache/spark/docs/changelog.rst +++ b/providers/apache/spark/docs/changelog.rst @@ -28,6 +28,26 @@ Changelog --------- +6.3.2 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Make SparkSubmitOperator durable execution inert below Airflow 3.3 (#71534)`` +* ``Make 'durable' reach 'default_args' and warn when set below Airflow 3.3 (#71531)`` + +Doc-only +~~~~~~~~ + +* ``Document how clearing tasks works with task state store on durable operators (#71358)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + * ``Pin providers in constraints to the versions published in PyPI (#71324)`` + + 6.3.1 ..... diff --git a/providers/apache/spark/docs/index.rst b/providers/apache/spark/docs/index.rst index 06e76ae8266ee..6372ddb2265bb 100644 --- a/providers/apache/spark/docs/index.rst +++ b/providers/apache/spark/docs/index.rst @@ -77,7 +77,7 @@ apache-airflow-providers-apache-spark package `Apache Spark `__ -Release: 6.3.1 +Release: 6.3.2 Provider package ---------------- @@ -152,5 +152,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-apache-spark 6.3.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-spark 6.3.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-spark 6.3.2 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-spark 6.3.2 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/apache/spark/provider.yaml b/providers/apache/spark/provider.yaml index 2d2cf49fab4dd..1b94892a7e731 100644 --- a/providers/apache/spark/provider.yaml +++ b/providers/apache/spark/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 6.3.2 - 6.3.1 - 6.3.0 - 6.2.0 diff --git a/providers/apache/spark/pyproject.toml b/providers/apache/spark/pyproject.toml index 3d4888490b6fe..5c1b66a72d404 100644 --- a/providers/apache/spark/pyproject.toml +++ b/providers/apache/spark/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-apache-spark" -version = "6.3.1" +version = "6.3.2" description = "Provider package apache-airflow-providers-apache-spark for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -118,8 +118,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/6.3.1" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/6.3.1/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/6.3.2" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/6.3.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/apache/spark/src/airflow/providers/apache/spark/__init__.py b/providers/apache/spark/src/airflow/providers/apache/spark/__init__.py index e677973d79e33..a3ac3da9bc74c 100644 --- a/providers/apache/spark/src/airflow/providers/apache/spark/__init__.py +++ b/providers/apache/spark/src/airflow/providers/apache/spark/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "6.3.1" +__version__ = "6.3.2" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/arangodb/docs/.latest-doc-only-change.txt b/providers/arangodb/docs/.latest-doc-only-change.txt index 2c1ab461a9c8e..b5bc030c92e40 100644 --- a/providers/arangodb/docs/.latest-doc-only-change.txt +++ b/providers/arangodb/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -da9caffdbbeab1917e1cec5726e50af5f14a5206 +c0f6a60cdc diff --git a/providers/asana/docs/.latest-doc-only-change.txt b/providers/asana/docs/.latest-doc-only-change.txt index 2c1ab461a9c8e..b5bc030c92e40 100644 --- a/providers/asana/docs/.latest-doc-only-change.txt +++ b/providers/asana/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -da9caffdbbeab1917e1cec5726e50af5f14a5206 +c0f6a60cdc diff --git a/providers/celery/docs/.latest-doc-only-change.txt b/providers/celery/docs/.latest-doc-only-change.txt index 223ffa35679a6..b5bc030c92e40 100644 --- a/providers/celery/docs/.latest-doc-only-change.txt +++ b/providers/celery/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -2cd797027e9b3c30255f6b24c6ea6a276725cfa6 +c0f6a60cdc diff --git a/providers/clickhousedb/docs/.latest-doc-only-change.txt b/providers/clickhousedb/docs/.latest-doc-only-change.txt new file mode 100644 index 0000000000000..fcf3583ddd176 --- /dev/null +++ b/providers/clickhousedb/docs/.latest-doc-only-change.txt @@ -0,0 +1 @@ +9b4be7fa786758ab775adcc77c55e623ae7f4da6 diff --git a/providers/cncf/kubernetes/README.rst b/providers/cncf/kubernetes/README.rst index ef1d84749024b..fa7392932b34b 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.21.0`` +Release: ``10.21.1`` `Kubernetes `__ @@ -36,7 +36,7 @@ This is a provider package for ``cncf.kubernetes`` provider. All classes for thi are in ``airflow.providers.cncf.kubernetes`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -65,4 +65,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 6530ffdddc38c..fc22d7ab63fc3 100644 --- a/providers/cncf/kubernetes/docs/changelog.rst +++ b/providers/cncf/kubernetes/docs/changelog.rst @@ -27,6 +27,25 @@ Changelog --------- +10.21.1 +....... + +Bug Fixes +~~~~~~~~~ + +* ``Make KubernetesPodOperator durable execution inert below Airflow 3.3 (#71492)`` +* ``Coerce explicit None _request_timeout in async/sync k8s API clients (#69611)`` + +Doc-only +~~~~~~~~ + +* ``Add missing argument docs for pod methods (#71217)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + + 10.21.0 ....... diff --git a/providers/cncf/kubernetes/docs/index.rst b/providers/cncf/kubernetes/docs/index.rst index 93ab9b7559c0d..09005b6fb3615 100644 --- a/providers/cncf/kubernetes/docs/index.rst +++ b/providers/cncf/kubernetes/docs/index.rst @@ -89,7 +89,7 @@ apache-airflow-providers-cncf-kubernetes package `Kubernetes `__ -Release: 10.21.0 +Release: 10.21.1 Provider package ---------------- @@ -129,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-cncf-kubernetes 10.21.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-cncf-kubernetes 10.21.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-cncf-kubernetes 10.21.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-cncf-kubernetes 10.21.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/cncf/kubernetes/provider.yaml b/providers/cncf/kubernetes/provider.yaml index 895e9739006c3..04346ad7e0647 100644 --- a/providers/cncf/kubernetes/provider.yaml +++ b/providers/cncf/kubernetes/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 10.21.1 - 10.21.0 - 10.20.0 - 10.19.0 diff --git a/providers/cncf/kubernetes/pyproject.toml b/providers/cncf/kubernetes/pyproject.toml index 583c546dc9f7b..bc31ef8a9ca1e 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.21.0" +version = "10.21.1" description = "Provider package apache-airflow-providers-cncf-kubernetes for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -125,8 +125,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.21.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.21.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.21.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.21.1/changelog.html" "Bug Tracker" = "https://github.com/apache/airflow/issues" "Source Code" = "https://github.com/apache/airflow" "Slack Chat" = "https://s.apache.org/airflow-slack" diff --git a/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py b/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py index 2f2609b683ef2..782422caf0009 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.21.0" +__version__ = "10.21.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/cohere/docs/.latest-doc-only-change.txt b/providers/cohere/docs/.latest-doc-only-change.txt index 0471ae7bd754f..b5bc030c92e40 100644 --- a/providers/cohere/docs/.latest-doc-only-change.txt +++ b/providers/cohere/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -6ea3de0762 +c0f6a60cdc diff --git a/providers/common/ai/README.rst b/providers/common/ai/README.rst index 9d1488e3afeb3..4ed8113e2f9e7 100644 --- a/providers/common/ai/README.rst +++ b/providers/common/ai/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-common-ai`` -Release: ``0.7.0`` +Release: ``0.8.0`` AI/LLM hooks and operators for Airflow pipelines using `pydantic-ai `__. @@ -36,7 +36,7 @@ This is a provider package for ``common.ai`` provider. All classes for this prov are in ``airflow.providers.common.ai`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -85,11 +85,11 @@ Optional dependencies ============== ======================================================================================================================================= Extra Dependencies ============== ======================================================================================================================================= -``anthropic`` ``pydantic-ai-slim[anthropic]`` -``bedrock`` ``pydantic-ai-slim[bedrock]`` -``google`` ``pydantic-ai-slim[google]`` -``openai`` ``pydantic-ai-slim[openai]`` -``mcp`` ``pydantic-ai-slim[mcp]`` +``anthropic`` ``pydantic-ai-slim[anthropic]>=2.0.0`` +``bedrock`` ``pydantic-ai-slim[bedrock]>=2.0.0`` +``google`` ``pydantic-ai-slim[google]>=2.0.0`` +``openai`` ``pydantic-ai-slim[openai]>=2.0.0`` +``mcp`` ``pydantic-ai-slim[mcp]>=2.0.0`` ``code-mode`` ``pydantic-ai-harness[codemode]>=0.3.0`` ``shields`` ``pydantic-ai-shields>=0.3.4`` ``skills`` ``apache-airflow-providers-git>=0.4.0``, ``pydantic-ai-skills>=1.2.0`` @@ -105,4 +105,4 @@ Extra Dependencies ============== ======================================================================================================================================= The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/common/ai/docs/changelog.rst b/providers/common/ai/docs/changelog.rst index 06f97b63bd211..558ed52e25ece 100644 --- a/providers/common/ai/docs/changelog.rst +++ b/providers/common/ai/docs/changelog.rst @@ -25,6 +25,9 @@ Changelog --------- +0.8.0 +..... + .. note:: The ``query`` tool of ``SQLToolset`` and ``DataFusionToolset`` returns a different shape. Rows were a dict per row alongside a ``count`` of every matching row: @@ -37,6 +40,39 @@ Changelog changes; update any system prompt that describes the old shape, and any code calling ``toolset.call_tool("query", ...)`` directly. +Features +~~~~~~~~ + +* ``Add SandboxToolset for sandboxed agent shell and file access (#68847)`` +* ``Support require_approval in LLMSchemaCompareOperator (#71051)`` +* ``Bound SQL toolset query results by size, not just row count (#71317)`` +* ``Support custom redaction and message length cap in LLMRetryPolicy (#70830)`` + +Bug Fixes +~~~~~~~~~ + +* ``Let the agent retry on a rejected DataFusion query instead of failing the task (#71445)`` + +Misc +~~~~ + +* ``Show which LLM providers each Common AI connection type reaches (#70497)`` + +Doc-only +~~~~~~~~ + +* ``Document the dedicated pydantic-ai vendor connection types (#71774)`` +* ``Document the common-ai MCPHook (#71817)`` +* ``Document the common-ai LangChain and LlamaIndex connection types (#71818)`` +* ``Fix and expand the common-ai provider's When to use guidance (#71820)`` +* ``Add LLMSchemaCompareOperator to the common-ai operator index table (#71738)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``[main] CI: Upgrade important CI environment (#70501)`` + * ``Require a lower bound on every dependency in pyproject.toml (#71378)`` + * ``Pin providers in constraints to the versions published in PyPI (#71324)`` + 0.7.0 ..... diff --git a/providers/common/ai/docs/index.rst b/providers/common/ai/docs/index.rst index 81c067d584e01..2e95b070ab0ec 100644 --- a/providers/common/ai/docs/index.rst +++ b/providers/common/ai/docs/index.rst @@ -203,7 +203,7 @@ apache-airflow-providers-common-ai package AI/LLM hooks and operators for Airflow pipelines using `pydantic-ai `__. -Release: 0.7.0 +Release: 0.8.0 Provider package ---------------- @@ -291,5 +291,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-common-ai 0.7.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-common-ai 0.7.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-common-ai 0.8.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-common-ai 0.8.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/common/ai/provider.yaml b/providers/common/ai/provider.yaml index 8d0b12cea811d..1426cd9c270a0 100644 --- a/providers/common/ai/provider.yaml +++ b/providers/common/ai/provider.yaml @@ -23,10 +23,11 @@ description: | state: ready lifecycle: incubation -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 build-system: hatchling # note that those versions are maintained by release manager - do not update them manually versions: + - 0.8.0 - 0.7.0 - 0.6.0 - 0.5.0 diff --git a/providers/common/ai/pyproject.toml b/providers/common/ai/pyproject.toml index 7fc9b4285775a..367295c985e75 100644 --- a/providers/common/ai/pyproject.toml +++ b/providers/common/ai/pyproject.toml @@ -32,7 +32,7 @@ build-backend = "hatchling.build" [project] name = "apache-airflow-providers-common-ai" -version = "0.7.0" +version = "0.8.0" description = "Provider package apache-airflow-providers-common-ai for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -172,8 +172,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-ai/0.7.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-ai/0.7.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-ai/0.8.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-ai/0.8.0/changelog.html" "Bug Tracker" = "https://github.com/apache/airflow/issues" "Source Code" = "https://github.com/apache/airflow" "Slack Chat" = "https://s.apache.org/airflow-slack" diff --git a/providers/common/ai/src/airflow/providers/common/ai/__init__.py b/providers/common/ai/src/airflow/providers/common/ai/__init__.py index 1e6ec1027543f..1ff43c096a9f5 100644 --- a/providers/common/ai/src/airflow/providers/common/ai/__init__.py +++ b/providers/common/ai/src/airflow/providers/common/ai/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "0.7.0" +__version__ = "0.8.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "3.0.0" diff --git a/providers/common/compat/docs/.latest-doc-only-change.txt b/providers/common/compat/docs/.latest-doc-only-change.txt index 80ded1ce07d9d..b5bc030c92e40 100644 --- a/providers/common/compat/docs/.latest-doc-only-change.txt +++ b/providers/common/compat/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -3442d811cf693e836a862652c9caf04b7a373af7 +c0f6a60cdc diff --git a/providers/common/sql/README.rst b/providers/common/sql/README.rst index aa37c6d293ea1..cae7c387cad3b 100644 --- a/providers/common/sql/README.rst +++ b/providers/common/sql/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-common-sql`` -Release: ``2.1.0`` +Release: ``2.1.1`` `Common SQL Provider `__ @@ -36,7 +36,7 @@ This is a provider package for ``common.sql`` provider. All classes for this pro are in ``airflow.providers.common.sql`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -98,4 +98,4 @@ Extra Dependencies ================== ======================================================================================================================================================================= The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/common/sql/docs/changelog.rst b/providers/common/sql/docs/changelog.rst index 93d01d7bdb5bf..cd1261dbbf289 100644 --- a/providers/common/sql/docs/changelog.rst +++ b/providers/common/sql/docs/changelog.rst @@ -25,6 +25,20 @@ Changelog --------- +2.1.1 +..... + +Misc +~~~~ + +* ``Add type annotations to sql hooks (#70815)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + * ``Update changelog with better wording (#71161)`` + + 2.1.0 ..... diff --git a/providers/common/sql/docs/index.rst b/providers/common/sql/docs/index.rst index ae215cc5a7022..c53a1328aaae6 100644 --- a/providers/common/sql/docs/index.rst +++ b/providers/common/sql/docs/index.rst @@ -79,7 +79,7 @@ apache-airflow-providers-common-sql package `Common SQL Provider `__ -Release: 2.1.0 +Release: 2.1.1 Provider package ---------------- @@ -160,5 +160,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-sql 2.1.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-common-sql 2.1.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-common-sql 2.1.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-common-sql 2.1.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/common/sql/provider.yaml b/providers/common/sql/provider.yaml index ff5c6caa17c77..9a80e141f89ee 100644 --- a/providers/common/sql/provider.yaml +++ b/providers/common/sql/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 2.1.1 - 2.1.0 - 2.0.3 - 2.0.2 diff --git a/providers/common/sql/pyproject.toml b/providers/common/sql/pyproject.toml index 9fad271559c69..07806d2491af9 100644 --- a/providers/common/sql/pyproject.toml +++ b/providers/common/sql/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-common-sql" -version = "2.1.0" +version = "2.1.1" description = "Provider package apache-airflow-providers-common-sql for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -148,8 +148,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/2.1.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/2.1.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/2.1.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/2.1.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/common/sql/src/airflow/providers/common/sql/__init__.py b/providers/common/sql/src/airflow/providers/common/sql/__init__.py index c842c3eafbcc5..df4696033cfda 100644 --- a/providers/common/sql/src/airflow/providers/common/sql/__init__.py +++ b/providers/common/sql/src/airflow/providers/common/sql/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "2.1.0" +__version__ = "2.1.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/databricks/README.rst b/providers/databricks/README.rst index e51f00031c479..4b7f21b470060 100644 --- a/providers/databricks/README.rst +++ b/providers/databricks/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-databricks`` -Release: ``7.18.1`` +Release: ``7.19.0`` `Databricks `__ @@ -36,7 +36,7 @@ This is a provider package for ``databricks`` provider. All classes for this pro are in ``airflow.providers.databricks`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -107,4 +107,4 @@ Extra Dependencies ================== ================================================================================================================================================================ The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/databricks/docs/changelog.rst b/providers/databricks/docs/changelog.rst index 02005033d3acf..5f6fbc15ee145 100644 --- a/providers/databricks/docs/changelog.rst +++ b/providers/databricks/docs/changelog.rst @@ -26,6 +26,32 @@ Changelog --------- +7.19.0 +...... + +Features +~~~~~~~~ + +* ``Add Databricks SQL warehouse lifecycle operators (#70088)`` +* ``Add performance_target parameter to DatabricksSubmitRunOperator (#71374)`` +* ``Add Databricks-native retry settings to task operators (#69182)`` + +Bug Fixes +~~~~~~~~~ + +* ``Make 'durable' reach 'default_args' and warn when set below Airflow 3.3 (#71531)`` + +Doc-only +~~~~~~~~ + +* ``Document how clearing tasks works with task state store on durable operators (#71358)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + * ``Update changelog with better wording (#71161)`` + + 7.18.1 ...... diff --git a/providers/databricks/docs/index.rst b/providers/databricks/docs/index.rst index 67e283f16c8ef..e97a424fcae2d 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.18.1 +Release: 7.19.0 Provider package ---------------- @@ -168,5 +168,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.18.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-databricks 7.18.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-databricks 7.19.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-databricks 7.19.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/databricks/provider.yaml b/providers/databricks/provider.yaml index 14e46e4fe1f78..72806384f29f0 100644 --- a/providers/databricks/provider.yaml +++ b/providers/databricks/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 7.19.0 - 7.18.1 - 7.18.0 - 7.17.0 diff --git a/providers/databricks/pyproject.toml b/providers/databricks/pyproject.toml index 00c4bd3a8aca7..06d6215216ff1 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.18.1" +version = "7.19.0" description = "Provider package apache-airflow-providers-databricks for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -154,8 +154,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.18.1" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.18.1/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.19.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.19.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/databricks/src/airflow/providers/databricks/__init__.py b/providers/databricks/src/airflow/providers/databricks/__init__.py index c67389528b8a6..2e37c26221b83 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.18.1" +__version__ = "7.19.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/datadog/docs/.latest-doc-only-change.txt b/providers/datadog/docs/.latest-doc-only-change.txt index 4314cebe1711b..b5bc030c92e40 100644 --- a/providers/datadog/docs/.latest-doc-only-change.txt +++ b/providers/datadog/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -a1ddf31098a8388d392b338ed29e8925b0e77b69 +c0f6a60cdc diff --git a/providers/dbt/cloud/docs/.latest-doc-only-change.txt b/providers/dbt/cloud/docs/.latest-doc-only-change.txt index 8978da3fe885b..b5bc030c92e40 100644 --- a/providers/dbt/cloud/docs/.latest-doc-only-change.txt +++ b/providers/dbt/cloud/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -62d451d623 +c0f6a60cdc diff --git a/providers/dingding/docs/.latest-doc-only-change.txt b/providers/dingding/docs/.latest-doc-only-change.txt index 4314cebe1711b..b5bc030c92e40 100644 --- a/providers/dingding/docs/.latest-doc-only-change.txt +++ b/providers/dingding/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -a1ddf31098a8388d392b338ed29e8925b0e77b69 +c0f6a60cdc diff --git a/providers/discord/docs/.latest-doc-only-change.txt b/providers/discord/docs/.latest-doc-only-change.txt index 4314cebe1711b..b5bc030c92e40 100644 --- a/providers/discord/docs/.latest-doc-only-change.txt +++ b/providers/discord/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -a1ddf31098a8388d392b338ed29e8925b0e77b69 +c0f6a60cdc diff --git a/providers/docker/docs/.latest-doc-only-change.txt b/providers/docker/docs/.latest-doc-only-change.txt index 33caaeb056916..b5bc030c92e40 100644 --- a/providers/docker/docs/.latest-doc-only-change.txt +++ b/providers/docker/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -e9fc6bccbedbff536bc9fcdd09001267a226420e +c0f6a60cdc diff --git a/providers/edge3/README.rst b/providers/edge3/README.rst index 61366bef43074..e2983036d86d9 100644 --- a/providers/edge3/README.rst +++ b/providers/edge3/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-edge3`` -Release: ``4.3.0`` +Release: ``4.3.1`` Handle edge workers on remote sites via HTTP(s) connection and orchestrates work over distributed sites. @@ -48,7 +48,7 @@ This is a provider package for ``edge3`` provider. All classes for this provider are in ``airflow.providers.edge3`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -74,4 +74,4 @@ PIP package Version required ========================================== =================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/edge3/docs/changelog.rst b/providers/edge3/docs/changelog.rst index abd3818ba3890..71aee167fc7da 100644 --- a/providers/edge3/docs/changelog.rst +++ b/providers/edge3/docs/changelog.rst @@ -27,6 +27,22 @@ Changelog --------- +4.3.1 +..... + +Misc +~~~~ + +* ``UI: Stop using React.FC and the React type namespace (#71563)`` +* ``Bump eslint-plugin-react-refresh to 0.5.4 (#71631)`` +* ``Bump @testing-library/jest-dom to 7.0.1, @types/node to 26.2.0, eslint to 10.8.1 and happy-dom to 20.11.2 (#71601)`` +* ``Bump axios to 1.19.0, react-router-dom to 7.18.2, vite to 8.2.1, typescript-eslint to 8.66.0 and 10 other UI dependencies (#71420)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``[main] CI: Upgrade important CI environment (#70501)`` + + 4.3.0 ..... diff --git a/providers/edge3/docs/index.rst b/providers/edge3/docs/index.rst index b9969ebb77ff3..fd1296c00f644 100644 --- a/providers/edge3/docs/index.rst +++ b/providers/edge3/docs/index.rst @@ -98,7 +98,7 @@ Additional REST API endpoints are provided to distribute tasks and manage the ed are provided by the API server. -Release: 4.3.0 +Release: 4.3.1 Provider package ---------------- @@ -135,5 +135,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-edge3 4.3.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-edge3 4.3.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-edge3 4.3.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-edge3 4.3.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/edge3/provider.yaml b/providers/edge3/provider.yaml index 122103ed06b82..eaa4f549b8a32 100644 --- a/providers/edge3/provider.yaml +++ b/providers/edge3/provider.yaml @@ -34,7 +34,7 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 build-system: hatchling # Note that those versions are maintained by release manager - do not update them manually @@ -42,6 +42,7 @@ build-system: hatchling # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 4.3.1 - 4.3.0 - 4.2.0 - 4.1.0 diff --git a/providers/edge3/pyproject.toml b/providers/edge3/pyproject.toml index bfe86e7e796d4..3ac72a4e050e0 100644 --- a/providers/edge3/pyproject.toml +++ b/providers/edge3/pyproject.toml @@ -32,7 +32,7 @@ build-backend = "hatchling.build" [project] name = "apache-airflow-providers-edge3" -version = "4.3.0" +version = "4.3.1" description = "Provider package apache-airflow-providers-edge3 for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -109,8 +109,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/4.3.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/4.3.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/4.3.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/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/edge3/src/airflow/providers/edge3/__init__.py b/providers/edge3/src/airflow/providers/edge3/__init__.py index 321fbe6e7928b..b8c081551b3b2 100644 --- a/providers/edge3/src/airflow/providers/edge3/__init__.py +++ b/providers/edge3/src/airflow/providers/edge3/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.3.0" +__version__ = "4.3.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "3.0.0" diff --git a/providers/elasticsearch/docs/.latest-doc-only-change.txt b/providers/elasticsearch/docs/.latest-doc-only-change.txt index 8d3a81560d1a8..b5bc030c92e40 100644 --- a/providers/elasticsearch/docs/.latest-doc-only-change.txt +++ b/providers/elasticsearch/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -f620bcc40a69330ca0a8b47c77c3d699e6136606 +c0f6a60cdc diff --git a/providers/exasol/docs/.latest-doc-only-change.txt b/providers/exasol/docs/.latest-doc-only-change.txt index af76c709dd922..b5bc030c92e40 100644 --- a/providers/exasol/docs/.latest-doc-only-change.txt +++ b/providers/exasol/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -a87cfe8a77459d74f63b7a108913d4f7ab3aa259 +c0f6a60cdc diff --git a/providers/fab/README.rst b/providers/fab/README.rst index ead7b8fe76db9..7ba1d7e62a6d7 100644 --- a/providers/fab/README.rst +++ b/providers/fab/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-fab`` -Release: ``3.8.0`` +Release: ``3.8.1`` `Flask App Builder `__ @@ -36,7 +36,7 @@ This is a provider package for ``fab`` provider. All classes for this provider p are in ``airflow.providers.fab`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -86,4 +86,4 @@ Extra Dependencies ============ =================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/fab/docs/changelog.rst b/providers/fab/docs/changelog.rst index 8ec622d56d2e3..8bbf26fdc4a64 100644 --- a/providers/fab/docs/changelog.rst +++ b/providers/fab/docs/changelog.rst @@ -20,6 +20,32 @@ Changelog --------- +3.8.1 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Validate issuer and audience of Azure AD id_tokens in FAB auth manager (#71735)`` + +Misc +~~~~ + +* ``Bump eslint to 10.8.1 (#71508)`` +* ``Add pnpm overrides after audit review in fab provider (#71448)`` +* ``Bump webpack to 5.109.2 and webpack-cli to 7.2.2 (#71005)`` + +Doc-only +~~~~~~~~ + +* ``Fix SSO docs pointing at the pre-Airflow 3 OAuth redirect path (#71624)`` +* ``Document API token response details (#71583)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``[main] CI: Upgrade important CI environment (#70501)`` + + 3.8.0 ..... diff --git a/providers/fab/docs/index.rst b/providers/fab/docs/index.rst index 5d06ef27fb40d..a8946a7117208 100644 --- a/providers/fab/docs/index.rst +++ b/providers/fab/docs/index.rst @@ -84,7 +84,7 @@ apache-airflow-providers-fab package `Flask App Builder `__ -Release: 3.8.0 +Release: 3.8.1 Provider package ---------------- @@ -153,5 +153,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-fab 3.8.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-fab 3.8.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-fab 3.8.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-fab 3.8.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/fab/provider.yaml b/providers/fab/provider.yaml index 8e591cc5e2889..8fe95c64cd9b2 100644 --- a/providers/fab/provider.yaml +++ b/providers/fab/provider.yaml @@ -29,7 +29,7 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 build-system: hatchling # Note that those versions are maintained by release manager - do not update them manually @@ -37,6 +37,7 @@ build-system: hatchling # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 3.8.1 - 3.8.0 - 3.7.3 - 3.7.2 diff --git a/providers/fab/pyproject.toml b/providers/fab/pyproject.toml index 5d9f60650fb7d..4d3727a13728d 100644 --- a/providers/fab/pyproject.toml +++ b/providers/fab/pyproject.toml @@ -32,7 +32,7 @@ build-backend = "hatchling.build" [project] name = "apache-airflow-providers-fab" -version = "3.8.0" +version = "3.8.1" description = "Provider package apache-airflow-providers-fab for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -153,8 +153,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.8.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.8.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.8.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.8.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/fab/src/airflow/providers/fab/__init__.py b/providers/fab/src/airflow/providers/fab/__init__.py index acbcd07475e06..29e2b1868ce70 100644 --- a/providers/fab/src/airflow/providers/fab/__init__.py +++ b/providers/fab/src/airflow/providers/fab/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.8.0" +__version__ = "3.8.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "3.0.2" diff --git a/providers/ftp/docs/.latest-doc-only-change.txt b/providers/ftp/docs/.latest-doc-only-change.txt index 4314cebe1711b..b5bc030c92e40 100644 --- a/providers/ftp/docs/.latest-doc-only-change.txt +++ b/providers/ftp/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -a1ddf31098a8388d392b338ed29e8925b0e77b69 +c0f6a60cdc diff --git a/providers/git/README.rst b/providers/git/README.rst index 9a0eccceb0e17..8dcf4efc0216c 100644 --- a/providers/git/README.rst +++ b/providers/git/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-git`` -Release: ``0.4.2`` +Release: ``0.4.3`` `Distributed version control system (GIT) `__ @@ -36,7 +36,7 @@ This is a provider package for ``git`` provider. All classes for this provider p are in ``airflow.providers.git`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -59,4 +59,4 @@ PIP package Version required ========================================== ================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/git/docs/changelog.rst b/providers/git/docs/changelog.rst index 2291b0e5a0bfd..3d5c5508d354d 100644 --- a/providers/git/docs/changelog.rst +++ b/providers/git/docs/changelog.rst @@ -19,6 +19,24 @@ Changelog --------- +0.4.3 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Fix malformed GitDagBundle error message for missing repository path (#70622)`` + +Doc-only +~~~~~~~~ + +* ``Document commit SHA support for GitDagBundle tracking_ref (#69735)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + + 0.4.2 ..... diff --git a/providers/git/docs/index.rst b/providers/git/docs/index.rst index 164d26ed52373..4a0209f4bf20a 100644 --- a/providers/git/docs/index.rst +++ b/providers/git/docs/index.rst @@ -72,7 +72,7 @@ apache-airflow-providers-git package `Distributed version control system (GIT) `__ -Release: 0.4.2 +Release: 0.4.3 Provider package ---------------- @@ -106,5 +106,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-git 0.4.2 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-git 0.4.2 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-git 0.4.3 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-git 0.4.3 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/git/provider.yaml b/providers/git/provider.yaml index 16f7601b11ec9..6fb14f86dd25b 100644 --- a/providers/git/provider.yaml +++ b/providers/git/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 0.4.3 - 0.4.2 - 0.4.1 - 0.4.0 diff --git a/providers/git/pyproject.toml b/providers/git/pyproject.toml index 3975fffe56b0c..664dbe6edfc43 100644 --- a/providers/git/pyproject.toml +++ b/providers/git/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-git" -version = "0.4.2" +version = "0.4.3" description = "Provider package apache-airflow-providers-git for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -99,8 +99,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.4.2" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.4.2/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.4.3" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.4.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/git/src/airflow/providers/git/__init__.py b/providers/git/src/airflow/providers/git/__init__.py index 06cb9e939b575..10644104c1140 100644 --- a/providers/git/src/airflow/providers/git/__init__.py +++ b/providers/git/src/airflow/providers/git/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "0.4.2" +__version__ = "0.4.3" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "3.0.0" diff --git a/providers/github/docs/.latest-doc-only-change.txt b/providers/github/docs/.latest-doc-only-change.txt index 2c1ab461a9c8e..b5bc030c92e40 100644 --- a/providers/github/docs/.latest-doc-only-change.txt +++ b/providers/github/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -da9caffdbbeab1917e1cec5726e50af5f14a5206 +c0f6a60cdc diff --git a/providers/google/README.rst b/providers/google/README.rst index 998f153b7558a..0602b6f5b0043 100644 --- a/providers/google/README.rst +++ b/providers/google/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-google`` -Release: ``22.3.0`` +Release: ``22.4.0`` Google services including: @@ -43,7 +43,7 @@ This is a provider package for ``google`` provider. All classes for this provide are in ``airflow.providers.google`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -207,4 +207,4 @@ Extra Dependencies ==================== ==================================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/google/docs/changelog.rst b/providers/google/docs/changelog.rst index 701265bc1e949..c1e4de295ebe1 100644 --- a/providers/google/docs/changelog.rst +++ b/providers/google/docs/changelog.rst @@ -27,6 +27,37 @@ Changelog --------- +22.4.0 +...... + +Features +~~~~~~~~ + +* ``Support sovereign console links (#70001)`` +* ``Add synchronous Vertex AI Agent Engine query operator (#70933)`` +* ``Add Cloud Run job links during execution (#70179)`` + +Bug Fixes +~~~~~~~~~ + +* ``Prepare Cloud Batch jobs before template rendering (#70835)`` +* ``Improve BigQuery-to-SQL column lineage rendering (#70816)`` +* ``Make 'durable' reach 'default_args' and warn when set below Airflow 3.3 (#71531)`` +* ``Use latest Google Ads API version by default (#71280)`` + +Misc +~~~~ + +* ``Restore the evaluation extra of google-cloud-aiplatform (#71520)`` +* ``Add type annotations to sql hooks (#70815)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Replace the ACL calls with IAM roles for the system tests + add new (#70978)`` + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + * ``Fix Java Beam SDK example to target Java 11 (#71218)`` + + 22.3.0 ...... diff --git a/providers/google/docs/index.rst b/providers/google/docs/index.rst index f5b3f1f44d7a8..516d2d2ae920d 100644 --- a/providers/google/docs/index.rst +++ b/providers/google/docs/index.rst @@ -90,7 +90,7 @@ Google services including: - `Google Workspace `__ (formerly Google Suite) -Release: 22.3.0 +Release: 22.4.0 Provider package ---------------- @@ -273,5 +273,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-google 22.3.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-google 22.3.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-google 22.4.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-google 22.4.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/google/provider.yaml b/providers/google/provider.yaml index 80624bb5ffb67..58bfc9fab54d4 100644 --- a/providers/google/provider.yaml +++ b/providers/google/provider.yaml @@ -30,12 +30,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 22.4.0 - 22.3.0 - 22.2.2 - 22.2.1 diff --git a/providers/google/pyproject.toml b/providers/google/pyproject.toml index 26e71ac7bd18d..7eec07d5df810 100644 --- a/providers/google/pyproject.toml +++ b/providers/google/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-google" -version = "22.3.0" +version = "22.4.0" description = "Provider package apache-airflow-providers-google for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -280,8 +280,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-google/22.3.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-google/22.3.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-google/22.4.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-google/22.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/google/src/airflow/providers/google/__init__.py b/providers/google/src/airflow/providers/google/__init__.py index 064db69a28617..b1173b4f007fc 100644 --- a/providers/google/src/airflow/providers/google/__init__.py +++ b/providers/google/src/airflow/providers/google/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "22.3.0" +__version__ = "22.4.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/grpc/docs/.latest-doc-only-change.txt b/providers/grpc/docs/.latest-doc-only-change.txt index 2c1ab461a9c8e..b5bc030c92e40 100644 --- a/providers/grpc/docs/.latest-doc-only-change.txt +++ b/providers/grpc/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -da9caffdbbeab1917e1cec5726e50af5f14a5206 +c0f6a60cdc diff --git a/providers/hashicorp/README.rst b/providers/hashicorp/README.rst index 5f7aad2df5afb..919ee707a3eb0 100644 --- a/providers/hashicorp/README.rst +++ b/providers/hashicorp/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-hashicorp`` -Release: ``4.8.0`` +Release: ``4.8.1`` Hashicorp including `Hashicorp Vault `__ @@ -36,7 +36,7 @@ This is a provider package for ``hashicorp`` provider. All classes for this prov are in ``airflow.providers.hashicorp`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -88,4 +88,4 @@ Extra Dependencies ========== =================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/hashicorp/docs/changelog.rst b/providers/hashicorp/docs/changelog.rst index 1de81777db26d..e682a669a0142 100644 --- a/providers/hashicorp/docs/changelog.rst +++ b/providers/hashicorp/docs/changelog.rst @@ -27,6 +27,19 @@ Changelog --------- +4.8.1 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Halve external vault API lookup requests per airflow secret lookup (#71701)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + + 4.8.0 ..... diff --git a/providers/hashicorp/docs/index.rst b/providers/hashicorp/docs/index.rst index eca2941831baa..d765c16e47a5f 100644 --- a/providers/hashicorp/docs/index.rst +++ b/providers/hashicorp/docs/index.rst @@ -69,7 +69,7 @@ apache-airflow-providers-hashicorp package Hashicorp including `Hashicorp Vault `__ -Release: 4.8.0 +Release: 4.8.1 Provider package ---------------- @@ -140,5 +140,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-hashicorp 4.8.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-hashicorp 4.8.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-hashicorp 4.8.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-hashicorp 4.8.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/hashicorp/provider.yaml b/providers/hashicorp/provider.yaml index 1225f8f8c2dab..554ef118de672 100644 --- a/providers/hashicorp/provider.yaml +++ b/providers/hashicorp/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 4.8.1 - 4.8.0 - 4.7.2 - 4.7.1 diff --git a/providers/hashicorp/pyproject.toml b/providers/hashicorp/pyproject.toml index 43fb892669535..468146e6071c3 100644 --- a/providers/hashicorp/pyproject.toml +++ b/providers/hashicorp/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-hashicorp" -version = "4.8.0" +version = "4.8.1" description = "Provider package apache-airflow-providers-hashicorp for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -111,8 +111,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.8.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.8.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.8.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.8.1/changelog.html" "Bug Tracker" = "https://github.com/apache/airflow/issues" "Source Code" = "https://github.com/apache/airflow" "Slack Chat" = "https://s.apache.org/airflow-slack" diff --git a/providers/hashicorp/src/airflow/providers/hashicorp/__init__.py b/providers/hashicorp/src/airflow/providers/hashicorp/__init__.py index 13473446d9267..d7f178d1e3df9 100644 --- a/providers/hashicorp/src/airflow/providers/hashicorp/__init__.py +++ b/providers/hashicorp/src/airflow/providers/hashicorp/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.8.0" +__version__ = "4.8.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/http/docs/.latest-doc-only-change.txt b/providers/http/docs/.latest-doc-only-change.txt index 4a6f3f2127414..b5bc030c92e40 100644 --- a/providers/http/docs/.latest-doc-only-change.txt +++ b/providers/http/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -018977ec86 +c0f6a60cdc diff --git a/providers/imap/docs/.latest-doc-only-change.txt b/providers/imap/docs/.latest-doc-only-change.txt index 4314cebe1711b..b5bc030c92e40 100644 --- a/providers/imap/docs/.latest-doc-only-change.txt +++ b/providers/imap/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -a1ddf31098a8388d392b338ed29e8925b0e77b69 +c0f6a60cdc diff --git a/providers/influxdb/docs/.latest-doc-only-change.txt b/providers/influxdb/docs/.latest-doc-only-change.txt index 2c1ab461a9c8e..b5bc030c92e40 100644 --- a/providers/influxdb/docs/.latest-doc-only-change.txt +++ b/providers/influxdb/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -da9caffdbbeab1917e1cec5726e50af5f14a5206 +c0f6a60cdc diff --git a/providers/informatica/docs/.latest-doc-only-change.txt b/providers/informatica/docs/.latest-doc-only-change.txt index 8978da3fe885b..1e71f0831e676 100644 --- a/providers/informatica/docs/.latest-doc-only-change.txt +++ b/providers/informatica/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -62d451d623 +49423f8d659e46345bf8ea90fd5f66e00cc58bdc diff --git a/providers/jdbc/README.rst b/providers/jdbc/README.rst index 6f2a634af0cb8..922569f8bd354 100644 --- a/providers/jdbc/README.rst +++ b/providers/jdbc/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-jdbc`` -Release: ``5.5.0`` +Release: ``5.5.1`` `Java Database Connectivity (JDBC) `__ @@ -36,7 +36,7 @@ This is a provider package for ``jdbc`` provider. All classes for this provider are in ``airflow.providers.jdbc`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -97,4 +97,4 @@ Extra Dependencies =============== ======================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/jdbc/docs/changelog.rst b/providers/jdbc/docs/changelog.rst index f3581b7ba2b10..f511dfe507316 100644 --- a/providers/jdbc/docs/changelog.rst +++ b/providers/jdbc/docs/changelog.rst @@ -26,6 +26,26 @@ Changelog --------- +5.5.1 +..... + +Misc +~~~~ + +* ``Narrow 'AirflowException' to 'TypeError' and 'ValueError' in JdbcHook (#70535)`` + +Doc-only +~~~~~~~~ + +* ``Document each provider's optional extras in its docs index (#69478)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + * ``Prepare providers release 2026-07-22 (#70256)`` + * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)`` + + 5.5.0 ..... diff --git a/providers/jdbc/docs/index.rst b/providers/jdbc/docs/index.rst index 5adbc2f642a9b..657e30e8db249 100644 --- a/providers/jdbc/docs/index.rst +++ b/providers/jdbc/docs/index.rst @@ -78,7 +78,7 @@ apache-airflow-providers-jdbc package `Java Database Connectivity (JDBC) `__ -Release: 5.5.0 +Release: 5.5.1 Provider package ---------------- @@ -158,5 +158,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-jdbc 5.5.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-jdbc 5.5.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-jdbc 5.5.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-jdbc 5.5.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/jdbc/provider.yaml b/providers/jdbc/provider.yaml index d167ebf260717..3dc20ed5008fa 100644 --- a/providers/jdbc/provider.yaml +++ b/providers/jdbc/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 5.5.1 - 5.5.0 - 5.4.4 - 5.4.3 diff --git a/providers/jdbc/pyproject.toml b/providers/jdbc/pyproject.toml index b03e02d75e956..a1cdb15ab04b1 100644 --- a/providers/jdbc/pyproject.toml +++ b/providers/jdbc/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-jdbc" -version = "5.5.0" +version = "5.5.1" description = "Provider package apache-airflow-providers-jdbc for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -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-jdbc/5.5.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-jdbc/5.5.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-jdbc/5.5.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-jdbc/5.5.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/jdbc/src/airflow/providers/jdbc/__init__.py b/providers/jdbc/src/airflow/providers/jdbc/__init__.py index abe110603426f..1a3de9df9b38f 100644 --- a/providers/jdbc/src/airflow/providers/jdbc/__init__.py +++ b/providers/jdbc/src/airflow/providers/jdbc/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "5.5.0" +__version__ = "5.5.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/jenkins/docs/.latest-doc-only-change.txt b/providers/jenkins/docs/.latest-doc-only-change.txt index 33caaeb056916..b5bc030c92e40 100644 --- a/providers/jenkins/docs/.latest-doc-only-change.txt +++ b/providers/jenkins/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -e9fc6bccbedbff536bc9fcdd09001267a226420e +c0f6a60cdc diff --git a/providers/keycloak/docs/changelog.rst b/providers/keycloak/docs/changelog.rst index 76b5a6bf2c1b0..3b97f61343418 100644 --- a/providers/keycloak/docs/changelog.rst +++ b/providers/keycloak/docs/changelog.rst @@ -25,6 +25,9 @@ Changelog --------- +0.9.0 +..... + .. note:: Upgrading the provider does not update existing Keycloak permissions. For each existing team, run ``airflow keycloak-auth-manager create-team `` again to update the team-specific @@ -35,9 +38,6 @@ Changelog Manually added policies attached to these permissions will also be evaluated under the ``AFFIRMATIVE`` strategy after the update. -0.9.0 -..... - .. note:: For Airflow v3.3.0+ Keycloak's access and refresh tokens are now stored in dedicated ``_access_token`` and ``_refresh_token`` cookies instead of being carried inside the @@ -49,13 +49,30 @@ Changelog Features ~~~~~~~~ +* ``Grant team Op role access to team Dags in Keycloak auth manager (#71572)`` +* ``Make KeycloakAuthManager '_CACHE_TTL_SECONDS' configurable (#70839)`` +* ``Add KeycloakJWTMiddleware to KeycloakAuthManager (#70800, #71077, #71506)`` * ``Implement bulk authorization methods in KeycloakAuthManager (#70647)`` -* ``Move keycloak JWT tokens to separate cookies (#70550)`` -* ``Add KeycloakJWTMiddleware to KeycloakAuthManager (#70800)`` * ``Add IMPORT_ERRORS_ALL permission for import errors of files with no registered Dag (#69790)`` +Bug Fixes +~~~~~~~~~ + +* ``Fix Keycloak multi-team permission repair (#71614)`` +* ``Make Keycloak permission creation quietly idempotent like its sibling helpers (#71505)`` +* ``Fix Keycloak access for individual roles (#70906)`` +* ``Move keycloak JWT tokens to separate cookies (#70550, #70981)`` + +Misc +~~~~ + +* ``Remove groups claim from access tokens in the Keycloak client created by the KeycloakAuthManager CLI (#71093)`` + .. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + * ``Correct the uv.lock versions and keycloak changelog after the 2026-08-01 wave (#70952)`` + * ``Prepare providers release 2026-08-01 (#70932)`` * ``Add tests for Keycloak token models (#70689)`` 0.8.2 diff --git a/providers/keycloak/provider.yaml b/providers/keycloak/provider.yaml index 59b8a11d9ea84..fd5005e113403 100644 --- a/providers/keycloak/provider.yaml +++ b/providers/keycloak/provider.yaml @@ -23,7 +23,7 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # note that those versions are maintained by release manager - do not update them manually versions: - 0.9.0 diff --git a/providers/microsoft/azure/README.rst b/providers/microsoft/azure/README.rst index 0e4e8412543c9..5c0b1729a97ee 100644 --- a/providers/microsoft/azure/README.rst +++ b/providers/microsoft/azure/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-microsoft-azure`` -Release: ``14.1.0`` +Release: ``15.0.0`` `Microsoft Azure `__ @@ -36,7 +36,7 @@ This is a provider package for ``microsoft.azure`` provider. All classes for thi are in ``airflow.providers.microsoft.azure`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -127,4 +127,4 @@ Extra Dependencies ==================== ==================================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/microsoft/azure/docs/changelog.rst b/providers/microsoft/azure/docs/changelog.rst index 1b33c8447558d..578d3d6b24657 100644 --- a/providers/microsoft/azure/docs/changelog.rst +++ b/providers/microsoft/azure/docs/changelog.rst @@ -27,6 +27,9 @@ Changelog --------- +15.0.0 +...... + .. warning:: The ``AzureBatchHook`` and ``AzureBatchOperator`` have been migrated to the ``azure-batch`` 15.x SDK (track 2). This is a breaking change and requires ``azure-batch>=15.0.0``. @@ -55,6 +58,29 @@ Changelog * ``AzureBatchOperator`` no longer accepts the ``os_family`` parameter. A ``vm_publisher`` must now be provided to configure the pool's virtual machine image. +Breaking changes +~~~~~~~~~~~~~~~~ + +* ``Migrate 'AzureBatchHook' and 'AzureBatchOperator' to the azure-batch 15.x SDK (#71071)`` + +Features +~~~~~~~~ + +* ``Support certificate auth for Microsoft Graph filesystem (#71362)`` + +Bug Fixes +~~~~~~~~~ + +* ``Keep MSGraph request configuration across paginated pages (#71649)`` +* ``Fix Microsoft Graph filesystem auth by defaulting OAuth2 scope (#70879)`` +* ``Check GCSToAzureBlobStorageOperator match_glob support after template… (#70574)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + * ``Update changelog with better wording (#71161)`` + + 14.1.0 ...... diff --git a/providers/microsoft/azure/docs/index.rst b/providers/microsoft/azure/docs/index.rst index f357a2c841329..2f498e0a4f905 100644 --- a/providers/microsoft/azure/docs/index.rst +++ b/providers/microsoft/azure/docs/index.rst @@ -84,7 +84,7 @@ apache-airflow-providers-microsoft-azure package `Microsoft Azure `__ -Release: 14.1.0 +Release: 15.0.0 Provider package ---------------- @@ -194,5 +194,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-microsoft-azure 14.1.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-microsoft-azure 14.1.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-azure 15.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-azure 15.0.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/microsoft/azure/provider.yaml b/providers/microsoft/azure/provider.yaml index 88af32c63a30e..798ef9bda5e78 100644 --- a/providers/microsoft/azure/provider.yaml +++ b/providers/microsoft/azure/provider.yaml @@ -21,12 +21,13 @@ description: | `Microsoft Azure `__ state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 15.0.0 - 14.1.0 - 14.0.0 - 13.5.1 diff --git a/providers/microsoft/azure/pyproject.toml b/providers/microsoft/azure/pyproject.toml index eed52b142defc..b9293399a683e 100644 --- a/providers/microsoft/azure/pyproject.toml +++ b/providers/microsoft/azure/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-microsoft-azure" -version = "14.1.0" +version = "15.0.0" description = "Provider package apache-airflow-providers-microsoft-azure for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -164,8 +164,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/14.1.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/14.1.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/15.0.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/15.0.0/changelog.html" "Bug Tracker" = "https://github.com/apache/airflow/issues" "Source Code" = "https://github.com/apache/airflow" "Slack Chat" = "https://s.apache.org/airflow-slack" diff --git a/providers/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py b/providers/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py index 53244a2c66f99..f4021874c7db3 100644 --- a/providers/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py +++ b/providers/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "14.1.0" +__version__ = "15.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/microsoft/mssql/README.rst b/providers/microsoft/mssql/README.rst index e7f1d4c69dedf..0a3c5bf8237ca 100644 --- a/providers/microsoft/mssql/README.rst +++ b/providers/microsoft/mssql/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-microsoft-mssql`` -Release: ``4.7.0`` +Release: ``4.7.1`` `Microsoft SQL Server (MSSQL) `__ @@ -36,7 +36,7 @@ This is a provider package for ``microsoft.mssql`` provider. All classes for thi are in ``airflow.providers.microsoft.mssql`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -90,4 +90,4 @@ Extra Dependencies =============== ======================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/microsoft/mssql/docs/changelog.rst b/providers/microsoft/mssql/docs/changelog.rst index 827d934a98e54..81e2bc3ee06ae 100644 --- a/providers/microsoft/mssql/docs/changelog.rst +++ b/providers/microsoft/mssql/docs/changelog.rst @@ -27,6 +27,27 @@ Changelog --------- +4.7.1 +..... + +Misc +~~~~ + +* ``Add type annotations to sql hooks (#70815)`` + +Doc-only +~~~~~~~~ + +* ``Document each provider's optional extras in its docs index (#69478)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + * ``Update changelog with better wording (#71161)`` + * ``Prepare providers release 2026-07-22 (#70256)`` + * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)`` + + 4.7.0 ..... diff --git a/providers/microsoft/mssql/docs/index.rst b/providers/microsoft/mssql/docs/index.rst index ec6ef64e5aeb7..0b2a3ce264b8b 100644 --- a/providers/microsoft/mssql/docs/index.rst +++ b/providers/microsoft/mssql/docs/index.rst @@ -78,7 +78,7 @@ apache-airflow-providers-microsoft-mssql package `Microsoft SQL Server (MSSQL) `__ -Release: 4.7.0 +Release: 4.7.1 Provider package ---------------- @@ -151,5 +151,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-microsoft-mssql 4.7.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-microsoft-mssql 4.7.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-mssql 4.7.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-mssql 4.7.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/microsoft/mssql/provider.yaml b/providers/microsoft/mssql/provider.yaml index 0564ee51d3aa1..17d0fa8b94c54 100644 --- a/providers/microsoft/mssql/provider.yaml +++ b/providers/microsoft/mssql/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1781642052 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 4.7.1 - 4.7.0 - 4.6.1 - 4.6.0 diff --git a/providers/microsoft/mssql/pyproject.toml b/providers/microsoft/mssql/pyproject.toml index 17956193614da..cb054f49c6de2 100644 --- a/providers/microsoft/mssql/pyproject.toml +++ b/providers/microsoft/mssql/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-microsoft-mssql" -version = "4.7.0" +version = "4.7.1" description = "Provider package apache-airflow-providers-microsoft-mssql for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -111,8 +111,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-mssql/4.7.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-mssql/4.7.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-mssql/4.7.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-mssql/4.7.1/changelog.html" "Bug Tracker" = "https://github.com/apache/airflow/issues" "Source Code" = "https://github.com/apache/airflow" "Slack Chat" = "https://s.apache.org/airflow-slack" diff --git a/providers/microsoft/mssql/src/airflow/providers/microsoft/mssql/__init__.py b/providers/microsoft/mssql/src/airflow/providers/microsoft/mssql/__init__.py index 1be969894b7de..4232656ee4d7b 100644 --- a/providers/microsoft/mssql/src/airflow/providers/microsoft/mssql/__init__.py +++ b/providers/microsoft/mssql/src/airflow/providers/microsoft/mssql/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.7.0" +__version__ = "4.7.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/microsoft/psrp/README.rst b/providers/microsoft/psrp/README.rst index f2297bf9dfc62..8a72c2cf62af0 100644 --- a/providers/microsoft/psrp/README.rst +++ b/providers/microsoft/psrp/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-microsoft-psrp`` -Release: ``3.2.6`` +Release: ``3.2.7`` This package provides remote execution capabilities via the @@ -38,7 +38,7 @@ This is a provider package for ``microsoft.psrp`` provider. All classes for this are in ``airflow.providers.microsoft.psrp`` 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/microsoft/psrp/docs/changelog.rst b/providers/microsoft/psrp/docs/changelog.rst index cf1576c90c878..f750095709503 100644 --- a/providers/microsoft/psrp/docs/changelog.rst +++ b/providers/microsoft/psrp/docs/changelog.rst @@ -27,6 +27,20 @@ Changelog --------- +3.2.7 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Fix PsrpOperator option checks (#70347)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)`` + + 3.2.6 ..... diff --git a/providers/microsoft/psrp/docs/index.rst b/providers/microsoft/psrp/docs/index.rst index df4ac00ab3624..120db40f63bc1 100644 --- a/providers/microsoft/psrp/docs/index.rst +++ b/providers/microsoft/psrp/docs/index.rst @@ -70,7 +70,7 @@ This package provides remote execution capabilities via the `__. -Release: 3.2.6 +Release: 3.2.7 Provider package ---------------- @@ -104,5 +104,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-microsoft-psrp 3.2.6 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-microsoft-psrp 3.2.6 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-psrp 3.2.7 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-psrp 3.2.7 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/microsoft/psrp/provider.yaml b/providers/microsoft/psrp/provider.yaml index d1a5f90d2c9f1..971af36681816 100644 --- a/providers/microsoft/psrp/provider.yaml +++ b/providers/microsoft/psrp/provider.yaml @@ -25,12 +25,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 3.2.7 - 3.2.6 - 3.2.5 - 3.2.4 diff --git a/providers/microsoft/psrp/pyproject.toml b/providers/microsoft/psrp/pyproject.toml index 981b601ee8345..f0b375568fc5c 100644 --- a/providers/microsoft/psrp/pyproject.toml +++ b/providers/microsoft/psrp/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-microsoft-psrp" -version = "3.2.6" +version = "3.2.7" description = "Provider package apache-airflow-providers-microsoft-psrp for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -99,8 +99,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-psrp/3.2.6" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-psrp/3.2.6/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-psrp/3.2.7" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-psrp/3.2.7/changelog.html" "Bug Tracker" = "https://github.com/apache/airflow/issues" "Source Code" = "https://github.com/apache/airflow" "Slack Chat" = "https://s.apache.org/airflow-slack" diff --git a/providers/microsoft/psrp/src/airflow/providers/microsoft/psrp/__init__.py b/providers/microsoft/psrp/src/airflow/providers/microsoft/psrp/__init__.py index dc48dca84d749..85bfbc19156e7 100644 --- a/providers/microsoft/psrp/src/airflow/providers/microsoft/psrp/__init__.py +++ b/providers/microsoft/psrp/src/airflow/providers/microsoft/psrp/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.2.6" +__version__ = "3.2.7" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/microsoft/winrm/docs/.latest-doc-only-change.txt b/providers/microsoft/winrm/docs/.latest-doc-only-change.txt index 7c210fe28ea3a..b5bc030c92e40 100644 --- a/providers/microsoft/winrm/docs/.latest-doc-only-change.txt +++ b/providers/microsoft/winrm/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -05960ac2ebb1fd9a74f3135e5e8fe5e28160d4b2 +c0f6a60cdc diff --git a/providers/mysql/README.rst b/providers/mysql/README.rst index a381c6777ab26..2208ccb2b24d5 100644 --- a/providers/mysql/README.rst +++ b/providers/mysql/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-mysql`` -Release: ``6.6.1`` +Release: ``6.6.2`` `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 ------------ @@ -101,4 +101,4 @@ Extra Dependencies ========================== ======================================== 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 d43de7ca2ca94..13c0f1ff189d7 100644 --- a/providers/mysql/docs/changelog.rst +++ b/providers/mysql/docs/changelog.rst @@ -26,6 +26,26 @@ Changelog --------- +6.6.2 +..... + +Misc +~~~~ + +* ``Add type annotations to sql hooks (#70815)`` + +Doc-only +~~~~~~~~ + +* ``Document each provider's optional extras in its docs index (#69478)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + * ``Prepare providers release 2026-07-22 (#70256)`` + * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)`` + + 6.6.1 ..... diff --git a/providers/mysql/docs/index.rst b/providers/mysql/docs/index.rst index 90f66eedaf239..fe4f93aa75377 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.6.1 +Release: 6.6.2 Provider package ---------------- @@ -161,5 +161,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.6.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-mysql 6.6.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-mysql 6.6.2 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-mysql 6.6.2 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/mysql/provider.yaml b/providers/mysql/provider.yaml index 95b1342c80068..b60a76c241379 100644 --- a/providers/mysql/provider.yaml +++ b/providers/mysql/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780426378 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 6.6.2 - 6.6.1 - 6.6.0 - 6.5.3 diff --git a/providers/mysql/pyproject.toml b/providers/mysql/pyproject.toml index 89000d8751fec..8b186f4879e30 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.6.1" +version = "6.6.2" description = "Provider package apache-airflow-providers-mysql for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -139,8 +139,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.6.1" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.6.1/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.6.2" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-mysql/6.6.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/mysql/src/airflow/providers/mysql/__init__.py b/providers/mysql/src/airflow/providers/mysql/__init__.py index be7a12b795c84..b45566fc39c40 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.6.1" +__version__ = "6.6.2" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/openlineage/README.rst b/providers/openlineage/README.rst index c60898267e7ee..9f5d8947497c5 100644 --- a/providers/openlineage/README.rst +++ b/providers/openlineage/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-openlineage`` -Release: ``2.20.0`` +Release: ``2.20.1`` `OpenLineage `__ is an open framework for data lineage collection. @@ -37,7 +37,7 @@ This is a provider package for ``openlineage`` provider. All classes for this pr are in ``airflow.providers.openlineage`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -72,4 +72,4 @@ Extra Dependencies ============== ====================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/openlineage/docs/changelog.rst b/providers/openlineage/docs/changelog.rst index a59ca4b95e5cc..6abccce2d9cd8 100644 --- a/providers/openlineage/docs/changelog.rst +++ b/providers/openlineage/docs/changelog.rst @@ -26,6 +26,20 @@ Changelog --------- +2.20.1 +...... + +Bug Fixes +~~~~~~~~~ + +* ``Fix incorrect availability versions for OpenLineage config options (#71449)`` +* ``Avoid lazy-loading the bundle when resolving 'team_name' for Dag run lineage (#70312)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + + 2.20.0 ...... diff --git a/providers/openlineage/docs/index.rst b/providers/openlineage/docs/index.rst index 10d0663d8bf9e..525dfc649ee64 100644 --- a/providers/openlineage/docs/index.rst +++ b/providers/openlineage/docs/index.rst @@ -84,7 +84,7 @@ apache-airflow-providers-openlineage package At its core it is an extensible specification that systems can use to interoperate with lineage metadata. -Release: 2.20.0 +Release: 2.20.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-openlineage 2.20.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-openlineage 2.20.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-openlineage 2.20.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-openlineage 2.20.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/openlineage/provider.yaml b/providers/openlineage/provider.yaml index fafeaf55b82d1..6fc526de77c2b 100644 --- a/providers/openlineage/provider.yaml +++ b/providers/openlineage/provider.yaml @@ -24,12 +24,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 2.20.1 - 2.20.0 - 2.19.0 - 2.18.1 diff --git a/providers/openlineage/pyproject.toml b/providers/openlineage/pyproject.toml index 76f5c92ff34ef..73bc91341a865 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.20.0" +version = "2.20.1" description = "Provider package apache-airflow-providers-openlineage for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -115,8 +115,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.20.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.20.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.20.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.20.1/changelog.html" "Bug Tracker" = "https://github.com/apache/airflow/issues" "Source Code" = "https://github.com/apache/airflow" "Slack Chat" = "https://s.apache.org/airflow-slack" diff --git a/providers/openlineage/src/airflow/providers/openlineage/__init__.py b/providers/openlineage/src/airflow/providers/openlineage/__init__.py index 79d01b8bd11cc..17d4f3f66d68b 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.20.0" +__version__ = "2.20.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/oracle/README.rst b/providers/oracle/README.rst index 1d41b1299b794..082c4aefd9e8d 100644 --- a/providers/oracle/README.rst +++ b/providers/oracle/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-oracle`` -Release: ``4.6.2`` +Release: ``4.6.3`` `Oracle `__ @@ -36,7 +36,7 @@ This is a provider package for ``oracle`` provider. All classes for this provide are in ``airflow.providers.oracle`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -89,4 +89,4 @@ Extra Dependencies =============== ============================================================================================================================================================================================================================================ The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/oracle/docs/changelog.rst b/providers/oracle/docs/changelog.rst index 8abc97ccf577d..980ee6cd65b12 100644 --- a/providers/oracle/docs/changelog.rst +++ b/providers/oracle/docs/changelog.rst @@ -27,6 +27,19 @@ Changelog --------- +4.6.3 +..... + +Misc +~~~~ + +* ``Add type annotations to sql hooks (#70815)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + + 4.6.2 ..... diff --git a/providers/oracle/docs/index.rst b/providers/oracle/docs/index.rst index def6b48c2c2d9..544c5c75d32a2 100644 --- a/providers/oracle/docs/index.rst +++ b/providers/oracle/docs/index.rst @@ -77,7 +77,7 @@ apache-airflow-providers-oracle package `Oracle `__ -Release: 4.6.2 +Release: 4.6.3 Provider package ---------------- @@ -149,5 +149,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-oracle 4.6.2 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-oracle 4.6.2 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-oracle 4.6.3 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-oracle 4.6.3 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/oracle/provider.yaml b/providers/oracle/provider.yaml index 97cfe31aa01cb..5215c7a2736c7 100644 --- a/providers/oracle/provider.yaml +++ b/providers/oracle/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1783356304 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 4.6.3 - 4.6.2 - 4.6.1 - 4.6.0 diff --git a/providers/oracle/pyproject.toml b/providers/oracle/pyproject.toml index a13b6a2e10670..0d519c15e7908 100644 --- a/providers/oracle/pyproject.toml +++ b/providers/oracle/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-oracle" -version = "4.6.2" +version = "4.6.3" description = "Provider package apache-airflow-providers-oracle for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -121,8 +121,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-oracle/4.6.2" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-oracle/4.6.2/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-oracle/4.6.3" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-oracle/4.6.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/oracle/src/airflow/providers/oracle/__init__.py b/providers/oracle/src/airflow/providers/oracle/__init__.py index 2b56adad50d21..b15905d8a6830 100644 --- a/providers/oracle/src/airflow/providers/oracle/__init__.py +++ b/providers/oracle/src/airflow/providers/oracle/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.6.2" +__version__ = "4.6.3" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/postgres/README.rst b/providers/postgres/README.rst index 30f6fec670c94..961dcad6e14da 100644 --- a/providers/postgres/README.rst +++ b/providers/postgres/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-postgres`` -Release: ``7.0.1`` +Release: ``7.0.2`` `PostgreSQL `__ @@ -36,7 +36,7 @@ This is a provider package for ``postgres`` provider. All classes for this provi are in ``airflow.providers.postgres`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -101,4 +101,4 @@ Extra Dependencies =================== ============================================================================================================================================================ The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/postgres/docs/changelog.rst b/providers/postgres/docs/changelog.rst index c056cf37a9ce9..f487d794bc087 100644 --- a/providers/postgres/docs/changelog.rst +++ b/providers/postgres/docs/changelog.rst @@ -27,6 +27,19 @@ Changelog --------- +7.0.2 +..... + +Misc +~~~~ + +* ``Add type annotations to sql hooks (#70815)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + + 7.0.1 ..... diff --git a/providers/postgres/docs/index.rst b/providers/postgres/docs/index.rst index 56e5152bdc8c4..3932aa9952e65 100644 --- a/providers/postgres/docs/index.rst +++ b/providers/postgres/docs/index.rst @@ -78,7 +78,7 @@ apache-airflow-providers-postgres package `PostgreSQL `__ -Release: 7.0.1 +Release: 7.0.2 Provider package ---------------- @@ -162,5 +162,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-postgres 7.0.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-postgres 7.0.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-postgres 7.0.2 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-postgres 7.0.2 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/postgres/provider.yaml b/providers/postgres/provider.yaml index d85b227439279..b3e2f46c30a6d 100644 --- a/providers/postgres/provider.yaml +++ b/providers/postgres/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 7.0.2 - 7.0.1 - 7.0.0 - 6.8.0 diff --git a/providers/postgres/pyproject.toml b/providers/postgres/pyproject.toml index 19b983e639bd1..08bb18dffe62a 100644 --- a/providers/postgres/pyproject.toml +++ b/providers/postgres/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-postgres" -version = "7.0.1" +version = "7.0.2" description = "Provider package apache-airflow-providers-postgres for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -151,8 +151,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/7.0.1" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/7.0.1/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/7.0.2" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/7.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/postgres/src/airflow/providers/postgres/__init__.py b/providers/postgres/src/airflow/providers/postgres/__init__.py index 5fe89c4d3d01a..685f87530d839 100644 --- a/providers/postgres/src/airflow/providers/postgres/__init__.py +++ b/providers/postgres/src/airflow/providers/postgres/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "7.0.1" +__version__ = "7.0.2" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/samba/README.rst b/providers/samba/README.rst index 046a08e316120..be92d8609319d 100644 --- a/providers/samba/README.rst +++ b/providers/samba/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-samba`` -Release: ``4.12.6`` +Release: ``4.13.0`` `Samba `__ @@ -36,7 +36,7 @@ This is a provider package for ``samba`` provider. All classes for this provider are in ``airflow.providers.samba`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -80,11 +80,12 @@ Dependent package Optional dependencies ---------------------- -========== =================================== -Extra Dependencies -========== =================================== -``google`` ``apache-airflow-providers-google`` -========== =================================== +============ ================================================= +Extra Dependencies +============ ================================================= +``google`` ``apache-airflow-providers-google`` +``kerberos`` ``krb5>=0.8.0``, ``smbprotocol[kerberos]>=1.5.0`` +============ ================================================= The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/samba/docs/changelog.rst b/providers/samba/docs/changelog.rst index 4f98917e76a1d..6d45267e6e21b 100644 --- a/providers/samba/docs/changelog.rst +++ b/providers/samba/docs/changelog.rst @@ -27,6 +27,27 @@ Changelog --------- +4.13.0 +...... + +Features +~~~~~~~~ + +* ``Add auth_protocol support to SambaHook for Kerberos authentication (#64643)`` + +Doc-only +~~~~~~~~ + +* ``Document each provider's optional extras in its docs index (#69478)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + * ``Pin providers in constraints to the versions published in PyPI (#71324)`` + * ``Prepare providers release 2026-07-22 (#70256)`` + * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)`` + + 4.12.6 ...... diff --git a/providers/samba/docs/index.rst b/providers/samba/docs/index.rst index 1241d03f31f64..586c2f36ae427 100644 --- a/providers/samba/docs/index.rst +++ b/providers/samba/docs/index.rst @@ -76,7 +76,7 @@ apache-airflow-providers-samba package `Samba `__ -Release: 4.12.6 +Release: 4.13.0 Provider package ---------------- @@ -147,5 +147,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-samba 4.12.6 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-samba 4.12.6 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-samba 4.13.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-samba 4.13.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/samba/provider.yaml b/providers/samba/provider.yaml index 564051413e29d..ef8ec84dc4d9c 100644 --- a/providers/samba/provider.yaml +++ b/providers/samba/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1780425054 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 4.13.0 - 4.12.6 - 4.12.5 - 4.12.4 diff --git a/providers/samba/pyproject.toml b/providers/samba/pyproject.toml index 986c1ad62e7b8..46cdf80ad8b4a 100644 --- a/providers/samba/pyproject.toml +++ b/providers/samba/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-samba" -version = "4.12.6" +version = "4.13.0" description = "Provider package apache-airflow-providers-samba for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -111,8 +111,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-samba/4.12.6" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-samba/4.12.6/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-samba/4.13.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-samba/4.13.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/samba/src/airflow/providers/samba/__init__.py b/providers/samba/src/airflow/providers/samba/__init__.py index ce20a2624457a..0dfbc268b1895 100644 --- a/providers/samba/src/airflow/providers/samba/__init__.py +++ b/providers/samba/src/airflow/providers/samba/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.12.6" +__version__ = "4.13.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/sendgrid/docs/.latest-doc-only-change.txt b/providers/sendgrid/docs/.latest-doc-only-change.txt index 4314cebe1711b..a9dc637bcebfd 100644 --- a/providers/sendgrid/docs/.latest-doc-only-change.txt +++ b/providers/sendgrid/docs/.latest-doc-only-change.txt @@ -1 +1 @@ -a1ddf31098a8388d392b338ed29e8925b0e77b69 +115da5b3cd678cd906aceebabb6561731b2785fa diff --git a/providers/snowflake/README.rst b/providers/snowflake/README.rst index f79d395a8d180..2a92da1081f67 100644 --- a/providers/snowflake/README.rst +++ b/providers/snowflake/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-snowflake`` -Release: ``6.16.0`` +Release: ``6.16.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 ------------ @@ -101,4 +101,4 @@ Extra Dependencies =================== ==================================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/snowflake/docs/changelog.rst b/providers/snowflake/docs/changelog.rst index fce8b438052bb..1cf05253c337d 100644 --- a/providers/snowflake/docs/changelog.rst +++ b/providers/snowflake/docs/changelog.rst @@ -27,6 +27,24 @@ Changelog --------- +6.16.1 +...... + +Bug Fixes +~~~~~~~~~ + +* ``Make 'durable' reach 'default_args' and warn when set below Airflow 3.3 (#71531)`` + +Doc-only +~~~~~~~~ + +* ``Document how clearing tasks works with task state store on durable operators (#71358)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + + 6.16.0 ...... diff --git a/providers/snowflake/docs/index.rst b/providers/snowflake/docs/index.rst index 66299a9ea7e04..d354e6ea57d13 100644 --- a/providers/snowflake/docs/index.rst +++ b/providers/snowflake/docs/index.rst @@ -79,7 +79,7 @@ apache-airflow-providers-snowflake package `Snowflake `__ -Release: 6.16.0 +Release: 6.16.1 Provider package ---------------- @@ -163,5 +163,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.16.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-snowflake 6.16.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-snowflake 6.16.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-snowflake 6.16.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/snowflake/provider.yaml b/providers/snowflake/provider.yaml index c2b9157c7f037..fe11068971177 100644 --- a/providers/snowflake/provider.yaml +++ b/providers/snowflake/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 6.16.1 - 6.16.0 - 6.15.0 - 6.14.0 diff --git a/providers/snowflake/pyproject.toml b/providers/snowflake/pyproject.toml index 4e5353e50333d..a5a2b3afd739c 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.16.0" +version = "6.16.1" description = "Provider package apache-airflow-providers-snowflake for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -132,8 +132,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.16.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.16.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.16.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.16.1/changelog.html" "Bug Tracker" = "https://github.com/apache/airflow/issues" "Source Code" = "https://github.com/apache/airflow" "Slack Chat" = "https://s.apache.org/airflow-slack" diff --git a/providers/snowflake/src/airflow/providers/snowflake/__init__.py b/providers/snowflake/src/airflow/providers/snowflake/__init__.py index 65992cee83a25..fc43cc0b94e01 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.16.0" +__version__ = "6.16.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/standard/README.rst b/providers/standard/README.rst index f3e9502574084..2acb356696c98 100644 --- a/providers/standard/README.rst +++ b/providers/standard/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-standard`` -Release: ``1.17.0`` +Release: ``1.18.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 ------------ @@ -86,4 +86,4 @@ Extra Dependencies =============== ======================================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/standard/docs/changelog.rst b/providers/standard/docs/changelog.rst index 10456dfb0d973..a2f94660bd551 100644 --- a/providers/standard/docs/changelog.rst +++ b/providers/standard/docs/changelog.rst @@ -35,6 +35,19 @@ Changelog --------- +1.18.0 +...... + +Features +~~~~~~~~ + +* ``Support TaskFlow call syntax on stub tasks for the Lang SDK (#69757)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + + 1.17.0 ...... diff --git a/providers/standard/docs/index.rst b/providers/standard/docs/index.rst index a1d2b35831646..a6b8f12bab228 100644 --- a/providers/standard/docs/index.rst +++ b/providers/standard/docs/index.rst @@ -66,7 +66,7 @@ apache-airflow-providers-standard package Airflow Standard Provider -Release: 1.17.0 +Release: 1.18.0 Provider package ---------------- @@ -135,5 +135,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-standard 1.17.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-standard 1.17.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-standard 1.18.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-standard 1.18.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/standard/provider.yaml b/providers/standard/provider.yaml index d939b4c7e7631..d593430a0ffd2 100644 --- a/providers/standard/provider.yaml +++ b/providers/standard/provider.yaml @@ -22,12 +22,13 @@ description: | Airflow Standard Provider state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 1.18.0 - 1.17.0 - 1.16.0 - 1.15.0 diff --git a/providers/standard/pyproject.toml b/providers/standard/pyproject.toml index 69fcf2df50525..04e8c68d8c91a 100644 --- a/providers/standard/pyproject.toml +++ b/providers/standard/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-standard" -version = "1.17.0" +version = "1.18.0" description = "Provider package apache-airflow-providers-standard for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -107,8 +107,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.17.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.17.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.18.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.18.0/changelog.html" "Bug Tracker" = "https://github.com/apache/airflow/issues" "Source Code" = "https://github.com/apache/airflow" "Slack Chat" = "https://s.apache.org/airflow-slack" diff --git a/providers/standard/src/airflow/providers/standard/__init__.py b/providers/standard/src/airflow/providers/standard/__init__.py index b3abefd00c331..f00be266d2555 100644 --- a/providers/standard/src/airflow/providers/standard/__init__.py +++ b/providers/standard/src/airflow/providers/standard/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.17.0" +__version__ = "1.18.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/providers/tableau/README.rst b/providers/tableau/README.rst index f4c44cc2d38bd..a3a55cc30c2b2 100644 --- a/providers/tableau/README.rst +++ b/providers/tableau/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-tableau`` -Release: ``5.6.0`` +Release: ``5.6.1`` `Tableau `__ @@ -36,7 +36,7 @@ This is a provider package for ``tableau`` provider. All classes for this provid are in ``airflow.providers.tableau`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -59,4 +59,4 @@ PIP package Version required ========================================== ================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/tableau/docs/changelog.rst b/providers/tableau/docs/changelog.rst index e283ef7ff899c..984e4cd8001d3 100644 --- a/providers/tableau/docs/changelog.rst +++ b/providers/tableau/docs/changelog.rst @@ -27,6 +27,19 @@ Changelog --------- +5.6.1 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Skip Tableau refresh/task run on 409093 resource conflict (#69382)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Adopt flit 4 as the provider distribution build backend (#71186)`` + + 5.6.0 ..... diff --git a/providers/tableau/docs/index.rst b/providers/tableau/docs/index.rst index 2d0bb64c165c7..beac021b8849b 100644 --- a/providers/tableau/docs/index.rst +++ b/providers/tableau/docs/index.rst @@ -71,7 +71,7 @@ apache-airflow-providers-tableau package `Tableau `__ -Release: 5.6.0 +Release: 5.6.1 Provider package ---------------- @@ -105,5 +105,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-tableau 5.6.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-tableau 5.6.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-tableau 5.6.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-tableau 5.6.1 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/tableau/provider.yaml b/providers/tableau/provider.yaml index 39d00d9105a95..5c64476cac4e5 100644 --- a/providers/tableau/provider.yaml +++ b/providers/tableau/provider.yaml @@ -23,12 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1783356304 +source-date-epoch: 1787011200 # Note that those versions are maintained by release manager - do not update them manually # with the exception of case where other provider in sources has >= new provider version. # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: + - 5.6.1 - 5.6.0 - 5.5.0 - 5.4.1 diff --git a/providers/tableau/pyproject.toml b/providers/tableau/pyproject.toml index 8e19e71843d9d..e964c4d1170c0 100644 --- a/providers/tableau/pyproject.toml +++ b/providers/tableau/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-tableau" -version = "5.6.0" +version = "5.6.1" description = "Provider package apache-airflow-providers-tableau for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -99,8 +99,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-tableau/5.6.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-tableau/5.6.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-tableau/5.6.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-tableau/5.6.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/tableau/src/airflow/providers/tableau/__init__.py b/providers/tableau/src/airflow/providers/tableau/__init__.py index 93c69a6c79d80..c259085787dfa 100644 --- a/providers/tableau/src/airflow/providers/tableau/__init__.py +++ b/providers/tableau/src/airflow/providers/tableau/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "5.6.0" +__version__ = "5.6.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.11.0" diff --git a/uv.lock b/uv.lock index cc83d8f157d58..81be3ea0cb14e 100644 --- a/uv.lock +++ b/uv.lock @@ -64,9 +64,9 @@ apache-airflow-providers-apache-cassandra = false apache-airflow-providers-asana = false apache-airflow-providers-oracle = false apache-airflow-providers-mysql = false +apache-airflow-providers-teradata = false apache-airflow-providers-alibaba = false apache-airflow-providers-microsoft-mssql = false -apache-airflow-providers-teradata = false apache-airflow-providers-jdbc = false apache-airflow-helm-chart = false apache-airflow-providers-anthropic = false @@ -3020,7 +3020,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-amazon" -version = "9.34.0" +version = "9.35.0" source = { editable = "providers/amazon" } dependencies = [ { name = "apache-airflow" }, @@ -3224,7 +3224,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-anthropic" -version = "0.2.1" +version = "0.3.0" source = { editable = "providers/anthropic" } dependencies = [ { name = "anthropic" }, @@ -3447,7 +3447,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-apache-hdfs" -version = "4.12.2" +version = "4.13.0" source = { editable = "providers/apache/hdfs" } dependencies = [ { name = "apache-airflow" }, @@ -3597,7 +3597,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-apache-iceberg" -version = "2.0.3" +version = "2.1.0" source = { editable = "providers/apache/iceberg" } dependencies = [ { name = "apache-airflow" }, @@ -3692,7 +3692,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-apache-kafka" -version = "1.15.1" +version = "1.16.0" source = { editable = "providers/apache/kafka" } dependencies = [ { name = "apache-airflow" }, @@ -3791,7 +3791,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-apache-livy" -version = "4.6.0" +version = "4.6.1" source = { editable = "providers/apache/livy" } dependencies = [ { name = "aiohttp" }, @@ -3911,7 +3911,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-apache-spark" -version = "6.3.1" +version = "6.3.2" source = { editable = "providers/apache/spark" } dependencies = [ { name = "apache-airflow" }, @@ -4212,7 +4212,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-clickhousedb" -version = "1.0.1" +version = "1.0.0" source = { editable = "providers/clickhousedb" } dependencies = [ { name = "apache-airflow" }, @@ -4287,7 +4287,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-cncf-kubernetes" -version = "10.21.0" +version = "10.21.1" source = { editable = "providers/cncf/kubernetes" } dependencies = [ { name = "aiofiles" }, @@ -4375,7 +4375,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-common-ai" -version = "0.7.0" +version = "0.8.0" source = { editable = "providers/common/ai" } dependencies = [ { name = "apache-airflow" }, @@ -4684,7 +4684,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-common-sql" -version = "2.1.0" +version = "2.1.1" source = { editable = "providers/common/sql" } dependencies = [ { name = "apache-airflow" }, @@ -4785,7 +4785,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-databricks" -version = "7.18.1" +version = "7.19.0" source = { editable = "providers/databricks" } dependencies = [ { name = "aiohttp" }, @@ -5105,7 +5105,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-edge3" -version = "4.3.0" +version = "4.3.1" source = { editable = "providers/edge3" } dependencies = [ { name = "aiofiles" }, @@ -5251,7 +5251,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-fab" -version = "3.8.0" +version = "3.8.1" source = { editable = "providers/fab" } dependencies = [ { name = "apache-airflow" }, @@ -5417,7 +5417,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-git" -version = "0.4.2" +version = "0.4.3" source = { editable = "providers/git" } dependencies = [ { name = "apache-airflow" }, @@ -5491,7 +5491,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-google" -version = "22.3.0" +version = "22.4.0" source = { editable = "providers/google" } dependencies = [ { name = "apache-airflow" }, @@ -5842,7 +5842,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-hashicorp" -version = "4.8.0" +version = "4.8.1" source = { editable = "providers/hashicorp" } dependencies = [ { name = "apache-airflow" }, @@ -6123,7 +6123,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-jdbc" -version = "5.5.0" +version = "5.5.1" source = { editable = "providers/jdbc" } dependencies = [ { name = "apache-airflow" }, @@ -6257,7 +6257,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-microsoft-azure" -version = "14.1.0" +version = "15.0.0" source = { editable = "providers/microsoft/azure" } dependencies = [ { name = "adlfs" }, @@ -6397,7 +6397,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-microsoft-mssql" -version = "4.7.0" +version = "4.7.1" source = { editable = "providers/microsoft/mssql" } dependencies = [ { name = "apache-airflow" }, @@ -6450,7 +6450,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-microsoft-psrp" -version = "3.2.6" +version = "3.2.7" source = { editable = "providers/microsoft/psrp" } dependencies = [ { name = "apache-airflow" }, @@ -6569,7 +6569,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-mysql" -version = "6.6.1" +version = "6.6.2" source = { editable = "providers/mysql" } dependencies = [ { name = "aiomysql" }, @@ -6801,7 +6801,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-openlineage" -version = "2.20.0" +version = "2.20.1" source = { editable = "providers/openlineage" } dependencies = [ { name = "apache-airflow" }, @@ -6936,7 +6936,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-oracle" -version = "4.6.2" +version = "4.6.3" source = { editable = "providers/oracle" } dependencies = [ { name = "apache-airflow" }, @@ -7179,7 +7179,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-postgres" -version = "7.0.1" +version = "7.0.2" source = { editable = "providers/postgres" } dependencies = [ { name = "apache-airflow" }, @@ -7465,7 +7465,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-samba" -version = "4.12.6" +version = "4.13.0" source = { editable = "providers/samba" } dependencies = [ { name = "apache-airflow" }, @@ -7775,7 +7775,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-snowflake" -version = "6.16.0" +version = "6.16.1" source = { editable = "providers/snowflake" } dependencies = [ { name = "apache-airflow" }, @@ -7925,7 +7925,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-standard" -version = "1.17.0" +version = "1.18.0" source = { editable = "providers/standard" } dependencies = [ { name = "apache-airflow" }, @@ -7971,7 +7971,7 @@ docs = [{ name = "apache-airflow-devel-common", extras = ["docs"], editable = "d [[package]] name = "apache-airflow-providers-tableau" -version = "5.6.0" +version = "5.6.1" source = { editable = "providers/tableau" } dependencies = [ { name = "apache-airflow" },