diff --git a/providers/airbyte/README.rst b/providers/airbyte/README.rst
index 33c2bb1214527..e74f0d38fdfd1 100644
--- a/providers/airbyte/README.rst
+++ b/providers/airbyte/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-airbyte``
-Release: ``5.2.2``
+Release: ``5.2.3``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,7 @@ This is a provider package for ``airbyte`` provider. All classes for this provid
are in ``airflow.providers.airbyte`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+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/airbyte/docs/changelog.rst b/providers/airbyte/docs/changelog.rst
index 90ce0eaf4160f..5d4a332fe433c 100644
--- a/providers/airbyte/docs/changelog.rst
+++ b/providers/airbyte/docs/changelog.rst
@@ -27,6 +27,22 @@ Changelog
---------
+5.2.3
+.....
+
+Misc
+~~~~
+
+* ``Improve debug logging in Airbyte provider (#51503)``
+
+Doc-only
+~~~~~~~~
+
+* ``Improve connection docs (#53942)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
5.2.2
.....
diff --git a/providers/airbyte/docs/index.rst b/providers/airbyte/docs/index.rst
index 5dfdc4fdd87df..fcd506e5a5a47 100644
--- a/providers/airbyte/docs/index.rst
+++ b/providers/airbyte/docs/index.rst
@@ -76,7 +76,7 @@ apache-airflow-providers-airbyte package
`Airbyte `__
-Release: 5.2.2
+Release: 5.2.3
Release Date: ``|PypiReleaseDate|``
diff --git a/providers/airbyte/provider.yaml b/providers/airbyte/provider.yaml
index faf23fb288559..52f7f5033fcd8 100644
--- a/providers/airbyte/provider.yaml
+++ b/providers/airbyte/provider.yaml
@@ -22,12 +22,13 @@ description: |
`Airbyte `__
state: ready
-source-date-epoch: 1753688457
+source-date-epoch: 1754502662
# 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.2.3
- 5.2.2
- 5.2.1
- 5.2.0
diff --git a/providers/airbyte/pyproject.toml b/providers/airbyte/pyproject.toml
index cea938490d01a..4f17338c0ed4f 100644
--- a/providers/airbyte/pyproject.toml
+++ b/providers/airbyte/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-airbyte"
-version = "5.2.2"
+version = "5.2.3"
description = "Provider package apache-airflow-providers-airbyte for Apache Airflow"
readme = "README.rst"
authors = [
@@ -96,8 +96,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.2"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.2/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.3"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.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/airbyte/src/airflow/providers/airbyte/__init__.py b/providers/airbyte/src/airflow/providers/airbyte/__init__.py
index 9e6844b2ca736..0c0f95873395a 100644
--- a/providers/airbyte/src/airflow/providers/airbyte/__init__.py
+++ b/providers/airbyte/src/airflow/providers/airbyte/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "5.2.2"
+__version__ = "5.2.3"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/amazon/README.rst b/providers/amazon/README.rst
index 177dcc39c2219..238da0d0497c9 100644
--- a/providers/amazon/README.rst
+++ b/providers/amazon/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-amazon``
-Release: ``9.11.0``
+Release: ``9.12.0``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,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
------------
@@ -105,4 +105,4 @@ Dependent package
======================================================================================================================== ====================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/amazon/docs/changelog.rst b/providers/amazon/docs/changelog.rst
index 18947134a8841..90000e1290956 100644
--- a/providers/amazon/docs/changelog.rst
+++ b/providers/amazon/docs/changelog.rst
@@ -26,6 +26,41 @@
Changelog
---------
+9.12.0
+......
+
+Features
+~~~~~~~~
+
+* ``Add MwaaTaskSensor to Amazon Provider Package (#51719)``
+* ``Support executor_config on Lambda Executor (#53994)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix AWS Lambda executor error handling for DLQ vs task failures (#53990)``
+
+Misc
+~~~~
+
+* ``Set minimum version for common.messaging to 1.0.3 (#54160)``
+* ``Use timezone from new TaskSDK public API where possible (#53949)``
+* ``Use timezone from new TaskSDK public API where possible (second part) (#53986)``
+* ``Refactor bundle view_url to not instantiate bundle on server components (#52876)``
+
+Doc-only
+~~~~~~~~
+
+* ``Add missing PR number in amazon changelog (#53880)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``SageMaker Unified Studios System Tests Update (#54038)``
+ * ``Do not run export operations in 'example_dynamodb_to_s3' (#54158)``
+ * ``Add system test for Lambda executor Dead Letter Queue (DLQ) processing (#54042)``
+ * ``Fix 'importskip' statements in tests (#54135)``
+ * ``Increase timeout to delete tables in 'example_s3_to_dynamodb' (#54096)``
+
9.11.0
......
diff --git a/providers/amazon/docs/index.rst b/providers/amazon/docs/index.rst
index 05497db2812c0..e9ee9fed0adee 100644
--- a/providers/amazon/docs/index.rst
+++ b/providers/amazon/docs/index.rst
@@ -87,7 +87,7 @@ apache-airflow-providers-amazon package
Amazon integration (including `Amazon Web Services (AWS) `__).
-Release: 9.11.0
+Release: 9.12.0
Release Date: ``|PypiReleaseDate|``
@@ -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-amazon 9.11.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-amazon 9.11.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 9.12.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 9.12.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/amazon/provider.yaml b/providers/amazon/provider.yaml
index f1a37444d338e..274b9dc46bcd2 100644
--- a/providers/amazon/provider.yaml
+++ b/providers/amazon/provider.yaml
@@ -22,12 +22,13 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) `__).
state: ready
-source-date-epoch: 1753688567
+source-date-epoch: 1754502801
# 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.12.0
- 9.11.0
- 9.10.0
- 9.9.0
diff --git a/providers/amazon/pyproject.toml b/providers/amazon/pyproject.toml
index 09df40ec470aa..5395e2cd82dd5 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.11.0"
+version = "9.12.0"
description = "Provider package apache-airflow-providers-amazon for Apache Airflow"
readme = "README.rst"
authors = [
@@ -206,8 +206,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.11.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.11.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.12.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.12.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 d82fd093410f9..383457cb2d01e 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.11.0"
+__version__ = "9.12.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/apache/kafka/README.rst b/providers/apache/kafka/README.rst
index 9688e462f105c..99a81bcafc313 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.10.1``
+Release: ``1.10.2``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,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
------------
@@ -80,4 +80,4 @@ Dependent package
======================================================================================================================== ====================
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 ed20be6f43bad..0a54b58fed14d 100644
--- a/providers/apache/kafka/docs/changelog.rst
+++ b/providers/apache/kafka/docs/changelog.rst
@@ -27,6 +27,18 @@
Changelog
---------
+1.10.2
+......
+
+Misc
+~~~~
+
+* ``Set minimum version for common.messaging to 1.0.3 (#54160)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Fix 'importskip' statements in tests (#54135)``
+
1.10.1
......
diff --git a/providers/apache/kafka/docs/index.rst b/providers/apache/kafka/docs/index.rst
index 35eabd8e51e4b..8e86319766d0b 100644
--- a/providers/apache/kafka/docs/index.rst
+++ b/providers/apache/kafka/docs/index.rst
@@ -83,7 +83,7 @@ apache-airflow-providers-apache-kafka package
`Apache Kafka `__
-Release: 1.10.1
+Release: 1.10.2
Release Date: ``|PypiReleaseDate|``
@@ -139,5 +139,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-apache-kafka 1.10.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-kafka 1.10.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-kafka 1.10.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-kafka 1.10.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/kafka/provider.yaml b/providers/apache/kafka/provider.yaml
index 5ea728a77b3cf..ee65c958bc133 100644
--- a/providers/apache/kafka/provider.yaml
+++ b/providers/apache/kafka/provider.yaml
@@ -20,7 +20,7 @@ package-name: apache-airflow-providers-apache-kafka
name: Apache Kafka
state: ready
-source-date-epoch: 1753688868
+source-date-epoch: 1754503001
description: |
`Apache Kafka `__
# Note that those versions are maintained by release manager - do not update them manually
@@ -28,6 +28,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.10.2
- 1.10.1
- 1.10.0
- 1.9.0
diff --git a/providers/apache/kafka/pyproject.toml b/providers/apache/kafka/pyproject.toml
index ac7bbcd44ac4d..865cbec4ba7c3 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.10.1"
+version = "1.10.2"
description = "Provider package apache-airflow-providers-apache-kafka for Apache Airflow"
readme = "README.rst"
authors = [
@@ -108,8 +108,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.10.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.10.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.10.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.10.2/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/apache/kafka/src/airflow/providers/apache/kafka/__init__.py b/providers/apache/kafka/src/airflow/providers/apache/kafka/__init__.py
index 950e476ab0503..bf445f7fe9d03 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.10.1"
+__version__ = "1.10.2"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/apache/livy/docs/.latest-doc-only-change.txt b/providers/apache/livy/docs/.latest-doc-only-change.txt
index 28afc522f70a9..14c800999367f 100644
--- a/providers/apache/livy/docs/.latest-doc-only-change.txt
+++ b/providers/apache/livy/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-6adb2dbae47341eb61dbc62dbc56176d9aa83fd9
+bcc64a255e488e74db034e9b7e46a002b1c0f8cd
diff --git a/providers/apache/tinkerpop/README.rst b/providers/apache/tinkerpop/README.rst
index bd16cb003c9b0..8d895243851e3 100644
--- a/providers/apache/tinkerpop/README.rst
+++ b/providers/apache/tinkerpop/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-tinkerpop``
-Release: ``1.0.2``
+Release: ``1.0.3``
Release Date: ``|PypiReleaseDate|``
@@ -39,7 +39,7 @@ This is a provider package for ``apache.tinkerpop`` provider. All classes for th
are in ``airflow.providers.apache.tinkerpop`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -57,8 +57,8 @@ Requirements
PIP package Version required
================== ==================
``apache-airflow`` ``>=2.10.0``
-``gremlinpython`` ``>=3.7.0``
+``gremlinpython`` ``>=3.7.3``
================== ==================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/tinkerpop/docs/changelog.rst b/providers/apache/tinkerpop/docs/changelog.rst
index 5843485e9b87c..86bb8b04e8edd 100644
--- a/providers/apache/tinkerpop/docs/changelog.rst
+++ b/providers/apache/tinkerpop/docs/changelog.rst
@@ -18,6 +18,17 @@
``apache-airflow-providers-apache-tinkerpop``
+1.0.3
+.....
+
+Misc
+~~~~
+
+* ``Bump gremlinpython to 3.7.3 (#54109)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
1.0.2
.....
diff --git a/providers/apache/tinkerpop/docs/index.rst b/providers/apache/tinkerpop/docs/index.rst
index 8a7183c85e8a9..e6cb0188c0bd7 100644
--- a/providers/apache/tinkerpop/docs/index.rst
+++ b/providers/apache/tinkerpop/docs/index.rst
@@ -78,7 +78,7 @@ Apache TinkerPop is a graph computing framework for both graph databases (OLTP)
systems (OLAP) and Gremlin is its graph traversal language.
-Release: 1.0.2
+Release: 1.0.3
Release Date: ``|PypiReleaseDate|``
@@ -104,5 +104,5 @@ The minimum Apache Airflow version supported by this provider distribution is ``
PIP package Version required
================== ==================
``apache-airflow`` ``>=2.10.0``
-``gremlinpython`` ``>=3.7.0``
+``gremlinpython`` ``>=3.7.3``
================== ==================
diff --git a/providers/apache/tinkerpop/provider.yaml b/providers/apache/tinkerpop/provider.yaml
index 7e234319b307d..35b52038b4906 100644
--- a/providers/apache/tinkerpop/provider.yaml
+++ b/providers/apache/tinkerpop/provider.yaml
@@ -22,9 +22,10 @@ description: |
Apache TinkerPop is a graph computing framework for both graph databases (OLTP) and graph analytic
systems (OLAP) and Gremlin is its graph traversal language.
state: ready
-source-date-epoch: 1753689285
+source-date-epoch: 1754503027
# note that these versions are maintained by the release manager - do not update them manually
versions:
+ - 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
diff --git a/providers/apache/tinkerpop/pyproject.toml b/providers/apache/tinkerpop/pyproject.toml
index ab8299f68e4ed..70ad53058b358 100644
--- a/providers/apache/tinkerpop/pyproject.toml
+++ b/providers/apache/tinkerpop/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-tinkerpop"
-version = "1.0.2"
+version = "1.0.3"
description = "Provider package apache-airflow-providers-apache-tinkerpop for Apache Airflow"
readme = "README.rst"
authors = [
@@ -95,8 +95,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.0.2"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.0.2/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.0.3"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.0.3/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/apache/tinkerpop/src/airflow/providers/apache/tinkerpop/__init__.py b/providers/apache/tinkerpop/src/airflow/providers/apache/tinkerpop/__init__.py
index 0d3d38ed0a986..0a878208326d7 100644
--- a/providers/apache/tinkerpop/src/airflow/providers/apache/tinkerpop/__init__.py
+++ b/providers/apache/tinkerpop/src/airflow/providers/apache/tinkerpop/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "1.0.2"
+__version__ = "1.0.3"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/cncf/kubernetes/README.rst b/providers/cncf/kubernetes/README.rst
index 935c171190972..8543e5b18541c 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.6.2``
+Release: ``10.7.0``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,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
------------
@@ -63,4 +63,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 fa22e77fdfcdf..6d7f1f2c168bd 100644
--- a/providers/cncf/kubernetes/docs/changelog.rst
+++ b/providers/cncf/kubernetes/docs/changelog.rst
@@ -28,6 +28,22 @@ Changelog
---------
+10.7.0
+......
+
+Features
+~~~~~~~~
+
+* ``Add support for taking the config file as a dict for KubernetesHook (#53126)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Kill kube watcher instance if it doesnt terminate gracefully in 60 seconds (#52662)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
10.6.2
......
diff --git a/providers/cncf/kubernetes/docs/index.rst b/providers/cncf/kubernetes/docs/index.rst
index ecb703475b391..a4a54b93346a6 100644
--- a/providers/cncf/kubernetes/docs/index.rst
+++ b/providers/cncf/kubernetes/docs/index.rst
@@ -87,7 +87,7 @@ apache-airflow-providers-cncf-kubernetes package
`Kubernetes `__
-Release: 10.6.2
+Release: 10.7.0
Release Date: ``|PypiReleaseDate|``
diff --git a/providers/cncf/kubernetes/provider.yaml b/providers/cncf/kubernetes/provider.yaml
index 2ab1ba761cd7b..d0d5fd47df73d 100644
--- a/providers/cncf/kubernetes/provider.yaml
+++ b/providers/cncf/kubernetes/provider.yaml
@@ -22,12 +22,13 @@ description: |
`Kubernetes `__
state: ready
-source-date-epoch: 1753689981
+source-date-epoch: 1754503046
# 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.7.0
- 10.6.2
- 10.6.1
- 10.6.0
diff --git a/providers/cncf/kubernetes/pyproject.toml b/providers/cncf/kubernetes/pyproject.toml
index 2f48ed8d93807..9d9e5277832f5 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.6.2"
+version = "10.7.0"
description = "Provider package apache-airflow-providers-cncf-kubernetes for Apache Airflow"
readme = "README.rst"
authors = [
@@ -108,8 +108,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.6.2"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.6.2/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.7.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.7.0/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py b/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py
index f15284fc8736f..91e85a226fc40 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.6.2"
+__version__ = "10.7.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/common/sql/README.rst b/providers/common/sql/README.rst
index 5e90636165323..8c0b2f3e279ba 100644
--- a/providers/common/sql/README.rst
+++ b/providers/common/sql/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-common-sql``
-Release: ``1.27.4``
+Release: ``1.27.5``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,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
------------
@@ -80,4 +80,4 @@ Dependent package
============================================================================================================== ===============
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 0697dbcd398b6..f51f3b22b67b5 100644
--- a/providers/common/sql/docs/changelog.rst
+++ b/providers/common/sql/docs/changelog.rst
@@ -25,6 +25,17 @@
Changelog
---------
+1.27.5
+......
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix SnowflakeCheckOperator and SnowflakeValueCheckOperator to use parameters arg correctly (#53837)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
1.27.4
......
diff --git a/providers/common/sql/docs/index.rst b/providers/common/sql/docs/index.rst
index b16df899e894f..ff40678da5954 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: 1.27.4
+Release: 1.27.5
Release Date: ``|PypiReleaseDate|``
@@ -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-common-sql 1.27.4 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-common-sql 1.27.4 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-common-sql 1.27.5 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-common-sql 1.27.5 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/common/sql/provider.yaml b/providers/common/sql/provider.yaml
index 43c31199cdf23..d3586cd1e66a2 100644
--- a/providers/common/sql/provider.yaml
+++ b/providers/common/sql/provider.yaml
@@ -22,12 +22,13 @@ description: |
`Common SQL Provider `__
state: ready
-source-date-epoch: 1753690201
+source-date-epoch: 1754503073
# 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.27.5
- 1.27.4
- 1.27.3
- 1.27.2
diff --git a/providers/common/sql/pyproject.toml b/providers/common/sql/pyproject.toml
index bac88e7718e3f..8d7e14a8a31e1 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 = "1.27.4"
+version = "1.27.5"
description = "Provider package apache-airflow-providers-common-sql for Apache Airflow"
readme = "README.rst"
authors = [
@@ -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-common-sql/1.27.4"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.27.4/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.27.5"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.27.5/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/common/sql/src/airflow/providers/common/sql/__init__.py b/providers/common/sql/src/airflow/providers/common/sql/__init__.py
index 9c6c4f663bbee..7c272dd29b8cc 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__ = "1.27.4"
+__version__ = "1.27.5"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/databricks/README.rst b/providers/databricks/README.rst
index 12344eb9d0070..050fdcc5efdc0 100644
--- a/providers/databricks/README.rst
+++ b/providers/databricks/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-databricks``
-Release: ``7.7.0``
+Release: ``7.7.1``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,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
------------
@@ -92,4 +92,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/databricks/docs/changelog.rst b/providers/databricks/docs/changelog.rst
index 921ae5284ec2e..9763564b4ce7b 100644
--- a/providers/databricks/docs/changelog.rst
+++ b/providers/databricks/docs/changelog.rst
@@ -26,6 +26,18 @@
Changelog
---------
+7.7.1
+.....
+
+Misc
+~~~~
+
+* ``Bump deltalake to 1.1.3 (#54108)``
+* ``Move imports to version_compat in databricks workflow plugin (#53883)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
7.7.0
.....
diff --git a/providers/databricks/docs/index.rst b/providers/databricks/docs/index.rst
index cf2eaa744e2d4..d7371ef02c8ae 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.7.0
+Release: 7.7.1
Release Date: ``|PypiReleaseDate|``
@@ -146,5 +146,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-databricks 7.7.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-databricks 7.7.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-databricks 7.7.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-databricks 7.7.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/databricks/provider.yaml b/providers/databricks/provider.yaml
index 6e0f959b485e4..9dce257e446c6 100644
--- a/providers/databricks/provider.yaml
+++ b/providers/databricks/provider.yaml
@@ -22,12 +22,13 @@ description: |
`Databricks `__
state: ready
-source-date-epoch: 1753690258
+source-date-epoch: 1754503130
# 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.7.1
- 7.7.0
- 7.6.0
- 7.5.0
diff --git a/providers/databricks/pyproject.toml b/providers/databricks/pyproject.toml
index aecb28f0f268b..1ef6a339aa30e 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.7.0"
+version = "7.7.1"
description = "Provider package apache-airflow-providers-databricks for Apache Airflow"
readme = "README.rst"
authors = [
@@ -131,8 +131,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.7.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.7.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.7.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.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/databricks/src/airflow/providers/databricks/__init__.py b/providers/databricks/src/airflow/providers/databricks/__init__.py
index 739ff4be1a670..b09e820b2f148 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.7.0"
+__version__ = "7.7.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/discord/docs/.latest-doc-only-change.txt b/providers/discord/docs/.latest-doc-only-change.txt
index 2dce7d6910414..14c800999367f 100644
--- a/providers/discord/docs/.latest-doc-only-change.txt
+++ b/providers/discord/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+bcc64a255e488e74db034e9b7e46a002b1c0f8cd
diff --git a/providers/edge3/README.rst b/providers/edge3/README.rst
index 31ea08a1a14a7..eded66e687a09 100644
--- a/providers/edge3/README.rst
+++ b/providers/edge3/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-edge3``
-Release: ``1.1.2``
+Release: ``1.1.3``
Release Date: ``|PypiReleaseDate|``
@@ -49,7 +49,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
------------
@@ -72,4 +72,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 ebf6d322b03f9..9666233811960 100644
--- a/providers/edge3/docs/changelog.rst
+++ b/providers/edge3/docs/changelog.rst
@@ -27,6 +27,18 @@
Changelog
---------
+1.1.3
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix: Prevent duplicate edge_job insertions for deferrable tasks in EdgeExecutor (#53610) (#53927)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Remove parameter from Edge example (#53997)``
+
1.1.2
.....
diff --git a/providers/edge3/docs/index.rst b/providers/edge3/docs/index.rst
index 42ef9d2ea37de..1e27692fb616c 100644
--- a/providers/edge3/docs/index.rst
+++ b/providers/edge3/docs/index.rst
@@ -90,7 +90,7 @@ Additional REST API endpoints are provided to distribute tasks and manage the ed
are provided by the API server.
-Release: 1.1.2
+Release: 1.1.3
Release Date: ``|PypiReleaseDate|``
diff --git a/providers/edge3/provider.yaml b/providers/edge3/provider.yaml
index a60a8244d2e07..55018bf0f5382 100644
--- a/providers/edge3/provider.yaml
+++ b/providers/edge3/provider.yaml
@@ -33,13 +33,14 @@ description: |
are provided by the API server.
state: ready
-source-date-epoch: 1751473321
+source-date-epoch: 1754503142
# 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.1.3
- 1.1.2
- 1.1.1
- 1.1.0
diff --git a/providers/edge3/pyproject.toml b/providers/edge3/pyproject.toml
index 7efee08bbb255..78037d5c805e1 100644
--- a/providers/edge3/pyproject.toml
+++ b/providers/edge3/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-edge3"
-version = "1.1.2"
+version = "1.1.3"
description = "Provider package apache-airflow-providers-edge3 for Apache Airflow"
readme = "README.rst"
authors = [
@@ -96,8 +96,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.1.2"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.1.2/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.1.3"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.1.3/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/edge3/src/airflow/providers/edge3/__init__.py b/providers/edge3/src/airflow/providers/edge3/__init__.py
index 3b6d7cd783445..92adda0774171 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__ = "1.1.2"
+__version__ = "1.1.3"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/fab/README.rst b/providers/fab/README.rst
index e87408c7526f0..9025121451712 100644
--- a/providers/fab/README.rst
+++ b/providers/fab/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-fab``
-Release: ``2.3.1``
+Release: ``2.4.0``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,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
------------
@@ -88,4 +88,4 @@ Dependent package
================================================================================================================== =================
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 82db3a7eec4cb..9beab12ecfbb0 100644
--- a/providers/fab/docs/changelog.rst
+++ b/providers/fab/docs/changelog.rst
@@ -20,6 +20,30 @@
Changelog
---------
+2.4.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Create HITL specific permission for core-API (#54043)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``fix: Add FAB configs for cookie security (#53542)``
+* ``Fig 'Config' menu item missing in 'FabAuthManager' (#53944)``
+
+Misc
+~~~~
+
+* ``Bump the fab-ui-package-updates group across 1 directory with 3 updates (#53941)``
+* ``Add UI for human in the loop operators (#53035)``
+* ``Bump the fab-ui-package-updates group across 1 directory with 4 updates (#53503)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
2.3.1
.....
diff --git a/providers/fab/docs/index.rst b/providers/fab/docs/index.rst
index 3243d101fddf6..e34c4e9d3197d 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: 2.3.1
+Release: 2.4.0
Release Date: ``|PypiReleaseDate|``
@@ -148,5 +148,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 2.3.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-fab 2.3.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-fab 2.4.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-fab 2.4.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/fab/provider.yaml b/providers/fab/provider.yaml
index fbbef3bfd218f..4e3dee3c91c50 100644
--- a/providers/fab/provider.yaml
+++ b/providers/fab/provider.yaml
@@ -28,13 +28,14 @@ description: |
# For providers until we think it should be released.
state: ready
-source-date-epoch: 1753690707
+source-date-epoch: 1754503221
# 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.4.0
- 2.3.1
- 2.3.0
- 2.2.1
diff --git a/providers/fab/pyproject.toml b/providers/fab/pyproject.toml
index 72957b0f2a993..12b99a87d0f8b 100644
--- a/providers/fab/pyproject.toml
+++ b/providers/fab/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-fab"
-version = "2.3.1"
+version = "2.4.0"
description = "Provider package apache-airflow-providers-fab for Apache Airflow"
readme = "README.rst"
authors = [
@@ -126,8 +126,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/2.3.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/2.3.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/2.4.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/2.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/fab/src/airflow/providers/fab/__init__.py b/providers/fab/src/airflow/providers/fab/__init__.py
index ca722ba088059..a3008b4710aa4 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__ = "2.3.1"
+__version__ = "2.4.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"3.0.2"
diff --git a/providers/git/README.rst b/providers/git/README.rst
index 30bcacb61ae70..13cf190c9864a 100644
--- a/providers/git/README.rst
+++ b/providers/git/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-git``
-Release: ``0.0.5``
+Release: ``0.0.6``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,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 4da6d6c0fda6c..19f427f4d143c 100644
--- a/providers/git/docs/changelog.rst
+++ b/providers/git/docs/changelog.rst
@@ -15,6 +15,17 @@
specific language governing permissions and limitations
under the License.
+0.0.6
+.....
+
+Misc
+~~~~
+
+* ``Refactor bundle view_url to not instaniate bundle on server components (#52876)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
0.0.5
.....
diff --git a/providers/git/docs/index.rst b/providers/git/docs/index.rst
index f272714d3b7c5..d9a4cc13f38c0 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.0.5
+Release: 0.0.6
Release Date: ``|PypiReleaseDate|``
diff --git a/providers/git/provider.yaml b/providers/git/provider.yaml
index ad0d21c4ec80a..7eaca072675e6 100644
--- a/providers/git/provider.yaml
+++ b/providers/git/provider.yaml
@@ -22,12 +22,13 @@ description: |
`Distributed version control system (GIT) `__
state: ready
-source-date-epoch: 1753690739
+source-date-epoch: 1754503255
# 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.0.6
- 0.0.5
- 0.0.4
- 0.0.3
diff --git a/providers/git/pyproject.toml b/providers/git/pyproject.toml
index f2ae33233d0a0..d7899154006d2 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.0.5"
+version = "0.0.6"
description = "Provider package apache-airflow-providers-git for Apache Airflow"
readme = "README.rst"
authors = [
@@ -95,8 +95,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.5"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.5/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.6"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.6/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/git/src/airflow/providers/git/__init__.py b/providers/git/src/airflow/providers/git/__init__.py
index 4ebf4c0a41785..ff1cc919a0324 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.0.5"
+__version__ = "0.0.6"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"3.0.0"
diff --git a/providers/google/README.rst b/providers/google/README.rst
index 209892a9ab647..afa217f6220e9 100644
--- a/providers/google/README.rst
+++ b/providers/google/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-google``
-Release: ``17.0.0``
+Release: ``17.1.0``
Release Date: ``|PypiReleaseDate|``
@@ -44,7 +44,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
------------
@@ -76,7 +76,7 @@ PIP package Version required
``google-api-python-client`` ``>=2.0.2``
``google-auth`` ``>=2.29.0``
``google-auth-httplib2`` ``>=0.0.1``
-``google-cloud-aiplatform[evaluation]`` ``>=1.73.0``
+``google-cloud-aiplatform[evaluation]`` ``>=1.98.0``
``ray[default]`` ``>=2.42.0; python_version < "3.13"``
``google-cloud-bigquery-storage`` ``>=2.31.0; python_version < "3.13"``
``google-cloud-alloydb`` ``>=0.4.0``
@@ -173,4 +173,4 @@ Dependent package
======================================================================================================================== ====================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/google/docs/changelog.rst b/providers/google/docs/changelog.rst
index 10465484cb3b4..56074588d8bf5 100644
--- a/providers/google/docs/changelog.rst
+++ b/providers/google/docs/changelog.rst
@@ -27,6 +27,26 @@
Changelog
---------
+17.1.0
+......
+
+Features
+~~~~~~~~
+
+* ``Add Private Service Connect interface support to VertexAI operators (#54170)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix the google provider vertex_ai ImportDataOperator (#53865)``
+* ``Fix the google cloud provider RayHook protobuf compatibility (#54014)``
+* ``Fix the PostgresHook ignoring custom adapters registered (#53707)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Fix location and timeout for Workflows and Dataproc Metastore system tests (#54167)``
+ * ``Fix ray to be imported conditionally (tests is skipped on Python 3.13) (#54031)``
+
17.0.0
......
diff --git a/providers/google/docs/index.rst b/providers/google/docs/index.rst
index b2741458a7330..0bbebc5c313cb 100644
--- a/providers/google/docs/index.rst
+++ b/providers/google/docs/index.rst
@@ -88,7 +88,7 @@ Google services including:
- `Google Workspace `__ (formerly Google Suite)
-Release: 17.0.0
+Release: 17.1.0
Release Date: ``|PypiReleaseDate|``
@@ -128,7 +128,7 @@ PIP package Version required
``google-api-python-client`` ``>=2.0.2``
``google-auth`` ``>=2.29.0``
``google-auth-httplib2`` ``>=0.0.1``
-``google-cloud-aiplatform[evaluation]`` ``>=1.73.0``
+``google-cloud-aiplatform[evaluation]`` ``>=1.98.0``
``ray[default]`` ``>=2.42.0; python_version < "3.13"``
``google-cloud-bigquery-storage`` ``>=2.31.0; python_version < "3.13"``
``google-cloud-alloydb`` ``>=0.4.0``
@@ -230,5 +230,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 17.0.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-google 17.0.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-google 17.1.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-google 17.1.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/google/provider.yaml b/providers/google/provider.yaml
index 8c6f170e608a2..734d2433d2417 100644
--- a/providers/google/provider.yaml
+++ b/providers/google/provider.yaml
@@ -29,12 +29,13 @@ description: |
- `Google Workspace `__ (formerly Google Suite)
state: ready
-source-date-epoch: 1753692233
+source-date-epoch: 1754503289
# 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:
+ - 17.1.0
- 17.0.0
- 16.1.0
- 16.0.0
diff --git a/providers/google/pyproject.toml b/providers/google/pyproject.toml
index c03f5f7e78cdf..e974fe09d1385 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 = "17.0.0"
+version = "17.1.0"
description = "Provider package apache-airflow-providers-google for Apache Airflow"
readme = "README.rst"
authors = [
@@ -259,8 +259,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/17.0.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-google/17.0.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-google/17.1.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-google/17.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/google/src/airflow/providers/google/__init__.py b/providers/google/src/airflow/providers/google/__init__.py
index 1bec95a0b1e98..040800881b18e 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__ = "17.0.0"
+__version__ = "17.1.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/http/docs/.latest-doc-only-change.txt b/providers/http/docs/.latest-doc-only-change.txt
index 3df106d79500d..14c800999367f 100644
--- a/providers/http/docs/.latest-doc-only-change.txt
+++ b/providers/http/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-290f63206480cf06cae1fb4a3d52e22f528e14ea
+bcc64a255e488e74db034e9b7e46a002b1c0f8cd
diff --git a/providers/jenkins/docs/.latest-doc-only-change.txt b/providers/jenkins/docs/.latest-doc-only-change.txt
index f41e3226a6f43..e0d9df2fe02e1 100644
--- a/providers/jenkins/docs/.latest-doc-only-change.txt
+++ b/providers/jenkins/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
+fbb85abcf77ccf7b9174ba687a48f19c778b4da2
diff --git a/providers/microsoft/azure/README.rst b/providers/microsoft/azure/README.rst
index d830084fd21bb..e7d47645f100e 100644
--- a/providers/microsoft/azure/README.rst
+++ b/providers/microsoft/azure/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-microsoft-azure``
-Release: ``12.6.0``
+Release: ``12.6.1``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,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
------------
@@ -110,4 +110,4 @@ Dependent package
================================================================================================================== =================
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 2e13789de3fe9..2f1f5bf7ef383 100644
--- a/providers/microsoft/azure/docs/changelog.rst
+++ b/providers/microsoft/azure/docs/changelog.rst
@@ -27,6 +27,22 @@
Changelog
---------
+12.6.1
+......
+
+Bug Fixes
+~~~~~~~~~
+
+* ``fix typo in AdminClientHook.create_subscription (#54130)``
+
+Misc
+~~~~
+
+* ``Silence mypy warnings for microsoft azure WasbAsyncHook (#54168)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
12.6.0
......
diff --git a/providers/microsoft/azure/docs/index.rst b/providers/microsoft/azure/docs/index.rst
index 5a3e3f75827e9..e0845db6a921c 100644
--- a/providers/microsoft/azure/docs/index.rst
+++ b/providers/microsoft/azure/docs/index.rst
@@ -82,7 +82,7 @@ apache-airflow-providers-microsoft-azure package
`Microsoft Azure `__
-Release: 12.6.0
+Release: 12.6.1
Release Date: ``|PypiReleaseDate|``
@@ -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-microsoft-azure 12.6.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-microsoft-azure 12.6.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-microsoft-azure 12.6.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-microsoft-azure 12.6.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/microsoft/azure/provider.yaml b/providers/microsoft/azure/provider.yaml
index e808d70bca24e..1bc0978722d78 100644
--- a/providers/microsoft/azure/provider.yaml
+++ b/providers/microsoft/azure/provider.yaml
@@ -20,12 +20,13 @@ name: Microsoft Azure
description: |
`Microsoft Azure `__
state: ready
-source-date-epoch: 1753691575
+source-date-epoch: 1754503334
# 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:
+ - 12.6.1
- 12.6.0
- 12.5.0
- 12.4.1
diff --git a/providers/microsoft/azure/pyproject.toml b/providers/microsoft/azure/pyproject.toml
index 292de5bb57178..80c58293dc5fe 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 = "12.6.0"
+version = "12.6.1"
description = "Provider package apache-airflow-providers-microsoft-azure for Apache Airflow"
readme = "README.rst"
authors = [
@@ -147,8 +147,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/12.6.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/12.6.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/12.6.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/12.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/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py b/providers/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py
index 945939c6fe535..7111dddaf7889 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__ = "12.6.0"
+__version__ = "12.6.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/microsoft/winrm/README.rst b/providers/microsoft/winrm/README.rst
index 9aa2f925853e3..69b8a1a6d0030 100644
--- a/providers/microsoft/winrm/README.rst
+++ b/providers/microsoft/winrm/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-microsoft-winrm``
-Release: ``3.10.2``
+Release: ``3.11.0``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,7 @@ This is a provider package for ``microsoft.winrm`` provider. All classes for thi
are in ``airflow.providers.microsoft.winrm`` 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/microsoft/winrm/docs/changelog.rst b/providers/microsoft/winrm/docs/changelog.rst
index 76998e39cb965..b2867185bf0ee 100644
--- a/providers/microsoft/winrm/docs/changelog.rst
+++ b/providers/microsoft/winrm/docs/changelog.rst
@@ -27,6 +27,17 @@
Changelog
---------
+3.11.0
+......
+
+Features
+~~~~~~~~
+
+* ``Add 'test_connection' method to 'WinRMHook' (#47477)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
3.10.2
......
diff --git a/providers/microsoft/winrm/docs/index.rst b/providers/microsoft/winrm/docs/index.rst
index ba4d4b518f02b..b3dd3f74a5587 100644
--- a/providers/microsoft/winrm/docs/index.rst
+++ b/providers/microsoft/winrm/docs/index.rst
@@ -76,7 +76,7 @@ apache-airflow-providers-microsoft-winrm package
`Windows Remote Management (WinRM) `__
-Release: 3.10.2
+Release: 3.11.0
Release Date: ``|PypiReleaseDate|``
diff --git a/providers/microsoft/winrm/provider.yaml b/providers/microsoft/winrm/provider.yaml
index d280f6f326ac6..9a911bf186f26 100644
--- a/providers/microsoft/winrm/provider.yaml
+++ b/providers/microsoft/winrm/provider.yaml
@@ -22,12 +22,13 @@ description: |
`Windows Remote Management (WinRM) `__
state: ready
-source-date-epoch: 1753691602
+source-date-epoch: 1754503359
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 3.11.0
- 3.10.2
- 3.10.1
- 3.10.0
diff --git a/providers/microsoft/winrm/pyproject.toml b/providers/microsoft/winrm/pyproject.toml
index 6e19ed3539697..950adcfcd0a64 100644
--- a/providers/microsoft/winrm/pyproject.toml
+++ b/providers/microsoft/winrm/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-microsoft-winrm"
-version = "3.10.2"
+version = "3.11.0"
description = "Provider package apache-airflow-providers-microsoft-winrm for Apache Airflow"
readme = "README.rst"
authors = [
@@ -95,8 +95,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-winrm/3.10.2"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-winrm/3.10.2/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-winrm/3.11.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-winrm/3.11.0/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/microsoft/winrm/src/airflow/providers/microsoft/winrm/__init__.py b/providers/microsoft/winrm/src/airflow/providers/microsoft/winrm/__init__.py
index b603a0216f225..2c0612339d03e 100644
--- a/providers/microsoft/winrm/src/airflow/providers/microsoft/winrm/__init__.py
+++ b/providers/microsoft/winrm/src/airflow/providers/microsoft/winrm/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.10.2"
+__version__ = "3.11.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/mongo/docs/.latest-doc-only-change.txt b/providers/mongo/docs/.latest-doc-only-change.txt
index f41e3226a6f43..987958c0a77cb 100644
--- a/providers/mongo/docs/.latest-doc-only-change.txt
+++ b/providers/mongo/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
+3b73e4067a0d0b3d524aa8525511a0d5a3a33430
diff --git a/providers/openlineage/README.rst b/providers/openlineage/README.rst
index 8cf9fc0c77fb1..cba410cf5362e 100644
--- a/providers/openlineage/README.rst
+++ b/providers/openlineage/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-openlineage``
-Release: ``2.6.0``
+Release: ``2.6.1``
Release Date: ``|PypiReleaseDate|``
@@ -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
------------
@@ -83,4 +83,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/openlineage/docs/changelog.rst b/providers/openlineage/docs/changelog.rst
index c4549eb88aaea..cab679eff6c8b 100644
--- a/providers/openlineage/docs/changelog.rst
+++ b/providers/openlineage/docs/changelog.rst
@@ -26,6 +26,18 @@
Changelog
---------
+2.6.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Allow secrets redact function to have different redaction than '***' (#53977)``
+* ``Fix several deprecation warnings related to airflow.sdk (#53791)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
2.6.0
.....
diff --git a/providers/openlineage/docs/index.rst b/providers/openlineage/docs/index.rst
index b087dc69b2fbb..7df442032d8be 100644
--- a/providers/openlineage/docs/index.rst
+++ b/providers/openlineage/docs/index.rst
@@ -81,7 +81,7 @@ apache-airflow-providers-openlineage package
`OpenLineage `__
-Release: 2.6.0
+Release: 2.6.1
Release Date: ``|PypiReleaseDate|``
@@ -140,5 +140,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-openlineage 2.6.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-openlineage 2.6.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-openlineage 2.6.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-openlineage 2.6.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/openlineage/provider.yaml b/providers/openlineage/provider.yaml
index 0535b862f9961..6a28d948e98c9 100644
--- a/providers/openlineage/provider.yaml
+++ b/providers/openlineage/provider.yaml
@@ -22,12 +22,13 @@ description: |
`OpenLineage `__
state: ready
-source-date-epoch: 1753691696
+source-date-epoch: 1754503416
# 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.6.1
- 2.6.0
- 2.5.0
- 2.4.0
diff --git a/providers/openlineage/pyproject.toml b/providers/openlineage/pyproject.toml
index 95d46ade0e8a2..b1c47fda8c154 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.6.0"
+version = "2.6.1"
description = "Provider package apache-airflow-providers-openlineage for Apache Airflow"
readme = "README.rst"
authors = [
@@ -105,8 +105,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.6.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.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/openlineage/src/airflow/providers/openlineage/__init__.py b/providers/openlineage/src/airflow/providers/openlineage/__init__.py
index 09854d6e01aee..5d8130dd58dc5 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.6.0"
+__version__ = "2.6.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/postgres/README.rst b/providers/postgres/README.rst
index fffd057e007a0..b0448ab046f9f 100644
--- a/providers/postgres/README.rst
+++ b/providers/postgres/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-postgres``
-Release: ``6.2.2``
+Release: ``6.2.3``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,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
------------
@@ -83,4 +83,4 @@ Dependent package
============================================================================================================== ===============
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 b4ef64fe99dad..e8a2fda3a9e00 100644
--- a/providers/postgres/docs/changelog.rst
+++ b/providers/postgres/docs/changelog.rst
@@ -27,6 +27,17 @@
Changelog
---------
+6.2.3
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix the PostgresHook ignoring custom adapters registered (#53707)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
6.2.2
.....
diff --git a/providers/postgres/docs/index.rst b/providers/postgres/docs/index.rst
index 6e26a549a8768..d3782ad401ce4 100644
--- a/providers/postgres/docs/index.rst
+++ b/providers/postgres/docs/index.rst
@@ -77,7 +77,7 @@ apache-airflow-providers-postgres package
`PostgreSQL `__
-Release: 6.2.2
+Release: 6.2.3
Release Date: ``|PypiReleaseDate|``
@@ -136,5 +136,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-postgres 6.2.2 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-postgres 6.2.2 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-postgres 6.2.3 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-postgres 6.2.3 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/postgres/provider.yaml b/providers/postgres/provider.yaml
index 4da6a475716d5..54cccf6aa6647 100644
--- a/providers/postgres/provider.yaml
+++ b/providers/postgres/provider.yaml
@@ -22,12 +22,13 @@ description: |
`PostgreSQL `__
state: ready
-source-date-epoch: 1753691797
+source-date-epoch: 1754503423
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 6.2.3
- 6.2.2
- 6.2.1
- 6.2.0
diff --git a/providers/postgres/pyproject.toml b/providers/postgres/pyproject.toml
index 27fdd8edd920f..736a3bae69a87 100644
--- a/providers/postgres/pyproject.toml
+++ b/providers/postgres/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-postgres"
-version = "6.2.2"
+version = "6.2.3"
description = "Provider package apache-airflow-providers-postgres for Apache Airflow"
readme = "README.rst"
authors = [
@@ -120,8 +120,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.2.2"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.2.2/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.2.3"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.2.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/postgres/src/airflow/providers/postgres/__init__.py b/providers/postgres/src/airflow/providers/postgres/__init__.py
index 19bd998459e3a..19a4d26b0a1f5 100644
--- a/providers/postgres/src/airflow/providers/postgres/__init__.py
+++ b/providers/postgres/src/airflow/providers/postgres/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "6.2.2"
+__version__ = "6.2.3"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/qdrant/README.rst b/providers/qdrant/README.rst
index 43ec9c10e5677..94079fee2a022 100644
--- a/providers/qdrant/README.rst
+++ b/providers/qdrant/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-qdrant``
-Release: ``1.4.2``
+Release: ``1.4.3``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,7 @@ This is a provider package for ``qdrant`` provider. All classes for this provide
are in ``airflow.providers.qdrant`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -55,9 +55,8 @@ Requirements
PIP package Version required
================== ==================
``apache-airflow`` ``>=2.10.0``
-``qdrant_client`` ``>=1.10.1``
-``portalocker`` ``>=2.8.1``
+``qdrant_client`` ``>=1.15.1``
================== ==================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/qdrant/docs/changelog.rst b/providers/qdrant/docs/changelog.rst
index a83277877c4fd..467a16ba687b8 100644
--- a/providers/qdrant/docs/changelog.rst
+++ b/providers/qdrant/docs/changelog.rst
@@ -20,6 +20,17 @@
Changelog
---------
+1.4.3
+.....
+
+Misc
+~~~~
+
+* ``bump qdrant_client>=1.15.1 (#54066)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
1.4.2
.....
diff --git a/providers/qdrant/docs/index.rst b/providers/qdrant/docs/index.rst
index 9edd98f40bfaf..9d3a2e70b7015 100644
--- a/providers/qdrant/docs/index.rst
+++ b/providers/qdrant/docs/index.rst
@@ -70,7 +70,7 @@ apache-airflow-providers-qdrant package
`Qdrant `__
-Release: 1.4.2
+Release: 1.4.3
Release Date: ``|PypiReleaseDate|``
@@ -96,6 +96,5 @@ The minimum Apache Airflow version supported by this provider distribution is ``
PIP package Version required
================== ==================
``apache-airflow`` ``>=2.10.0``
-``qdrant_client`` ``>=1.10.1``
-``portalocker`` ``>=2.8.1``
+``qdrant_client`` ``>=1.15.1``
================== ==================
diff --git a/providers/qdrant/provider.yaml b/providers/qdrant/provider.yaml
index 8d39f0401e3e6..24936e64e0ee9 100644
--- a/providers/qdrant/provider.yaml
+++ b/providers/qdrant/provider.yaml
@@ -24,13 +24,14 @@ description: |
`Qdrant `__
state: ready
-source-date-epoch: 1753691816
+source-date-epoch: 1754503432
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
diff --git a/providers/qdrant/pyproject.toml b/providers/qdrant/pyproject.toml
index 25c17e7637e53..ce0a4da74c0c7 100644
--- a/providers/qdrant/pyproject.toml
+++ b/providers/qdrant/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-qdrant"
-version = "1.4.2"
+version = "1.4.3"
description = "Provider package apache-airflow-providers-qdrant for Apache Airflow"
readme = "README.rst"
authors = [
@@ -95,8 +95,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-qdrant/1.4.2"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-qdrant/1.4.2/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-qdrant/1.4.3"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-qdrant/1.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/qdrant/src/airflow/providers/qdrant/__init__.py b/providers/qdrant/src/airflow/providers/qdrant/__init__.py
index 590b02690f5a3..f3cb272030cbb 100644
--- a/providers/qdrant/src/airflow/providers/qdrant/__init__.py
+++ b/providers/qdrant/src/airflow/providers/qdrant/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "1.4.2"
+__version__ = "1.4.3"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/redis/README.rst b/providers/redis/README.rst
index 8bd126b4c2e6a..2f5bde4bb32b7 100644
--- a/providers/redis/README.rst
+++ b/providers/redis/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-redis``
-Release: ``4.2.0``
+Release: ``4.3.0``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,7 @@ This is a provider package for ``redis`` provider. All classes for this provider
are in ``airflow.providers.redis`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -58,5 +58,24 @@ PIP package Version required
``redis`` ``>=4.5.2,!=4.5.5,!=5.0.2``
================== ===========================
+Cross provider package dependencies
+-----------------------------------
+
+Those are dependencies that might be needed in order to use all the features of the package.
+You need to install the specified providers in order to use them.
+
+You can install such cross-provider dependencies when installing from PyPI. For example:
+
+.. code-block:: bash
+
+ pip install apache-airflow-providers-redis[common.messaging]
+
+
+======================================================================================================================== ====================
+Dependent package Extra
+======================================================================================================================== ====================
+`apache-airflow-providers-common-messaging `_ ``common.messaging``
+======================================================================================================================== ====================
+
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/redis/docs/changelog.rst b/providers/redis/docs/changelog.rst
index d5a9b9583c3ef..b945998a55078 100644
--- a/providers/redis/docs/changelog.rst
+++ b/providers/redis/docs/changelog.rst
@@ -27,6 +27,17 @@
Changelog
---------
+4.3.0
+.....
+
+Features
+~~~~~~~~
+
+* ``AIP-82: Add RedisPubSubMessageQueueProvider (#53556)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.2.0
.....
diff --git a/providers/redis/docs/index.rst b/providers/redis/docs/index.rst
index 78bb169b96271..873b594c5b68b 100644
--- a/providers/redis/docs/index.rst
+++ b/providers/redis/docs/index.rst
@@ -79,7 +79,7 @@ apache-airflow-providers-redis package
`Redis `__
-Release: 4.2.0
+Release: 4.3.0
Release Date: ``|PypiReleaseDate|``
@@ -107,3 +107,31 @@ PIP package Version required
``apache-airflow`` ``>=2.10.0``
``redis`` ``>=4.5.2,!=4.5.5,!=5.0.2``
================== ===========================
+
+Cross provider package dependencies
+-----------------------------------
+
+Those are dependencies that might be needed in order to use all the features of the package.
+You need to install the specified provider distributions in order to use them.
+
+You can install such cross-provider dependencies when installing from PyPI. For example:
+
+.. code-block:: bash
+
+ pip install apache-airflow-providers-redis[common.messaging]
+
+
+======================================================================================================================== ====================
+Dependent package Extra
+======================================================================================================================== ====================
+`apache-airflow-providers-common-messaging `_ ``common.messaging``
+======================================================================================================================== ====================
+
+Downloading official packages
+-----------------------------
+
+You can download officially released packages and verify their checksums and signatures from the
+`Official Apache Download site `_
+
+* `The apache-airflow-providers-redis 4.3.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-redis 4.3.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/redis/provider.yaml b/providers/redis/provider.yaml
index b5315fad36f23..d44deaa40236b 100644
--- a/providers/redis/provider.yaml
+++ b/providers/redis/provider.yaml
@@ -22,12 +22,13 @@ description: |
`Redis `__
state: ready
-source-date-epoch: 1753691833
+source-date-epoch: 1754503440
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 4.3.0
- 4.2.0
- 4.1.1
- 4.1.0
diff --git a/providers/redis/pyproject.toml b/providers/redis/pyproject.toml
index 579ec414abd48..93ffefd09f9cc 100644
--- a/providers/redis/pyproject.toml
+++ b/providers/redis/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-redis"
-version = "4.2.0"
+version = "4.3.0"
description = "Provider package apache-airflow-providers-redis for Apache Airflow"
readme = "README.rst"
authors = [
@@ -104,8 +104,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-redis/4.2.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-redis/4.2.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-redis/4.3.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-redis/4.3.0/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/redis/src/airflow/providers/redis/__init__.py b/providers/redis/src/airflow/providers/redis/__init__.py
index fa68965deaddd..d88606ed2e005 100644
--- a/providers/redis/src/airflow/providers/redis/__init__.py
+++ b/providers/redis/src/airflow/providers/redis/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "4.2.0"
+__version__ = "4.3.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/samba/README.rst b/providers/samba/README.rst
index 4ba865f0a95d6..3b7c7ca17c095 100644
--- a/providers/samba/README.rst
+++ b/providers/samba/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-samba``
-Release: ``4.10.2``
+Release: ``4.10.3``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,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
------------
@@ -78,4 +78,4 @@ Dependent package
==================================================================================================== ==========
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 ecf99db4e5a30..a44b82999a4f2 100644
--- a/providers/samba/docs/changelog.rst
+++ b/providers/samba/docs/changelog.rst
@@ -27,6 +27,17 @@
Changelog
---------
+4.10.3
+......
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix: make samba hook open_file method return (#54107)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.10.2
......
diff --git a/providers/samba/docs/index.rst b/providers/samba/docs/index.rst
index c08d1ed59d30f..7098616b0e9d4 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.10.2
+Release: 4.10.3
Release Date: ``|PypiReleaseDate|``
@@ -130,5 +130,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-samba 4.10.2 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-samba 4.10.2 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-samba 4.10.3 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-samba 4.10.3 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/samba/provider.yaml b/providers/samba/provider.yaml
index 357daf415485d..ec7dfb9474329 100644
--- a/providers/samba/provider.yaml
+++ b/providers/samba/provider.yaml
@@ -22,12 +22,13 @@ description: |
`Samba `__
state: ready
-source-date-epoch: 1753691852
+source-date-epoch: 1754503458
# 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.10.3
- 4.10.2
- 4.10.1
- 4.10.0
diff --git a/providers/samba/pyproject.toml b/providers/samba/pyproject.toml
index ac8810bac7187..66ca2639b4c78 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.10.2"
+version = "4.10.3"
description = "Provider package apache-airflow-providers-samba for Apache Airflow"
readme = "README.rst"
authors = [
@@ -103,8 +103,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-samba/4.10.2"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-samba/4.10.2/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-samba/4.10.3"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-samba/4.10.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/samba/src/airflow/providers/samba/__init__.py b/providers/samba/src/airflow/providers/samba/__init__.py
index 04dc40bebe3f0..3043adea2dc5b 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.10.2"
+__version__ = "4.10.3"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/sftp/README.rst b/providers/sftp/README.rst
index 400a5ed1fa757..add69e94f0611 100644
--- a/providers/sftp/README.rst
+++ b/providers/sftp/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-sftp``
-Release: ``5.3.3``
+Release: ``5.3.4``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,7 @@ This is a provider package for ``sftp`` provider. All classes for this provider
are in ``airflow.providers.sftp`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -56,7 +56,7 @@ PIP package Version required
================================ ==================
``apache-airflow`` ``>=2.10.0``
``apache-airflow-providers-ssh`` ``>=4.0.0``
-``paramiko`` ``>=2.9.0``
+``paramiko`` ``>=2.9.0,<4.0.0``
``asyncssh`` ``>=2.12.0``
================================ ==================
@@ -82,4 +82,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/sftp/docs/changelog.rst b/providers/sftp/docs/changelog.rst
index 935108828e5a7..6fb8efbb270aa 100644
--- a/providers/sftp/docs/changelog.rst
+++ b/providers/sftp/docs/changelog.rst
@@ -27,6 +27,22 @@
Changelog
---------
+5.3.4
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix missing prefetch arg to SFTPOperator (#53906)``
+
+Misc
+~~~~
+
+* ``Limit paramiko to '< 4.0.0' till we remove DSS support (#54078)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
5.3.3
.....
diff --git a/providers/sftp/docs/index.rst b/providers/sftp/docs/index.rst
index 91e2029d6ea92..04801006d6de3 100644
--- a/providers/sftp/docs/index.rst
+++ b/providers/sftp/docs/index.rst
@@ -70,7 +70,7 @@ apache-airflow-providers-sftp package
`SSH File Transfer Protocol (SFTP) `__
-Release: 5.3.3
+Release: 5.3.4
Release Date: ``|PypiReleaseDate|``
@@ -97,7 +97,7 @@ PIP package Version required
================================ ==================
``apache-airflow`` ``>=2.10.0``
``apache-airflow-providers-ssh`` ``>=4.0.0``
-``paramiko`` ``>=2.9.0``
+``paramiko`` ``>=2.9.0,<4.0.0``
``asyncssh`` ``>=2.12.0``
================================ ==================
@@ -128,5 +128,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-sftp 5.3.3 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-sftp 5.3.3 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-sftp 5.3.4 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-sftp 5.3.4 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/sftp/provider.yaml b/providers/sftp/provider.yaml
index a35bb7de7f0eb..de643d6929799 100644
--- a/providers/sftp/provider.yaml
+++ b/providers/sftp/provider.yaml
@@ -22,12 +22,13 @@ description: |
`SSH File Transfer Protocol (SFTP) `__
state: ready
-source-date-epoch: 1753691894
+source-date-epoch: 1754503469
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 5.3.4
- 5.3.3
- 5.3.2
- 5.3.1
diff --git a/providers/sftp/pyproject.toml b/providers/sftp/pyproject.toml
index 348f2be1c533a..e7c7d4a87f948 100644
--- a/providers/sftp/pyproject.toml
+++ b/providers/sftp/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-sftp"
-version = "5.3.3"
+version = "5.3.4"
description = "Provider package apache-airflow-providers-sftp for Apache Airflow"
readme = "README.rst"
authors = [
@@ -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-sftp/5.3.3"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-sftp/5.3.3/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-sftp/5.3.4"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-sftp/5.3.4/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/sftp/src/airflow/providers/sftp/__init__.py b/providers/sftp/src/airflow/providers/sftp/__init__.py
index 5ecd6386872d6..d35642ce6713f 100644
--- a/providers/sftp/src/airflow/providers/sftp/__init__.py
+++ b/providers/sftp/src/airflow/providers/sftp/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "5.3.3"
+__version__ = "5.3.4"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/slack/README.rst b/providers/slack/README.rst
index 10b135e509f7b..a10e2e284c607 100644
--- a/providers/slack/README.rst
+++ b/providers/slack/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-slack``
-Release: ``9.1.3``
+Release: ``9.1.4``
Release Date: ``|PypiReleaseDate|``
@@ -40,7 +40,7 @@ This is a provider package for ``slack`` provider. All classes for this provider
are in ``airflow.providers.slack`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -60,7 +60,7 @@ PIP package Version required
``apache-airflow`` ``>=2.10.0``
``apache-airflow-providers-common-compat`` ``>=1.6.1``
``apache-airflow-providers-common-sql`` ``>=1.27.0``
-``slack_sdk`` ``>=3.19.0``
+``slack-sdk`` ``>=3.36.0``
========================================== ==================
Cross provider package dependencies
@@ -84,4 +84,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/slack/docs/changelog.rst b/providers/slack/docs/changelog.rst
index 2753d158461a4..906dc65096b3b 100644
--- a/providers/slack/docs/changelog.rst
+++ b/providers/slack/docs/changelog.rst
@@ -27,6 +27,18 @@
Changelog
---------
+9.1.4
+.....
+
+Misc
+~~~~
+
+* ``Remove deprecated method check send_file usage from slack operators (#54061)``
+* ``Bump slack-sdk to 3.36.0 (#54080)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
9.1.3
.....
diff --git a/providers/slack/docs/index.rst b/providers/slack/docs/index.rst
index b71a6d8b6740a..f2e2f5fba314b 100644
--- a/providers/slack/docs/index.rst
+++ b/providers/slack/docs/index.rst
@@ -81,7 +81,7 @@ apache-airflow-providers-slack package
- `Slack Incoming Webhook `__
-Release: 9.1.3
+Release: 9.1.4
Release Date: ``|PypiReleaseDate|``
@@ -109,7 +109,7 @@ PIP package Version required
``apache-airflow`` ``>=2.10.0``
``apache-airflow-providers-common-compat`` ``>=1.6.1``
``apache-airflow-providers-common-sql`` ``>=1.27.0``
-``slack_sdk`` ``>=3.19.0``
+``slack-sdk`` ``>=3.36.0``
========================================== ==================
Cross provider package dependencies
@@ -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-slack 9.1.3 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-slack 9.1.3 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-slack 9.1.4 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-slack 9.1.4 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/slack/provider.yaml b/providers/slack/provider.yaml
index dcfbc2a714b54..d6e94dcab8ba0 100644
--- a/providers/slack/provider.yaml
+++ b/providers/slack/provider.yaml
@@ -25,12 +25,13 @@ description: |
- `Slack Incoming Webhook `__
state: ready
-source-date-epoch: 1753691911
+source-date-epoch: 1754503504
# 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.1.4
- 9.1.3
- 9.1.2
- 9.1.1
diff --git a/providers/slack/pyproject.toml b/providers/slack/pyproject.toml
index 87f02d876c56a..7b9d1a2636fcc 100644
--- a/providers/slack/pyproject.toml
+++ b/providers/slack/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-slack"
-version = "9.1.3"
+version = "9.1.4"
description = "Provider package apache-airflow-providers-slack for Apache Airflow"
readme = "README.rst"
authors = [
@@ -102,8 +102,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-slack/9.1.3"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-slack/9.1.3/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-slack/9.1.4"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-slack/9.1.4/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/slack/src/airflow/providers/slack/__init__.py b/providers/slack/src/airflow/providers/slack/__init__.py
index b308531868ee3..cc29e9907058e 100644
--- a/providers/slack/src/airflow/providers/slack/__init__.py
+++ b/providers/slack/src/airflow/providers/slack/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "9.1.3"
+__version__ = "9.1.4"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/smtp/README.rst b/providers/smtp/README.rst
index 9bad196cc062a..b265cf9f04b09 100644
--- a/providers/smtp/README.rst
+++ b/providers/smtp/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-smtp``
-Release: ``2.1.2``
+Release: ``2.2.0``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,7 @@ This is a provider package for ``smtp`` provider. All classes for this provider
are in ``airflow.providers.smtp`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -78,4 +78,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/smtp/docs/changelog.rst b/providers/smtp/docs/changelog.rst
index edff41b0a0351..fb8d6e921e6ad 100644
--- a/providers/smtp/docs/changelog.rst
+++ b/providers/smtp/docs/changelog.rst
@@ -28,6 +28,17 @@ Changelog
---------
+2.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add OAuth 2 / XOAUTH2 support via 'auth_type' & token/credential extras (#53554)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
2.1.2
.....
diff --git a/providers/smtp/docs/index.rst b/providers/smtp/docs/index.rst
index 4b9739edd7c19..b6291a3104ac0 100644
--- a/providers/smtp/docs/index.rst
+++ b/providers/smtp/docs/index.rst
@@ -64,7 +64,7 @@ apache-airflow-providers-smtp package
`Simple Mail Transfer Protocol (SMTP) `__
-Release: 2.1.2
+Release: 2.2.0
Release Date: ``|PypiReleaseDate|``
@@ -118,5 +118,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-smtp 2.1.2 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-smtp 2.1.2 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-smtp 2.2.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-smtp 2.2.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/smtp/provider.yaml b/providers/smtp/provider.yaml
index de51d5b4c8705..613fd733ed7d3 100644
--- a/providers/smtp/provider.yaml
+++ b/providers/smtp/provider.yaml
@@ -23,12 +23,13 @@ description: |
`Simple Mail Transfer Protocol (SMTP) `__
state: ready
-source-date-epoch: 1753691926
+source-date-epoch: 1754503513
# 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.2.0
- 2.1.2
- 2.1.1
- 2.1.0
diff --git a/providers/smtp/pyproject.toml b/providers/smtp/pyproject.toml
index cc04a1fac556e..ae5d34568ff54 100644
--- a/providers/smtp/pyproject.toml
+++ b/providers/smtp/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-smtp"
-version = "2.1.2"
+version = "2.2.0"
description = "Provider package apache-airflow-providers-smtp for Apache Airflow"
readme = "README.rst"
authors = [
@@ -96,8 +96,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-smtp/2.1.2"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-smtp/2.1.2/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-smtp/2.2.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-smtp/2.2.0/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/smtp/src/airflow/providers/smtp/__init__.py b/providers/smtp/src/airflow/providers/smtp/__init__.py
index 441d063d91e43..1b88d28acc77b 100644
--- a/providers/smtp/src/airflow/providers/smtp/__init__.py
+++ b/providers/smtp/src/airflow/providers/smtp/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "2.1.2"
+__version__ = "2.2.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/snowflake/README.rst b/providers/snowflake/README.rst
index 42fa5d2455d71..02aef3f00190c 100644
--- a/providers/snowflake/README.rst
+++ b/providers/snowflake/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-snowflake``
-Release: ``6.5.1``
+Release: ``6.5.2``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,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
------------
@@ -89,4 +89,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/snowflake/docs/changelog.rst b/providers/snowflake/docs/changelog.rst
index 44696280e3ee4..f3734b401f992 100644
--- a/providers/snowflake/docs/changelog.rst
+++ b/providers/snowflake/docs/changelog.rst
@@ -27,6 +27,17 @@
Changelog
---------
+6.5.2
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix SnowflakeCheckOperator and SnowflakeValueCheckOperator to use parameters arg correctly (#53837)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
6.5.1
.....
diff --git a/providers/snowflake/docs/index.rst b/providers/snowflake/docs/index.rst
index 7e828a9f0651e..7a6dba068e60b 100644
--- a/providers/snowflake/docs/index.rst
+++ b/providers/snowflake/docs/index.rst
@@ -78,7 +78,7 @@ apache-airflow-providers-snowflake package
`Snowflake `__
-Release: 6.5.1
+Release: 6.5.2
Release Date: ``|PypiReleaseDate|``
@@ -143,5 +143,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.5.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-snowflake 6.5.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-snowflake 6.5.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-snowflake 6.5.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/snowflake/provider.yaml b/providers/snowflake/provider.yaml
index 8019e17ff402f..a746127cff3c9 100644
--- a/providers/snowflake/provider.yaml
+++ b/providers/snowflake/provider.yaml
@@ -22,12 +22,13 @@ description: |
`Snowflake `__
state: ready
-source-date-epoch: 1751474253
+source-date-epoch: 1754503520
# 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.5.2
- 6.5.1
- 6.5.0
- 6.4.0
diff --git a/providers/snowflake/pyproject.toml b/providers/snowflake/pyproject.toml
index d863928e6a871..03655b1833701 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.5.1"
+version = "6.5.2"
description = "Provider package apache-airflow-providers-snowflake for Apache Airflow"
readme = "README.rst"
authors = [
@@ -59,7 +59,7 @@ requires-python = ">=3.10"
dependencies = [
"apache-airflow>=2.10.0",
"apache-airflow-providers-common-compat>=1.6.0",
- "apache-airflow-providers-common-sql>=1.21.0",
+ "apache-airflow-providers-common-sql>=1.27.5",
'pandas>=2.1.2; python_version <"3.13"',
'pandas>=2.2.3; python_version >="3.13"',
"pyarrow>=16.1.0; python_version < '3.13'",
@@ -117,8 +117,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.5.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.5.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.5.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-snowflake/6.5.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/snowflake/src/airflow/providers/snowflake/__init__.py b/providers/snowflake/src/airflow/providers/snowflake/__init__.py
index 3d2f41f915aa9..bd4b919d9d1ab 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.5.1"
+__version__ = "6.5.2"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/ssh/README.rst b/providers/ssh/README.rst
index d6b48f3237158..a7cab91f933e1 100644
--- a/providers/ssh/README.rst
+++ b/providers/ssh/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-ssh``
-Release: ``4.1.2``
+Release: ``4.1.3``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,7 @@ This is a provider package for ``ssh`` provider. All classes for this provider p
are in ``airflow.providers.ssh`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -55,9 +55,9 @@ Requirements
PIP package Version required
================== ==================
``apache-airflow`` ``>=2.10.0``
-``paramiko`` ``>=2.9.0``
+``paramiko`` ``>=2.9.0,<4.0.0``
``sshtunnel`` ``>=0.3.2``
================== ==================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/ssh/docs/changelog.rst b/providers/ssh/docs/changelog.rst
index cb88dcfba813c..358835f82e0cc 100644
--- a/providers/ssh/docs/changelog.rst
+++ b/providers/ssh/docs/changelog.rst
@@ -27,6 +27,17 @@
Changelog
---------
+4.1.3
+.....
+
+Misc
+~~~~
+
+* ``Limit paramiko to '< 4.0.0' till we remove DSS support (#54078)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.1.2
.....
diff --git a/providers/ssh/docs/index.rst b/providers/ssh/docs/index.rst
index 719cd206eae71..911741f3d62b0 100644
--- a/providers/ssh/docs/index.rst
+++ b/providers/ssh/docs/index.rst
@@ -68,7 +68,7 @@ apache-airflow-providers-ssh package
`Secure Shell (SSH) `__
-Release: 4.1.2
+Release: 4.1.3
Release Date: ``|PypiReleaseDate|``
@@ -94,6 +94,6 @@ The minimum Apache Airflow version supported by this provider distribution is ``
PIP package Version required
================== ==================
``apache-airflow`` ``>=2.10.0``
-``paramiko`` ``>=2.9.0``
+``paramiko`` ``>=2.9.0,<4.0.0``
``sshtunnel`` ``>=0.3.2``
================== ==================
diff --git a/providers/ssh/provider.yaml b/providers/ssh/provider.yaml
index 484c546cee1a1..b387dded2d937 100644
--- a/providers/ssh/provider.yaml
+++ b/providers/ssh/provider.yaml
@@ -22,12 +22,13 @@ description: |
`Secure Shell (SSH) `__
state: ready
-source-date-epoch: 1753691982
+source-date-epoch: 1754503528
# 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.1.3
- 4.1.2
- 4.1.1
- 4.1.0
diff --git a/providers/ssh/pyproject.toml b/providers/ssh/pyproject.toml
index 76ae77d3d8e8d..1d185a6004b1a 100644
--- a/providers/ssh/pyproject.toml
+++ b/providers/ssh/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-ssh"
-version = "4.1.2"
+version = "4.1.3"
description = "Provider package apache-airflow-providers-ssh for Apache Airflow"
readme = "README.rst"
authors = [
@@ -97,8 +97,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-ssh/4.1.2"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-ssh/4.1.2/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-ssh/4.1.3"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-ssh/4.1.3/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/ssh/src/airflow/providers/ssh/__init__.py b/providers/ssh/src/airflow/providers/ssh/__init__.py
index 884a7b22cbbf5..e3903230434cf 100644
--- a/providers/ssh/src/airflow/providers/ssh/__init__.py
+++ b/providers/ssh/src/airflow/providers/ssh/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "4.1.2"
+__version__ = "4.1.3"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/standard/README.rst b/providers/standard/README.rst
index 083ca2fc427cb..a9d8790e2f98d 100644
--- a/providers/standard/README.rst
+++ b/providers/standard/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-standard``
-Release: ``1.5.0``
+Release: ``1.6.0``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,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
------------
@@ -58,4 +58,4 @@ PIP package Version required
================== ==================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/standard/docs/changelog.rst b/providers/standard/docs/changelog.rst
index 06bf1a84df49b..7e67329a04b23 100644
--- a/providers/standard/docs/changelog.rst
+++ b/providers/standard/docs/changelog.rst
@@ -35,6 +35,40 @@
Changelog
---------
+1.6.0
+.....
+
+Features
+~~~~~~~~
+
+* ``feat(htil): add 'notifiers' to HITLOperator (#54128)``
+* ``feat(hitl): add HITLBranchOperator (#53960)``
+* ``feat(HITL): improve hitl trigger logging message (#53850)``
+* ``feat(hitl): add "timedout" column to HITLTriggerEventSuccessPayload (#53852)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Restore 'execute_complete' functionality 'TimeSensor' when 'deferrable=True' (#53669)``
+* ``Fix several deprecation warnings related to airflow.sdk (#53791)``
+
+Misc
+~~~~
+
+* ``refactor(hitl): replace timezone usage with airflow.sdk.timezone (#53962)``
+* ``refactor(HITL): make default options class variables to avoid typo (#53849)``
+
+Doc-only
+~~~~~~~~
+
+* ``Fix BranchPythonOperator doc (#54205)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Documentation for Human-in-the-loop operator (#53694)``
+ * ``Correct HITL version warnings to avoid confusion (#53876)``
+ * ``Move functions in 'airflow.utils.decorator' to more appropriate places (#53420)``
+
1.5.0
.....
diff --git a/providers/standard/docs/index.rst b/providers/standard/docs/index.rst
index c157a0520d45d..f6ff128a94094 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.5.0
+Release: 1.6.0
Release Date: ``|PypiReleaseDate|``
diff --git a/providers/standard/provider.yaml b/providers/standard/provider.yaml
index a5648bf80b8ae..2d51e49616f65 100644
--- a/providers/standard/provider.yaml
+++ b/providers/standard/provider.yaml
@@ -21,12 +21,13 @@ name: Standard
description: |
Airflow Standard Provider
state: ready
-source-date-epoch: 1753692022
+source-date-epoch: 1754503555
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 1.6.0
- 1.5.0
- 1.4.1
- 1.4.0
diff --git a/providers/standard/pyproject.toml b/providers/standard/pyproject.toml
index da180d61a87b6..8e4afe3fb8625 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.5.0"
+version = "1.6.0"
description = "Provider package apache-airflow-providers-standard for Apache Airflow"
readme = "README.rst"
authors = [
@@ -95,8 +95,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.5.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.5.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.6.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.6.0/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/standard/src/airflow/providers/standard/__init__.py b/providers/standard/src/airflow/providers/standard/__init__.py
index 467ba84fba6d8..a736a2d7c8635 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.5.0"
+__version__ = "1.6.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
diff --git a/providers/trino/README.rst b/providers/trino/README.rst
index 15ec0d4cafa66..7af37397dc8b5 100644
--- a/providers/trino/README.rst
+++ b/providers/trino/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-trino``
-Release: ``6.3.2``
+Release: ``6.3.3``
Release Date: ``|PypiReleaseDate|``
@@ -37,7 +37,7 @@ This is a provider package for ``trino`` provider. All classes for this provider
are in ``airflow.providers.trino`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -83,4 +83,4 @@ Dependent package
============================================================================================================== ===============
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/trino/docs/changelog.rst b/providers/trino/docs/changelog.rst
index 64bd7f92301ac..ec2211de59b47 100644
--- a/providers/trino/docs/changelog.rst
+++ b/providers/trino/docs/changelog.rst
@@ -26,9 +26,20 @@
Changelog
---------
+6.3.3
+.....
+
.. warning::
Make sure the connection you use to authenticate with Trino, has only one authentication method set (e.g password, jwt) otherwise the task will fail.
+Misc
+~~~~
+
+* ``Added functionality to only allow one auth method simultaneously in the TrinoHook (#53134)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
6.3.2
.....
diff --git a/providers/trino/docs/index.rst b/providers/trino/docs/index.rst
index 8155e73493292..39a5ff3363877 100644
--- a/providers/trino/docs/index.rst
+++ b/providers/trino/docs/index.rst
@@ -78,7 +78,7 @@ apache-airflow-providers-trino package
`Trino `__
-Release: 6.3.2
+Release: 6.3.3
Release Date: ``|PypiReleaseDate|``
@@ -137,5 +137,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-trino 6.3.2 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-trino 6.3.2 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-trino 6.3.3 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-trino 6.3.3 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/trino/provider.yaml b/providers/trino/provider.yaml
index 267caabbee2d5..dad0c33f6dcd2 100644
--- a/providers/trino/provider.yaml
+++ b/providers/trino/provider.yaml
@@ -22,12 +22,13 @@ description: |
`Trino `__
state: ready
-source-date-epoch: 1753692060
+source-date-epoch: 1754503590
# 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.3
- 6.3.2
- 6.3.1
- 6.3.0
diff --git a/providers/trino/pyproject.toml b/providers/trino/pyproject.toml
index 33f8461707fb8..b1f670b75d20e 100644
--- a/providers/trino/pyproject.toml
+++ b/providers/trino/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-trino"
-version = "6.3.2"
+version = "6.3.3"
description = "Provider package apache-airflow-providers-trino for Apache Airflow"
readme = "README.rst"
authors = [
@@ -112,8 +112,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-trino/6.3.2"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-trino/6.3.2/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-trino/6.3.3"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-trino/6.3.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/trino/src/airflow/providers/trino/__init__.py b/providers/trino/src/airflow/providers/trino/__init__.py
index ae38461634ebe..47327f9463336 100644
--- a/providers/trino/src/airflow/providers/trino/__init__.py
+++ b/providers/trino/src/airflow/providers/trino/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "6.3.2"
+__version__ = "6.3.3"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"