diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst
index 60e45fcbb74cd..5235ce781b09e 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -19,6 +19,29 @@
Changelog
---------
+3.3.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Pass custom headers through in SES email backend (#22667)``
+* ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)``
+
+
+Misc
+~~~~
+
+* ``Add doc and sample dag for SqlToS3Operator (#22603)``
+* ``Adds HiveToDynamoDB Transfer Sample DAG and Docs (#22517)``
+* ``Add doc and sample dag for MongoToS3Operator (#22575)``
+* ``Add doc for LocalFilesystemToS3Operator (#22574)``
+* ``Add doc and example dag for AWS CloudFormation Operators (#22533)``
+* ``Add doc and sample dag for S3ToFTPOperator and FTPToS3Operator (#22534)``
+* ``GoogleApiToS3Operator: update sample dag and doc (#22507)``
+* ``SalesforceToS3Operator: update sample dag and doc (#22489)``
+
+
3.2.0
.....
diff --git a/airflow/providers/amazon/provider.yaml b/airflow/providers/amazon/provider.yaml
index 01e35e7e7d9f9..c1cfe7abf0327 100644
--- a/airflow/providers/amazon/provider.yaml
+++ b/airflow/providers/amazon/provider.yaml
@@ -22,6 +22,7 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) `__).
versions:
+ - 3.3.0
- 3.2.0
- 3.1.1
- 3.0.0
diff --git a/airflow/providers/apache/livy/CHANGELOG.rst b/airflow/providers/apache/livy/CHANGELOG.rst
index bc5c785a2beba..43556648aed02 100644
--- a/airflow/providers/apache/livy/CHANGELOG.rst
+++ b/airflow/providers/apache/livy/CHANGELOG.rst
@@ -19,6 +19,14 @@
Changelog
---------
+2.2.3
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix: Add extra headers to all livy API requests instead of only to post_batch (#22510)``
+
2.2.2
.....
diff --git a/airflow/providers/apache/livy/provider.yaml b/airflow/providers/apache/livy/provider.yaml
index 81f2f869f05ab..c624e0b9d360a 100644
--- a/airflow/providers/apache/livy/provider.yaml
+++ b/airflow/providers/apache/livy/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Apache Livy `__
versions:
+ - 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
diff --git a/airflow/providers/celery/CHANGELOG.rst b/airflow/providers/celery/CHANGELOG.rst
index 1dfe794659a7e..4a291303f63af 100644
--- a/airflow/providers/celery/CHANGELOG.rst
+++ b/airflow/providers/celery/CHANGELOG.rst
@@ -19,6 +19,14 @@
Changelog
---------
+2.1.4
+.....
+
+Misc
+~~~~
+
+* ``Update our approach for executor-bound dependencies (#22573)``
+
2.1.3
.....
diff --git a/airflow/providers/celery/provider.yaml b/airflow/providers/celery/provider.yaml
index eb0c2b46dfdc4..058796dc23302 100644
--- a/airflow/providers/celery/provider.yaml
+++ b/airflow/providers/celery/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Celery `__
versions:
+ - 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
index 5bcf56941f55e..19348817b2470 100644
--- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
+++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
@@ -19,6 +19,34 @@
Changelog
---------
+4.0.0
+.....
+
+Breaking changes
+~~~~~~~~~~~~~~~~
+
+The provider in version 4.0.0 only works with Airflow 2.3+. Please upgrade
+Airflow to 2.3 version if you want to use the features or fixes in 4.* line
+of the provider.
+
+The main reason for the incompatibility is using latest Kubernetes Libraries.
+The ``cncf.kubernetes`` provider requires newer version of libraries than
+Airflow 2.1 and 2.2 used for Kubernetes Executor and that makes the provider
+incompatible with those Airflow versions.
+
+Features
+~~~~~~~~
+
+* ``Log traceback only on ''DEBUG'' for KPO logs read interruption (#22595)``
+* ``Update our approach for executor-bound dependencies (#22573)``
+* ``Optionally not follow logs in KPO pod_manager (#22412)``
+
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Stop crashing when empty logs are received from kubernetes client (#22566)``
+
3.1.2
.....
diff --git a/airflow/providers/cncf/kubernetes/provider.yaml b/airflow/providers/cncf/kubernetes/provider.yaml
index 404ceff8af5d4..d3df7d035e5d4 100644
--- a/airflow/providers/cncf/kubernetes/provider.yaml
+++ b/airflow/providers/cncf/kubernetes/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Kubernetes `__
versions:
+ - 4.0.0
- 3.1.2
- 3.1.1
- 3.1.0
diff --git a/airflow/providers/databricks/CHANGELOG.rst b/airflow/providers/databricks/CHANGELOG.rst
index a5463663e732d..3ba15128060f5 100644
--- a/airflow/providers/databricks/CHANGELOG.rst
+++ b/airflow/providers/databricks/CHANGELOG.rst
@@ -19,6 +19,24 @@
Changelog
---------
+2.6.0
+.....
+
+Features
+~~~~~~~~
+
+* ``More operators for Databricks Repos (#22422)``
+* ``Add a link to Databricks Job Run (#22541)``
+
+Misc
+~~~~
+
+* ``Refactor 'DatabricksJobRunLink' to not create ad hoc TaskInstances (#22571)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Update black precommit (#22521)``
+
2.5.0
.....
diff --git a/airflow/providers/databricks/provider.yaml b/airflow/providers/databricks/provider.yaml
index 77ced248c6c08..3aba329e4d89d 100644
--- a/airflow/providers/databricks/provider.yaml
+++ b/airflow/providers/databricks/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Databricks `__
versions:
+ - 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
diff --git a/airflow/providers/discord/CHANGELOG.rst b/airflow/providers/discord/CHANGELOG.rst
index 210d8cb84706e..b57469160c6bd 100644
--- a/airflow/providers/discord/CHANGELOG.rst
+++ b/airflow/providers/discord/CHANGELOG.rst
@@ -19,6 +19,17 @@
Changelog
---------
+2.1.4
+.....
+
+Features
+~~~~~~~~
+
+* ``Set 'webhook_endpoint' as templated field in 'DiscordWebhookOperator'(#22570)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
2.0.4
.....
diff --git a/airflow/providers/discord/provider.yaml b/airflow/providers/discord/provider.yaml
index 28e3c6a1c4818..409a585e47967 100644
--- a/airflow/providers/discord/provider.yaml
+++ b/airflow/providers/discord/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Discord `__
versions:
+ - 2.1.4
- 2.0.4
- 2.0.3
- 2.0.2
diff --git a/airflow/providers/docker/CHANGELOG.rst b/airflow/providers/docker/CHANGELOG.rst
index b46d4670d8015..1e448bd95cf6f 100644
--- a/airflow/providers/docker/CHANGELOG.rst
+++ b/airflow/providers/docker/CHANGELOG.rst
@@ -19,6 +19,14 @@
Changelog
---------
+2.6.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add timeout parameter to 'DockerOperator' (#22502)``
+
2.5.2
.....
diff --git a/airflow/providers/docker/provider.yaml b/airflow/providers/docker/provider.yaml
index da807840070ad..4b1ee81c45bf1 100644
--- a/airflow/providers/docker/provider.yaml
+++ b/airflow/providers/docker/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Docker `__
versions:
+ - 2.6.0
- 2.5.2
- 2.5.1
- 2.5.0
diff --git a/airflow/providers/elasticsearch/CHANGELOG.rst b/airflow/providers/elasticsearch/CHANGELOG.rst
index 0af5d4674d06d..db50b07729bb6 100644
--- a/airflow/providers/elasticsearch/CHANGELOG.rst
+++ b/airflow/providers/elasticsearch/CHANGELOG.rst
@@ -19,6 +19,18 @@
Changelog
---------
+3.0.3
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Make ElasticSearch Provider compatible for Airflow<2.3 (#22814)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Update black precommit (#22521)``
+
3.0.2
.....
diff --git a/airflow/providers/elasticsearch/provider.yaml b/airflow/providers/elasticsearch/provider.yaml
index 6591e539323ee..d2234d542e4f3 100644
--- a/airflow/providers/elasticsearch/provider.yaml
+++ b/airflow/providers/elasticsearch/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Elasticsearch `__
versions:
+ - 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst
index c974034da63f3..62d472fb03477 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -18,6 +18,40 @@
Changelog
---------
+6.8.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add autodetect arg in BQCreateExternalTable Operator (#22710)``
+* ``Add links for BigQuery Data Transfer (#22280)``
+* ``Modify transfer operators to handle more data (#22495)``
+* ``Create Endpoint and Model Service, Batch Prediction and Hyperparameter Tuning Jobs operators for Vertex AI service (#22088)``
+* ``PostgresToGoogleCloudStorageOperator - BigQuery schema type for time zone naive fields (#22536)``
+* ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix the docstrings (#22497)``
+* ``Fix 'download_media' url in 'GoogleDisplayVideo360SDFtoGCSOperator' (#22479)``
+* ``Fix to 'CloudBuildRunBuildTriggerOperator' fails to find build id. (#22419)``
+* ``Fail ''LocalFilesystemToGCSOperator'' if src does not exist (#22772)``
+* ``Remove coerce_datetime usage from GCSTimeSpanFileTransformOperator (#22501)``
+
+Misc
+~~~~
+
+* ``Refactor: BigQuery to GCS Operator (#22506)``
+* ``Remove references to deprecated operators/params in PubSub operators (#22519)``
+* ``New design of system tests (#22311)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Update black precommit (#22521)``
+
6.7.0
.....
diff --git a/airflow/providers/google/provider.yaml b/airflow/providers/google/provider.yaml
index f37018993be55..514b4432dbb55 100644
--- a/airflow/providers/google/provider.yaml
+++ b/airflow/providers/google/provider.yaml
@@ -29,6 +29,7 @@ description: |
- `Google Workspace `__ (formerly Google Suite)
versions:
+ - 6.8.0
- 6.7.0
- 6.6.0
- 6.5.0
diff --git a/airflow/providers/hashicorp/CHANGELOG.rst b/airflow/providers/hashicorp/CHANGELOG.rst
index eb187e8191aa0..93b76e3e3ed30 100644
--- a/airflow/providers/hashicorp/CHANGELOG.rst
+++ b/airflow/providers/hashicorp/CHANGELOG.rst
@@ -19,6 +19,14 @@
Changelog
---------
+2.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)``
+
2.1.4
.....
diff --git a/airflow/providers/hashicorp/provider.yaml b/airflow/providers/hashicorp/provider.yaml
index a15d6c538439a..dcb891e97aaa2 100644
--- a/airflow/providers/hashicorp/provider.yaml
+++ b/airflow/providers/hashicorp/provider.yaml
@@ -22,6 +22,7 @@ description: |
Hashicorp including `Hashicorp Vault `__
versions:
+ - 2.2.0
- 2.1.4
- 2.1.3
- 2.1.2
diff --git a/airflow/providers/jenkins/CHANGELOG.rst b/airflow/providers/jenkins/CHANGELOG.rst
index 0bab2ce0e5d68..65597d7438d61 100644
--- a/airflow/providers/jenkins/CHANGELOG.rst
+++ b/airflow/providers/jenkins/CHANGELOG.rst
@@ -19,6 +19,19 @@
Changelog
---------
+2.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add 'JenkinsBuildSensor' (#22421)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``extra condition to check returned object not None (#22608)``
+
2.0.7
.....
diff --git a/airflow/providers/jenkins/provider.yaml b/airflow/providers/jenkins/provider.yaml
index 863d6d8ad59a0..fbbdefe27cecf 100644
--- a/airflow/providers/jenkins/provider.yaml
+++ b/airflow/providers/jenkins/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Jenkins `__
versions:
+ - 2.1.0
- 2.0.7
- 2.0.6
- 2.0.5
diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst b/airflow/providers/microsoft/azure/CHANGELOG.rst
index 7949ed9c8cf16..926e216630fcc 100644
--- a/airflow/providers/microsoft/azure/CHANGELOG.rst
+++ b/airflow/providers/microsoft/azure/CHANGELOG.rst
@@ -19,6 +19,20 @@
Changelog
---------
+3.8.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)``
+
+Misc
+~~~~
+
+* ``Docs: Fix example usage for 'AzureCosmosDocumentSensor' (#22735)``
+
+
3.7.2
.....
diff --git a/airflow/providers/microsoft/azure/provider.yaml b/airflow/providers/microsoft/azure/provider.yaml
index dd05807e45581..1b1cd49d9257c 100644
--- a/airflow/providers/microsoft/azure/provider.yaml
+++ b/airflow/providers/microsoft/azure/provider.yaml
@@ -21,6 +21,7 @@ name: Microsoft Azure
description: |
`Microsoft Azure `__
versions:
+ - 3.8.0
- 3.7.2
- 3.7.1
- 3.7.0
diff --git a/airflow/providers/microsoft/psrp/CHANGELOG.rst b/airflow/providers/microsoft/psrp/CHANGELOG.rst
index 3fa236f7f9054..0bdf4d919944a 100644
--- a/airflow/providers/microsoft/psrp/CHANGELOG.rst
+++ b/airflow/providers/microsoft/psrp/CHANGELOG.rst
@@ -19,6 +19,14 @@
Changelog
---------
+1.1.4
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``PowerShell Remoting fail on non-zero exitcode (#22503)``
+
1.1.3
.....
diff --git a/airflow/providers/microsoft/psrp/provider.yaml b/airflow/providers/microsoft/psrp/provider.yaml
index 5437139863e9f..0741c53200694 100644
--- a/airflow/providers/microsoft/psrp/provider.yaml
+++ b/airflow/providers/microsoft/psrp/provider.yaml
@@ -24,6 +24,7 @@ description: |
`__.
versions:
+ - 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
diff --git a/airflow/providers/presto/CHANGELOG.rst b/airflow/providers/presto/CHANGELOG.rst
index c205e8448ca76..6ed71be0a6214 100644
--- a/airflow/providers/presto/CHANGELOG.rst
+++ b/airflow/providers/presto/CHANGELOG.rst
@@ -19,6 +19,14 @@
Changelog
---------
+2.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Pass X-Presto-Client-Info in presto hook (#22416)``
+
2.1.2
.....
diff --git a/airflow/providers/presto/provider.yaml b/airflow/providers/presto/provider.yaml
index cc3c47054d601..7df6c4048012d 100644
--- a/airflow/providers/presto/provider.yaml
+++ b/airflow/providers/presto/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Presto `__
versions:
+ - 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
diff --git a/airflow/providers/sftp/CHANGELOG.rst b/airflow/providers/sftp/CHANGELOG.rst
index 47027fe8b8a92..3a4348a09a793 100644
--- a/airflow/providers/sftp/CHANGELOG.rst
+++ b/airflow/providers/sftp/CHANGELOG.rst
@@ -19,6 +19,14 @@
Changelog
---------
+2.6.0
+.....
+
+Features
+~~~~~~~~
+
+* ``add newer_than parameter to SFTP sensor (#21655) (#22377)``
+
2.5.2
.....
diff --git a/airflow/providers/sftp/provider.yaml b/airflow/providers/sftp/provider.yaml
index 8e8f25c8fcdc5..859d40bda1c75 100644
--- a/airflow/providers/sftp/provider.yaml
+++ b/airflow/providers/sftp/provider.yaml
@@ -22,6 +22,7 @@ description: |
`SSH File Transfer Protocol (SFTP) `__
versions:
+ - 2.6.0
- 2.5.2
- 2.5.1
- 2.5.0
diff --git a/airflow/providers/trino/CHANGELOG.rst b/airflow/providers/trino/CHANGELOG.rst
index 7dbfb929d257d..509451f589a56 100644
--- a/airflow/providers/trino/CHANGELOG.rst
+++ b/airflow/providers/trino/CHANGELOG.rst
@@ -19,6 +19,14 @@
Changelog
---------
+2.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Pass X-Trino-Client-Info in trino hook (#22535)``
+
2.1.2
.....
diff --git a/airflow/providers/trino/provider.yaml b/airflow/providers/trino/provider.yaml
index c7ff369f4f770..33f1784910275 100644
--- a/airflow/providers/trino/provider.yaml
+++ b/airflow/providers/trino/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Trino `__
versions:
+ - 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst
index 88fcc8af70d33..112b3c744ff2c 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -28,6 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-04-06 ``Pass custom headers through in SES email backend (#22667)``
+`e7650b85a3 `_ 2022-03-31 ``Add doc and sample dag for SqlToS3Operator (#22603)``
+`898d31e9c2 `_ 2022-03-31 ``Adds HiveToDynamoDB Transfer Sample DAG and Docs (#22517)``
+`616a5dd4d7 `_ 2022-03-31 ``Add doc and sample dag for MongoToS3Operator (#22575)``
+`55ee62e28a `_ 2022-03-31 ``Add doc for LocalFilesystemToS3Operator (#22574)``
+`02526b3f64 `_ 2022-03-27 ``Add doc and example dag for AWS CloudFormation Operators (#22533)``
+`df473d7e89 `_ 2022-03-27 ``GoogleApiToS3Operator: update sample dag and doc (#22507)``
+`d91b8334f0 `_ 2022-03-27 ``SalesforceToS3Operator: update sample dag and doc (#22489)``
+`8ade99f97d `_ 2022-03-27 ``Add doc and sample dag for S3ToFTPOperator and FTPToS3Operator (#22534)``
+`7ab45d41d6 `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)``
+================================================================================================= =========== ==================================================================================
+
3.2.0
.....
@@ -36,6 +56,7 @@ Latest change: 2022-03-22
================================================================================================= =========== ================================================================================================================================================================================
Commit Committed Subject
================================================================================================= =========== ================================================================================================================================================================================
+`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
`4de9d6622c `_ 2022-03-22 ``ImapAttachmentToS3Operator: fix it, update sample dag and update doc (#22351)``
`e972b6a48d `_ 2022-03-21 ``Add docs and example dag for AWS Glue (#22295)``
`dd0cbaad3f `_ 2022-03-21 ``Update doc and sample dag for S3ToSFTPOperator and SFTPToS3Operator (#22313)``
diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst
index 3f897e887c828..477b6f6a7573f 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -60,7 +60,7 @@ Package apache-airflow-providers-amazon
Amazon integration (including `Amazon Web Services (AWS) `__).
-Release: 3.2.0
+Release: 3.3.0
Provider package
----------------
@@ -124,7 +124,7 @@ 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 3.2.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-amazon 3.2.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 3.3.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 3.3.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/amazon/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-livy/commits.rst b/docs/apache-airflow-providers-apache-livy/commits.rst
index afea2b720549b..ab91350d258e3 100644
--- a/docs/apache-airflow-providers-apache-livy/commits.rst
+++ b/docs/apache-airflow-providers-apache-livy/commits.rst
@@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-03-30 ``Fix: Add extra headers to all livy API requests instead of only to post_batch (#22510)``
+================================================================================================= =========== ==========================================================================================
+
+2.2.2
+.....
+
+Latest change: 2022-03-22
+
+================================================================================================= =========== ==============================================================
+Commit Committed Subject
+================================================================================================= =========== ==============================================================
+`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
+================================================================================================= =========== ==============================================================
+
2.2.1
.....
diff --git a/docs/apache-airflow-providers-apache-livy/index.rst b/docs/apache-airflow-providers-apache-livy/index.rst
index 35bf2cb69c2b9..cd2f5058c61fc 100644
--- a/docs/apache-airflow-providers-apache-livy/index.rst
+++ b/docs/apache-airflow-providers-apache-livy/index.rst
@@ -57,7 +57,7 @@ Package apache-airflow-providers-apache-livy
`Apache Livy `__
-Release: 2.2.2
+Release: 2.2.3
Provider package
----------------
@@ -106,7 +106,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-apache-livy 2.2.2 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-livy 2.2.2 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-livy 2.2.3 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-livy 2.2.3 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/apache/livy/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-arangodb/commits.rst b/docs/apache-airflow-providers-arangodb/commits.rst
index 3031e96007b3a..cea5c7cfdf873 100644
--- a/docs/apache-airflow-providers-arangodb/commits.rst
+++ b/docs/apache-airflow-providers-arangodb/commits.rst
@@ -27,5 +27,14 @@ This is detailed commit list of changes for versions provider package: ``arangod
For high-level changelog, see :doc:`package information including changelog `.
+
1.0.0
.....
+
+Latest change: 2022-04-03
+
+================================================================================================= =========== =====================================
+Commit Committed Subject
+================================================================================================= =========== =====================================
+`c758c76ac3 `_ 2022-04-03 ``Adding ArangoDB Provider (#22548)``
+================================================================================================= =========== =====================================
diff --git a/docs/apache-airflow-providers-arangodb/index.rst b/docs/apache-airflow-providers-arangodb/index.rst
index 538c437b01578..fca5654f0f93a 100644
--- a/docs/apache-airflow-providers-arangodb/index.rst
+++ b/docs/apache-airflow-providers-arangodb/index.rst
@@ -81,10 +81,10 @@ You can install this package on top of an existing Airflow 2.1+ installation via
PIP requirements
----------------
-=================== ==================
-PIP package Version required
-=================== ==================
-``python-arangodb`` ``>=7.3.1``
-=================== ==================
+================= ==================
+PIP package Version required
+================= ==================
+``python-arango`` ``>=7.3.2``
+================= ==================
.. include:: ../../airflow/providers/arangodb/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-celery/commits.rst b/docs/apache-airflow-providers-celery/commits.rst
index d45d63cbf4564..cda51f1eb7d80 100644
--- a/docs/apache-airflow-providers-celery/commits.rst
+++ b/docs/apache-airflow-providers-celery/commits.rst
@@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-03-29 ``Update our approach for executor-bound dependencies (#22573)``
+================================================================================================= =========== ================================================================
+
+2.1.3
+.....
+
+Latest change: 2022-03-22
+
+================================================================================================= =========== ==============================================================
+Commit Committed Subject
+================================================================================================= =========== ==============================================================
+`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
+================================================================================================= =========== ==============================================================
+
2.1.2
.....
diff --git a/docs/apache-airflow-providers-celery/index.rst b/docs/apache-airflow-providers-celery/index.rst
index 3c732b4d0a2e4..d19940d857599 100644
--- a/docs/apache-airflow-providers-celery/index.rst
+++ b/docs/apache-airflow-providers-celery/index.rst
@@ -46,7 +46,7 @@ Package apache-airflow-providers-celery
`Celery `__
-Release: 2.1.3
+Release: 2.1.4
Provider package
----------------
@@ -66,9 +66,8 @@ PIP requirements
================== ==================
PIP package Version required
================== ==================
-``apache-airflow`` ``>=2.1.0``
-``celery`` ``~=5.1,>=5.1.2``
-``celery`` ``>=5.2.3``
+``apache-airflow`` ``>=2.2.0``
+``celery`` ``>=5.2.3,<6``
``flower`` ``>=1.0.0``
================== ==================
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
index 916610099b6b0..29cdca9159085 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
@@ -28,6 +28,20 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-03-29 ``Log traceback only on ''DEBUG'' for KPO logs read interruption (#22595)``
+`6db30f3207 `_ 2022-03-29 ``Update our approach for executor-bound dependencies (#22573)``
+`0d64d66cea `_ 2022-03-28 ``Stop crashing when empty logs are received from kubernetes client (#22566)``
+`0a99be7411 `_ 2022-03-22 ``Optionally not follow logs in KPO pod_manager (#22412)``
+================================================================================================= =========== ==============================================================================
+
3.1.2
.....
@@ -36,6 +50,7 @@ Latest change: 2022-03-22
================================================================================================= =========== ==============================================================================
Commit Committed Subject
================================================================================================= =========== ==============================================================================
+`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
`0f977daa3c `_ 2022-03-22 ``Fix "run_id" k8s and elasticsearch compatibility with Airflow 2.1 (#22385)``
`7bd165fbe2 `_ 2022-03-16 ``Remove RefreshConfiguration workaround for K8s token refreshing (#20759)``
================================================================================================= =========== ==============================================================================
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
index 9dc10cad8b5bb..bc5b6b7d169ff 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/index.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
@@ -59,7 +59,7 @@ Package apache-airflow-providers-cncf-kubernetes
`Kubernetes `__
-Release: 3.1.2
+Release: 4.0.0
Provider package
----------------
@@ -79,9 +79,9 @@ PIP requirements
================== ==================
PIP package Version required
================== ==================
-``apache-airflow`` ``>=2.1.0``
+``apache-airflow`` ``>=2.3.0``
``cryptography`` ``>=2.0.0``
-``kubernetes`` ``>=21.7.0``
+``kubernetes`` ``>=21.7.0,<24``
================== ==================
.. include:: ../../airflow/providers/cncf/kubernetes/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-databricks/commits.rst b/docs/apache-airflow-providers-databricks/commits.rst
index 04b7997a87a32..e93a60009f279 100644
--- a/docs/apache-airflow-providers-databricks/commits.rst
+++ b/docs/apache-airflow-providers-databricks/commits.rst
@@ -28,16 +28,31 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-03-31 ``Refactor 'DatabricksJobRunLink' to not create ad hoc TaskInstances (#22571)``
+`95169d1d07 `_ 2022-03-27 ``Add a link to Databricks Job Run (#22541)``
+`352d7f72dd `_ 2022-03-27 ``More operators for Databricks Repos (#22422)``
+`c063fc688c `_ 2022-03-25 ``Update black precommit (#22521)``
+================================================================================================= =========== ===============================================================================
+
2.5.0
.....
-Latest change: 2022-03-15
+Latest change: 2022-03-22
-================================================================================================= =========== ===================================================
+================================================================================================= =========== ==============================================================
Commit Committed Subject
-================================================================================================= =========== ===================================================
+================================================================================================= =========== ==============================================================
+`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
`cc920963a6 `_ 2022-03-15 ``Operator for updating Databricks Repos (#22278)``
-================================================================================================= =========== ===================================================
+================================================================================================= =========== ==============================================================
2.4.0
.....
diff --git a/docs/apache-airflow-providers-databricks/index.rst b/docs/apache-airflow-providers-databricks/index.rst
index 22bc462ead80f..56836078c2516 100644
--- a/docs/apache-airflow-providers-databricks/index.rst
+++ b/docs/apache-airflow-providers-databricks/index.rst
@@ -59,7 +59,7 @@ Package apache-airflow-providers-databricks
`Databricks `__
-Release: 2.5.0
+Release: 2.6.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-discord/commits.rst b/docs/apache-airflow-providers-discord/commits.rst
index 7d393b7a9abea..84b433003439f 100644
--- a/docs/apache-airflow-providers-discord/commits.rst
+++ b/docs/apache-airflow-providers-discord/commits.rst
@@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-03-31 ``Set 'webhook_endpoint' as templated field in 'DiscordWebhookOperator'(#22570)``
+================================================================================================= =========== =================================================================================
+
+2.0.4
+.....
+
+Latest change: 2022-03-22
+
+================================================================================================= =========== ==============================================================
+Commit Committed Subject
+================================================================================================= =========== ==============================================================
+`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
+================================================================================================= =========== ==============================================================
+
2.0.3
.....
diff --git a/docs/apache-airflow-providers-discord/index.rst b/docs/apache-airflow-providers-discord/index.rst
index 970221db182b5..ddd0fef0f19ed 100644
--- a/docs/apache-airflow-providers-discord/index.rst
+++ b/docs/apache-airflow-providers-discord/index.rst
@@ -46,7 +46,7 @@ Package apache-airflow-providers-discord
`Discord `__
-Release: 2.0.4
+Release: 2.1.4
Provider package
----------------
@@ -85,7 +85,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-discord 2.0.4 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-discord 2.0.4 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-discord 2.1.4 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-discord 2.1.4 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/discord/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-docker/commits.rst b/docs/apache-airflow-providers-docker/commits.rst
index a7b6e025c4713..fa94dcfb4779a 100644
--- a/docs/apache-airflow-providers-docker/commits.rst
+++ b/docs/apache-airflow-providers-docker/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-03-28 ``Add timeout parameter to 'DockerOperator' (#22502)``
+================================================================================================= =========== ======================================================
+
2.5.2
.....
-Latest change: 2022-03-21
+Latest change: 2022-03-22
================================================================================================= =========== ==================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================
+`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
`31096cc883 `_ 2022-03-21 ``Correct 'multiple_outputs' param descriptions mentioning lists/tuples (#22371)``
================================================================================================= =========== ==================================================================================
diff --git a/docs/apache-airflow-providers-docker/index.rst b/docs/apache-airflow-providers-docker/index.rst
index 75090f6868054..218968f18ef96 100644
--- a/docs/apache-airflow-providers-docker/index.rst
+++ b/docs/apache-airflow-providers-docker/index.rst
@@ -53,7 +53,7 @@ Package apache-airflow-providers-docker
`Docker `__
-Release: 2.5.2
+Release: 2.6.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-elasticsearch/commits.rst b/docs/apache-airflow-providers-elasticsearch/commits.rst
index fc51131551126..43a746a15a1d5 100644
--- a/docs/apache-airflow-providers-elasticsearch/commits.rst
+++ b/docs/apache-airflow-providers-elasticsearch/commits.rst
@@ -28,6 +28,18 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-04-07 ``Make ElasticSearch Provider compatible for Airflow<2.3 (#22814)``
+`c063fc688c `_ 2022-03-25 ``Update black precommit (#22521)``
+================================================================================================= =========== ===================================================================
+
3.0.2
.....
@@ -36,6 +48,7 @@ Latest change: 2022-03-22
================================================================================================= =========== ==============================================================================
Commit Committed Subject
================================================================================================= =========== ==============================================================================
+`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
`0f977daa3c `_ 2022-03-22 ``Fix "run_id" k8s and elasticsearch compatibility with Airflow 2.1 (#22385)``
================================================================================================= =========== ==============================================================================
diff --git a/docs/apache-airflow-providers-elasticsearch/index.rst b/docs/apache-airflow-providers-elasticsearch/index.rst
index af1f361548859..3af01e42da27d 100644
--- a/docs/apache-airflow-providers-elasticsearch/index.rst
+++ b/docs/apache-airflow-providers-elasticsearch/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-elasticsearch
`Elasticsearch `__
-Release: 3.0.2
+Release: 3.0.3
Provider package
----------------
diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst
index cf91db31ff931..dc3b3f64ba02e 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -35,14 +35,40 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-04-06 ``Fail ''LocalFilesystemToGCSOperator'' if src does not exist (#22772)``
+`99b0211d50 `_ 2022-04-04 ``Modify transfer operators to handle more data (#22495)``
+`f9e18472c0 `_ 2022-04-04 ``Add autodetect arg in BQCreateExternalTable Operator (#22710)``
+`327eab3e26 `_ 2022-03-31 ``Add links for BigQuery Data Transfer (#22280)``
+`02976bef88 `_ 2022-03-27 ``Refactor: BigQuery to GCS Operator (#22506)``
+`719135ade0 `_ 2022-03-27 ``Remove references to deprecated operators/params in PubSub operators (#22519)``
+`ca4b8d1744 `_ 2022-03-27 ``Create Endpoint and Model Service, Batch Prediction and Hyperparameter Tuning Jobs operators for Vertex AI service (#22088)``
+`388723950d `_ 2022-03-27 ``PostgresToGoogleCloudStorageOperator - BigQuery schema type for time zone naive fields (#22536)``
+`c063fc688c `_ 2022-03-25 ``Update black precommit (#22521)``
+`3c7cd47319 `_ 2022-03-25 ``New design of system tests (#22311)``
+`7ab45d41d6 `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)``
+`d231e9b448 `_ 2022-03-24 ``Remove coerce_datetime usage from GCSTimeSpanFileTransformOperator (#22501)``
+`82a26c0591 `_ 2022-03-24 ``Fix the docstrings (#22497)``
+`38fde2ea79 `_ 2022-03-23 ``Fix 'download_media' url in 'GoogleDisplayVideo360SDFtoGCSOperator' (#22479)``
+`0f0a1a7d22 `_ 2022-03-23 ``Fix to 'CloudBuildRunBuildTriggerOperator' fails to find build id. (#22419)``
+================================================================================================= =========== ===============================================================================================================================
+
6.7.0
.....
-Latest change: 2022-03-21
+Latest change: 2022-03-22
================================================================================================= =========== ===================================================================
Commit Committed Subject
================================================================================================= =========== ===================================================================
+`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
`7b851edc91 `_ 2022-03-21 ``Add 'LocalFilesystemToGoogleDriveOperator' (#22219)``
`14e6b657c2 `_ 2022-03-21 ``Add timeout and retry to the BigQueryInsertJobOperator (#22395)``
`a3ffbee7c9 `_ 2022-03-20 ``Fix skipping non-GCS located jars (#22302)``
diff --git a/docs/apache-airflow-providers-google/index.rst b/docs/apache-airflow-providers-google/index.rst
index 98b4f3e0b24a4..880111fcd542f 100644
--- a/docs/apache-airflow-providers-google/index.rst
+++ b/docs/apache-airflow-providers-google/index.rst
@@ -69,7 +69,7 @@ Google services including:
- `Google Workspace `__ (formerly Google Suite)
-Release: 6.7.0
+Release: 6.8.0
Provider package
----------------
@@ -174,7 +174,7 @@ 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 6.7.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-google 6.7.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-google 6.8.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-google 6.8.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/google/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-hashicorp/commits.rst b/docs/apache-airflow-providers-hashicorp/commits.rst
index d9958091edcd8..09958d86ca332 100644
--- a/docs/apache-airflow-providers-hashicorp/commits.rst
+++ b/docs/apache-airflow-providers-hashicorp/commits.rst
@@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)``
+================================================================================================= =========== ==================================================================================
+
+2.1.4
+.....
+
+Latest change: 2022-03-22
+
+================================================================================================= =========== ==============================================================
+Commit Committed Subject
+================================================================================================= =========== ==============================================================
+`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
+================================================================================================= =========== ==============================================================
+
2.1.3
.....
diff --git a/docs/apache-airflow-providers-hashicorp/index.rst b/docs/apache-airflow-providers-hashicorp/index.rst
index cfb2e88ee5663..c9abd22276eb1 100644
--- a/docs/apache-airflow-providers-hashicorp/index.rst
+++ b/docs/apache-airflow-providers-hashicorp/index.rst
@@ -57,7 +57,7 @@ Package apache-airflow-providers-hashicorp
Hashicorp including `Hashicorp Vault `__
-Release: 2.1.4
+Release: 2.2.0
Provider package
----------------
@@ -106,7 +106,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-hashicorp 2.1.4 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-hashicorp 2.1.4 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-hashicorp 2.2.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-hashicorp 2.2.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/hashicorp/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-jenkins/commits.rst b/docs/apache-airflow-providers-jenkins/commits.rst
index be0afced8bf1c..675c319452e1d 100644
--- a/docs/apache-airflow-providers-jenkins/commits.rst
+++ b/docs/apache-airflow-providers-jenkins/commits.rst
@@ -28,6 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-04-04 ``extra condition to check returned object not None (#22608)``
+`4e24b22379 `_ 2022-03-24 ``Add 'JenkinsBuildSensor' (#22421)``
+================================================================================================= =========== ==============================================================
+
+2.0.7
+.....
+
+Latest change: 2022-03-22
+
+================================================================================================= =========== ==============================================================
+Commit Committed Subject
+================================================================================================= =========== ==============================================================
+`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
+================================================================================================= =========== ==============================================================
+
2.0.6
.....
diff --git a/docs/apache-airflow-providers-jenkins/index.rst b/docs/apache-airflow-providers-jenkins/index.rst
index e4c6a8046e6ce..9a23555000ed5 100644
--- a/docs/apache-airflow-providers-jenkins/index.rst
+++ b/docs/apache-airflow-providers-jenkins/index.rst
@@ -57,7 +57,7 @@ Package apache-airflow-providers-jenkins
`Jenkins `__
-Release: 2.0.7
+Release: 2.1.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst b/docs/apache-airflow-providers-microsoft-azure/commits.rst
index 29557ecf4118b..95564aa7d3594 100644
--- a/docs/apache-airflow-providers-microsoft-azure/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst
@@ -28,6 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-04-04 ``Docs: Fix example usage for 'AzureCosmosDocumentSensor' (#22735)``
+`7ab45d41d6 `_ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)``
+================================================================================================= =========== ==================================================================================
+
+3.7.2
+.....
+
+Latest change: 2022-03-22
+
+================================================================================================= =========== ==============================================================
+Commit Committed Subject
+================================================================================================= =========== ==============================================================
+`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
+================================================================================================= =========== ==============================================================
+
3.7.1
.....
diff --git a/docs/apache-airflow-providers-microsoft-azure/index.rst b/docs/apache-airflow-providers-microsoft-azure/index.rst
index a9e80d0ca4d66..ddbc51d490c4a 100644
--- a/docs/apache-airflow-providers-microsoft-azure/index.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/index.rst
@@ -61,7 +61,7 @@ Package apache-airflow-providers-microsoft-azure
`Microsoft Azure `__
-Release: 3.7.2
+Release: 3.8.0
Provider package
----------------
@@ -124,7 +124,7 @@ 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 3.7.2 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-microsoft-azure 3.7.2 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-microsoft-azure 3.8.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-microsoft-azure 3.8.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/microsoft/azure/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-microsoft-psrp/commits.rst b/docs/apache-airflow-providers-microsoft-psrp/commits.rst
index 0a102d9f77259..592c50d75b45c 100644
--- a/docs/apache-airflow-providers-microsoft-psrp/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-psrp/commits.rst
@@ -30,6 +30,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-03-28 ``PowerShell Remoting fail on non-zero exitcode (#22503)``
+================================================================================================= =========== ==========================================================
+
+1.1.3
+.....
+
+Latest change: 2022-03-22
+
+================================================================================================= =========== ==============================================================
+Commit Committed Subject
+================================================================================================= =========== ==============================================================
+`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
+================================================================================================= =========== ==============================================================
+
1.1.2
.....
diff --git a/docs/apache-airflow-providers-microsoft-psrp/index.rst b/docs/apache-airflow-providers-microsoft-psrp/index.rst
index 04de533e2a847..e3ca5af0d9288 100644
--- a/docs/apache-airflow-providers-microsoft-psrp/index.rst
+++ b/docs/apache-airflow-providers-microsoft-psrp/index.rst
@@ -59,7 +59,7 @@ This package provides remote execution capabilities via the
`__.
-Release: 1.1.3
+Release: 1.1.4
Provider package
----------------
diff --git a/docs/apache-airflow-providers-presto/commits.rst b/docs/apache-airflow-providers-presto/commits.rst
index 76ef2339dce26..65816c8155089 100644
--- a/docs/apache-airflow-providers-presto/commits.rst
+++ b/docs/apache-airflow-providers-presto/commits.rst
@@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-03-24 ``Pass X-Presto-Client-Info in presto hook (#22416)``
+================================================================================================= =========== =====================================================
+
+2.1.2
+.....
+
+Latest change: 2022-03-22
+
+================================================================================================= =========== ==============================================================
+Commit Committed Subject
+================================================================================================= =========== ==============================================================
+`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
+================================================================================================= =========== ==============================================================
+
2.1.1
.....
diff --git a/docs/apache-airflow-providers-presto/index.rst b/docs/apache-airflow-providers-presto/index.rst
index 11ed7b8c00eb1..b3c4b6f09f768 100644
--- a/docs/apache-airflow-providers-presto/index.rst
+++ b/docs/apache-airflow-providers-presto/index.rst
@@ -58,7 +58,7 @@ Package apache-airflow-providers-presto
`Presto `__
-Release: 2.1.2
+Release: 2.2.0
Provider package
----------------
@@ -108,7 +108,7 @@ 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-presto 2.1.2 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-presto 2.1.2 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-presto 2.2.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-presto 2.2.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/presto/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-sftp/commits.rst b/docs/apache-airflow-providers-sftp/commits.rst
index 29907fb009528..7b509ff314405 100644
--- a/docs/apache-airflow-providers-sftp/commits.rst
+++ b/docs/apache-airflow-providers-sftp/commits.rst
@@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-03-29 ``add newer_than parameter to SFTP sensor (#21655) (#22377)``
+================================================================================================= =========== =============================================================
+
+2.5.2
+.....
+
+Latest change: 2022-03-22
+
+================================================================================================= =========== ==============================================================
+Commit Committed Subject
+================================================================================================= =========== ==============================================================
+`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
+================================================================================================= =========== ==============================================================
+
2.5.1
.....
diff --git a/docs/apache-airflow-providers-sftp/index.rst b/docs/apache-airflow-providers-sftp/index.rst
index 1d76aba532838..376e7029cde73 100644
--- a/docs/apache-airflow-providers-sftp/index.rst
+++ b/docs/apache-airflow-providers-sftp/index.rst
@@ -52,7 +52,7 @@ Package apache-airflow-providers-sftp
`SSH File Transfer Protocol (SFTP) `__
-Release: 2.5.2
+Release: 2.6.0
Provider package
----------------
@@ -104,7 +104,7 @@ 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 2.5.2 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-sftp 2.5.2 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-sftp 2.6.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-sftp 2.6.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/sftp/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-trino/commits.rst b/docs/apache-airflow-providers-trino/commits.rst
index 054a74b740ea7..4a861cf1c9120 100644
--- a/docs/apache-airflow-providers-trino/commits.rst
+++ b/docs/apache-airflow-providers-trino/commits.rst
@@ -28,6 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-03-27 ``Pass X-Trino-Client-Info in trino hook (#22535)``
+================================================================================================= =========== ===================================================
+
+2.1.2
+.....
+
+Latest change: 2022-03-22
+
+================================================================================================= =========== ==============================================================
+Commit Committed Subject
+================================================================================================= =========== ==============================================================
+`d7dbfb7e26 `_ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
+================================================================================================= =========== ==============================================================
+
2.1.1
.....
diff --git a/docs/apache-airflow-providers-trino/index.rst b/docs/apache-airflow-providers-trino/index.rst
index 21daa00df59b3..239ec03cd8002 100644
--- a/docs/apache-airflow-providers-trino/index.rst
+++ b/docs/apache-airflow-providers-trino/index.rst
@@ -58,7 +58,7 @@ Package apache-airflow-providers-trino
`Trino `__
-Release: 2.1.2
+Release: 2.2.0
Provider package
----------------
@@ -108,7 +108,7 @@ 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 2.1.2 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-trino 2.1.2 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-trino 2.2.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-trino 2.2.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/trino/CHANGELOG.rst