diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst
index c0f55d414d636..5d5a31453a19b 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -38,11 +38,48 @@ Pandas is now an optional dependency of the provider. The ``SqlToS3Operator`` an
require Pandas to be installed (you can install it automatically by adding ``[pandas]`` extra when installing
the provider.
+* ``Make pandas dependency optional for Amazon Provider (#28505)``
+
Features
~~~~~~~~
* ``Deprecate 'full_url_mode' for SecretsManagerBackend; whether a secret is a JSON or URL is inferred (#27920)``
+* ``Add execution role parameter to AddStepsOperator (#28484)``
+* ``Add AWS SageMaker operator to register a model's version (#28024)``
+* ``Add link for EMR Steps Sensor logs (#28180)``
+* ``Add Amazon Elastic Container Registry (ECR) Hook (#28279)``
+* ``Add EMR Notebook operators (#28312)``
+* ``Create 'LambdaCreateFunctionOperator' and sensor (#28241)``
+* ``Better support for Boto Waiters (#28236)``
+* ``Amazon Provider Package user agent (#27823)``
+* ``Allow waiter to be configured via EmrServerless Operators (#27784)``
+* ``Add operators + sensor for aws sagemaker pipelines (#27786)``
+* ``Update RdsHook docstrings to match correct argument names (#28108)``
+* ``add some important log in aws athena hook (#27917)``
+* ``Lambda hook: make runtime and handler optional (#27778)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix EmrAddStepsOperature wait_for_completion parameter is not working (#28052)``
+* ``Correctly template Glue Jobs 'create_job_kwargs' arg (#28403)``
+* ``Fix template rendered bucket_key in S3KeySensor (#28340)``
+* ``Fix Type Error while using DynamoDBToS3Operator (#28158)``
+* ``AWSGlueJobHook updates job configuration if it exists (#27893)``
+* ``Fix GlueCrawlerOperature failure when using tags (#28005)``
+Misc
+~~~~
+
+* ``Fix S3KeySensor documentation (#28297)``
+* ``Improve docstrings for 'AwsLambdaInvokeFunctionOperator' (#28233)``
+* ``Remove outdated compat imports/code from providers (#28507)``
+* ``add description of breaking changes (#28582)``
+* ``[misc] Get rid of 'pass' statement in conditions (#27775)``
+* ``[misc] Replace XOR '^' conditions by 'exactly_one' helper in providers (#27858)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
6.2.0
.....
diff --git a/airflow/providers/apache/hive/CHANGELOG.rst b/airflow/providers/apache/hive/CHANGELOG.rst
index 2accf2be2ba57..459d994c3a786 100644
--- a/airflow/providers/apache/hive/CHANGELOG.rst
+++ b/airflow/providers/apache/hive/CHANGELOG.rst
@@ -33,6 +33,11 @@ Features
The ``apache.hive`` provider provides now hive macros that used to be provided by Airflow. As of 5.1.0 version
of ``apache.hive`` the hive macros are provided by the Provider.
+* ``Move Hive macros to the provider (#28538)``
+* ``Make pandas dependency optional for Amazon Provider (#28505)``
+
+.. Review and move the new changes to one of the sections above:
+
5.0.0
.....
diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
index a3722ebb812b0..78285ad83f84f 100644
--- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
+++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
@@ -24,6 +24,36 @@
Changelog
---------
+5.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add Flink on K8s Operator (#28512)``
+* ``Add volume-related nested template fields for KPO (#27719)``
+* ``Allow longer pod names for k8s executor / KPO (#27736)``
+* ``Use labels instead of pod name for pod log read in k8s exec (#28546)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Patch "checked" when pod not successful (#27845)``
+* ``Keep pod name for k8s executor under 63 characters (#28237)``
+
+Misc
+~~~~
+
+* ``Remove outdated compat imports/code from providers (#28507)``
+* ``Restructure Docs (#27235)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Updated docs for RC3 wave of providers (#27937)``
+ * ``Prepare for follow-up relase for November providers (#27774)``
+
+.. Review and move the new changes to one of the sections above:
+
5.0.0
.....
diff --git a/airflow/providers/cncf/kubernetes/provider.yaml b/airflow/providers/cncf/kubernetes/provider.yaml
index 3de2fb8717c80..23a894bc03f40 100644
--- a/airflow/providers/cncf/kubernetes/provider.yaml
+++ b/airflow/providers/cncf/kubernetes/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Kubernetes `__
versions:
+ - 5.1.0
- 5.0.0
- 4.4.0
- 4.3.0
diff --git a/airflow/providers/common/sql/CHANGELOG.rst b/airflow/providers/common/sql/CHANGELOG.rst
index fdfed9d2c478f..3176426d5e715 100644
--- a/airflow/providers/common/sql/CHANGELOG.rst
+++ b/airflow/providers/common/sql/CHANGELOG.rst
@@ -24,6 +24,25 @@
Changelog
---------
+1.3.2
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``fIx isort problems introduced by recent isort release (#28434)``
+* ``Fix template rendering for Common SQL operators (#28202)``
+* ``Defer to hook setting for split_statements in SQLExecuteQueryOperator (#28635)``
+
+Misc
+~~~~
+
+* ``Clarify docstrings for updated DbApiHook (#27966)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Add pre-commits preventing accidental API changes in common.sql (#27962)``
+
1.3.1
.....
diff --git a/airflow/providers/common/sql/provider.yaml b/airflow/providers/common/sql/provider.yaml
index 4527dfff586a6..ee2021f023617 100644
--- a/airflow/providers/common/sql/provider.yaml
+++ b/airflow/providers/common/sql/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Common SQL Provider `__
versions:
+ - 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
diff --git a/airflow/providers/docker/CHANGELOG.rst b/airflow/providers/docker/CHANGELOG.rst
index 3e402d4ef29e7..b83a9e8be0b56 100644
--- a/airflow/providers/docker/CHANGELOG.rst
+++ b/airflow/providers/docker/CHANGELOG.rst
@@ -24,6 +24,20 @@
Changelog
---------
+3.4.0
+.....
+
+Features
+~~~~~~~~
+
+* ``add hostname argument to DockerOperator (#27822)``
+* ``Move min airflow version down for Docker Provider to 2.3.0 (#28648)``
+
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
+
3.3.0
.....
diff --git a/airflow/providers/docker/provider.yaml b/airflow/providers/docker/provider.yaml
index ba27218c435a4..c96e78c6f3227 100644
--- a/airflow/providers/docker/provider.yaml
+++ b/airflow/providers/docker/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Docker `__
versions:
+ - 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
diff --git a/airflow/providers/elasticsearch/CHANGELOG.rst b/airflow/providers/elasticsearch/CHANGELOG.rst
index 5499e3f3c319b..4ca27921cc2e2 100644
--- a/airflow/providers/elasticsearch/CHANGELOG.rst
+++ b/airflow/providers/elasticsearch/CHANGELOG.rst
@@ -24,6 +24,16 @@
Changelog
---------
+4.3.2
+.....
+
+Bug Fixes
+~~~~~~~~~
+* ``Support restricted index patterns in Elasticsearch log handler (#23888)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.3.1
.....
diff --git a/airflow/providers/elasticsearch/provider.yaml b/airflow/providers/elasticsearch/provider.yaml
index 1775c05bb4eaa..b46c4383c5a69 100644
--- a/airflow/providers/elasticsearch/provider.yaml
+++ b/airflow/providers/elasticsearch/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Elasticsearch `__
versions:
+ - 4.3.2
- 4.3.1
- 4.3.0
- 4.2.1
diff --git a/airflow/providers/ftp/CHANGELOG.rst b/airflow/providers/ftp/CHANGELOG.rst
index 93f6a3ab59877..24d8746e64dca 100644
--- a/airflow/providers/ftp/CHANGELOG.rst
+++ b/airflow/providers/ftp/CHANGELOG.rst
@@ -24,6 +24,18 @@
Changelog
---------
+3.3.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add FTPSFileTransmitOperator (#28318)``
+* ``Add 'FTPFileTransmitOperator' (#26974)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
3.2.0
.....
diff --git a/airflow/providers/ftp/provider.yaml b/airflow/providers/ftp/provider.yaml
index e2fae63a03007..fa2630d7dcb47 100644
--- a/airflow/providers/ftp/provider.yaml
+++ b/airflow/providers/ftp/provider.yaml
@@ -22,6 +22,7 @@ description: |
`File Transfer Protocol (FTP) `__
versions:
+ - 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst
index 38c1ea9e57a5a..4a2a0ec8a042a 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -23,6 +23,43 @@
Changelog
---------
+8.7.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add table_resource to template fields for BigQueryCreateEmptyTableOperator (#28235)``
+* ``Add retry param in GCSObjectExistenceSensor (#27943)``
+* ``Add preserveAsciiControlCharacters to src_fmt_configs (#27679)``
+* ``Add deferrable mode to CloudBuildCreateBuildOperator (#27783)``
+* ``GCSToBigQueryOperator allows autodetect None and infers schema (#28564)``
+* ``Improve memory usage in Dataproc deferrable operators (#28117)``
+* ``Push job_id in xcom for dataproc submit job op (#28639)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix for issue with reading schema fields for JSON files in GCSToBigQueryOperator (#28284)``
+* ``Fix GCSToBigQueryOperator not respecting schema_obj (#28444)``
+* ``Fix GCSToGCSOperator copying list of objects without wildcard (#28111)``
+* ``Fix: re-enable use of parameters in gcs_to_bq which had been disabled (#27961)``
+* ``Set bigquery ''use_legacy_sql'' param in job config correctly (#28522)``
+
+Misc
+~~~~
+* ``Remove 'pylint' messages control instructions (#28555)``
+* ``Remove deprecated AIPlatformConsoleLinkk from google/provider.yaml (#28449)``
+* ``Use object instead of array in config.yml for config template (#28417)``
+* ``[misc] Get rid of 'pass' statement in conditions (#27775)``
+* ``Change log level to DEBUG when secret not found for google secret manager (#27856)``
+* ``[misc] Replace XOR '^' conditions by 'exactly_one' helper in providers (#27858)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
+.. Review and move the new changes to one of the sections above:
+
8.6.0
.....
diff --git a/airflow/providers/google/provider.yaml b/airflow/providers/google/provider.yaml
index cca854d1d8e45..5d8b860cef3bc 100644
--- a/airflow/providers/google/provider.yaml
+++ b/airflow/providers/google/provider.yaml
@@ -29,6 +29,7 @@ description: |
- `Google Workspace `__ (formerly Google Suite)
versions:
+ - 8.7.0
- 8.6.0
- 8.5.0
- 8.4.0
diff --git a/airflow/providers/grpc/.latest-doc-only-change.txt b/airflow/providers/grpc/.latest-doc-only-change.txt
index b1a32d0ed1b94..86f00ad558af3 100644
--- a/airflow/providers/grpc/.latest-doc-only-change.txt
+++ b/airflow/providers/grpc/.latest-doc-only-change.txt
@@ -1 +1 @@
-2e20e9f7ebf5f43bf27069f4c0063cdd72e6b2e2
+25bdbc8e6768712bad6043618242eec9c6632618
diff --git a/airflow/providers/imap/CHANGELOG.rst b/airflow/providers/imap/CHANGELOG.rst
index 32c36a482f373..693921c8cd1cb 100644
--- a/airflow/providers/imap/CHANGELOG.rst
+++ b/airflow/providers/imap/CHANGELOG.rst
@@ -24,6 +24,16 @@
Changelog
---------
+3.1.1
+.....
+
+Misc
+~~~~
+ * ``[misc] Get rid of 'pass' statement in conditions (#27775)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
3.1.0
.....
diff --git a/airflow/providers/imap/provider.yaml b/airflow/providers/imap/provider.yaml
index 09b1ed36232b9..fc844bedb68d0 100644
--- a/airflow/providers/imap/provider.yaml
+++ b/airflow/providers/imap/provider.yaml
@@ -23,6 +23,7 @@ description: |
`Internet Message Access Protocol (IMAP) `__
versions:
+ - 3.1.1
- 3.1.0
- 3.0.0
- 2.2.3
diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst b/airflow/providers/microsoft/azure/CHANGELOG.rst
index 54a71b6596b13..a087488f52093 100644
--- a/airflow/providers/microsoft/azure/CHANGELOG.rst
+++ b/airflow/providers/microsoft/azure/CHANGELOG.rst
@@ -24,6 +24,16 @@
Changelog
---------
+5.0.2
+.....
+
+Misc
+~~~~
+* ``Re-enable azure service bus on ARM as it now builds cleanly (#28442)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
5.0.1
.....
diff --git a/airflow/providers/microsoft/azure/provider.yaml b/airflow/providers/microsoft/azure/provider.yaml
index 4127791f52667..4962863668654 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:
+ - 5.0.2
- 5.0.1
- 5.0.0
- 4.3.0
diff --git a/airflow/providers/microsoft/mssql/CHANGELOG.rst b/airflow/providers/microsoft/mssql/CHANGELOG.rst
index 3aae7941925c6..c1001f0c85296 100644
--- a/airflow/providers/microsoft/mssql/CHANGELOG.rst
+++ b/airflow/providers/microsoft/mssql/CHANGELOG.rst
@@ -24,6 +24,16 @@
Changelog
---------
+3.3.2
+.....
+
+Misc
+~~~~
+* ``Re-enable 'pymsql' on ARM as it now builds cleanly (#28530)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
3.3.1
.....
diff --git a/airflow/providers/microsoft/mssql/provider.yaml b/airflow/providers/microsoft/mssql/provider.yaml
index aa8b3ea3c5b8b..1ef6f29e5dfd4 100644
--- a/airflow/providers/microsoft/mssql/provider.yaml
+++ b/airflow/providers/microsoft/mssql/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Microsoft SQL Server (MSSQL) `__
versions:
+ - 3.3.2
- 3.3.1
- 3.3.0
- 3.2.1
diff --git a/airflow/providers/microsoft/winrm/CHANGELOG.rst b/airflow/providers/microsoft/winrm/CHANGELOG.rst
index a357075534f90..8ba2df66b078e 100644
--- a/airflow/providers/microsoft/winrm/CHANGELOG.rst
+++ b/airflow/providers/microsoft/winrm/CHANGELOG.rst
@@ -24,6 +24,16 @@
Changelog
---------
+3.1.1
+.....
+
+Misc
+~~~~
+* ``Remove outdated compat imports/code from providers (#28507)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
3.1.0
.....
diff --git a/airflow/providers/microsoft/winrm/provider.yaml b/airflow/providers/microsoft/winrm/provider.yaml
index a26bddb5b57f4..82f9375e3c0f1 100644
--- a/airflow/providers/microsoft/winrm/provider.yaml
+++ b/airflow/providers/microsoft/winrm/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Windows Remote Management (WinRM) `__
versions:
+ - 3.1.1
- 3.1.0
- 3.0.0
- 2.0.5
diff --git a/airflow/providers/oracle/CHANGELOG.rst b/airflow/providers/oracle/CHANGELOG.rst
index 60329ef2acfdf..584a95b030260 100644
--- a/airflow/providers/oracle/CHANGELOG.rst
+++ b/airflow/providers/oracle/CHANGELOG.rst
@@ -24,6 +24,16 @@
Changelog
---------
+3.6.0
+.....
+
+Features
+~~~~~~~~
+* ``XCOM push ORA error code in OracleStoredProcedure (#27319)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
3.5.1
.....
diff --git a/airflow/providers/oracle/provider.yaml b/airflow/providers/oracle/provider.yaml
index e430facc138f9..9c6fd77cf5174 100644
--- a/airflow/providers/oracle/provider.yaml
+++ b/airflow/providers/oracle/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Oracle `__
versions:
+ - 3.6.0
- 3.5.1
- 3.5.0
- 3.4.0
diff --git a/airflow/providers/postgres/CHANGELOG.rst b/airflow/providers/postgres/CHANGELOG.rst
index 675fe7c5d97bf..0a91cc680f16a 100644
--- a/airflow/providers/postgres/CHANGELOG.rst
+++ b/airflow/providers/postgres/CHANGELOG.rst
@@ -24,6 +24,16 @@
Changelog
---------
+5.4.0
+.....
+
+Features
+~~~~~~~~
+* ``Bring back psycopg2-binary as dependency instead of psycopg (#28316)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
5.3.1
.....
diff --git a/airflow/providers/postgres/provider.yaml b/airflow/providers/postgres/provider.yaml
index c6aa6282d3d28..9dfe43e4133b9 100644
--- a/airflow/providers/postgres/provider.yaml
+++ b/airflow/providers/postgres/provider.yaml
@@ -22,6 +22,7 @@ description: |
`PostgreSQL `__
versions:
+ - 5.4.0
- 5.3.1
- 5.3.0
- 5.2.2
diff --git a/airflow/providers/presto/CHANGELOG.rst b/airflow/providers/presto/CHANGELOG.rst
index 160da7bb9ff42..761a0f9a1d10e 100644
--- a/airflow/providers/presto/CHANGELOG.rst
+++ b/airflow/providers/presto/CHANGELOG.rst
@@ -24,6 +24,16 @@
Changelog
---------
+4.2.1
+.....
+
+Misc
+~~~~
+* ``Remove outdated compat imports/code from providers (#28507)``
+
+.. 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/airflow/providers/presto/provider.yaml b/airflow/providers/presto/provider.yaml
index 7562b1d4fd6c9..62505c1e384f8 100644
--- a/airflow/providers/presto/provider.yaml
+++ b/airflow/providers/presto/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Presto `__
versions:
+ - 4.2.1
- 4.2.0
- 4.1.0
- 4.0.1
diff --git a/airflow/providers/salesforce/CHANGELOG.rst b/airflow/providers/salesforce/CHANGELOG.rst
index da323857adffa..1bc2d5675af17 100644
--- a/airflow/providers/salesforce/CHANGELOG.rst
+++ b/airflow/providers/salesforce/CHANGELOG.rst
@@ -24,6 +24,17 @@
Changelog
---------
+5.3.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add test_connection to SalesforceHook (#27921)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
5.2.0
.....
diff --git a/airflow/providers/salesforce/provider.yaml b/airflow/providers/salesforce/provider.yaml
index 01910156392ca..d1f18cddcc251 100644
--- a/airflow/providers/salesforce/provider.yaml
+++ b/airflow/providers/salesforce/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Salesforce `__
versions:
+ - 5.3.0
- 5.2.0
- 5.1.0
- 5.0.0
diff --git a/airflow/providers/sftp/CHANGELOG.rst b/airflow/providers/sftp/CHANGELOG.rst
index 7c769e71276ea..065291e1627de 100644
--- a/airflow/providers/sftp/CHANGELOG.rst
+++ b/airflow/providers/sftp/CHANGELOG.rst
@@ -24,6 +24,18 @@
Changelog
---------
+4.2.1
+.....
+
+Misc
+~~~~
+
+* ``Update codespell and fix typos (#28568)``
+* ``[misc] Get rid of 'pass' statement in conditions (#27775)``
+
+.. 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/airflow/providers/sftp/provider.yaml b/airflow/providers/sftp/provider.yaml
index f09a4b1972f3a..9a8bcc235cf42 100644
--- a/airflow/providers/sftp/provider.yaml
+++ b/airflow/providers/sftp/provider.yaml
@@ -22,6 +22,7 @@ description: |
`SSH File Transfer Protocol (SFTP) `__
versions:
+ - 4.2.1
- 4.2.0
- 4.1.0
- 4.0.0
diff --git a/airflow/providers/slack/CHANGELOG.rst b/airflow/providers/slack/CHANGELOG.rst
index da3d6cb038b34..c63f65fcbfb7a 100644
--- a/airflow/providers/slack/CHANGELOG.rst
+++ b/airflow/providers/slack/CHANGELOG.rst
@@ -24,6 +24,16 @@
Changelog
---------
+7.1.1
+.....
+
+Misc
+~~~~
+ * ``[misc] Replace XOR '^' conditions by 'exactly_one' helper in providers (#27858)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
7.1.0
.....
diff --git a/airflow/providers/slack/provider.yaml b/airflow/providers/slack/provider.yaml
index 303a81a4f70a7..70ffc5d31a353 100644
--- a/airflow/providers/slack/provider.yaml
+++ b/airflow/providers/slack/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Slack `__
versions:
+ - 7.1.1
- 7.1.0
- 7.0.0
- 6.0.0
diff --git a/airflow/providers/ssh/CHANGELOG.rst b/airflow/providers/ssh/CHANGELOG.rst
index de43932a860c6..a2febdf64c35e 100644
--- a/airflow/providers/ssh/CHANGELOG.rst
+++ b/airflow/providers/ssh/CHANGELOG.rst
@@ -24,6 +24,24 @@
Changelog
---------
+3.4.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add .bash and other extensions to SSHOperator template_ext (#28617)``
+* ``Add test_connection method for SSHHook (#28184)``
+* ``SSH task exit code added to XCOM as 'ssh_exit' key (#27370)``
+
+Misc
+~~~~
+* ``Remove outdated compat imports/code from providers (#28507)``
+* ``[misc] Get rid of 'pass' statement in conditions (#27775)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
3.3.0
.....
diff --git a/airflow/providers/ssh/provider.yaml b/airflow/providers/ssh/provider.yaml
index bc753213298ee..e59a0b20448f6 100644
--- a/airflow/providers/ssh/provider.yaml
+++ b/airflow/providers/ssh/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Secure Shell (SSH) `__
versions:
+ - 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
diff --git a/airflow/providers/telegram/CHANGELOG.rst b/airflow/providers/telegram/CHANGELOG.rst
index a20efd2b006fd..dbb6fa7b32c0a 100644
--- a/airflow/providers/telegram/CHANGELOG.rst
+++ b/airflow/providers/telegram/CHANGELOG.rst
@@ -24,6 +24,17 @@
Changelog
---------
+3.1.1
+.....
+
+Misc
+~~~~
+* ``Limit Telegram to < 20.0.0 (#28671)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
+
3.1.0
.....
diff --git a/airflow/providers/telegram/provider.yaml b/airflow/providers/telegram/provider.yaml
index 6ba7ea29f0f29..a840012a40263 100644
--- a/airflow/providers/telegram/provider.yaml
+++ b/airflow/providers/telegram/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Telegram `__
versions:
+ - 3.1.1
- 3.1.0
- 3.0.0
- 2.0.4
diff --git a/airflow/providers/trino/CHANGELOG.rst b/airflow/providers/trino/CHANGELOG.rst
index 7d451b72f743e..9813fcaec3539 100644
--- a/airflow/providers/trino/CHANGELOG.rst
+++ b/airflow/providers/trino/CHANGELOG.rst
@@ -24,6 +24,16 @@
Changelog
---------
+4.3.1
+.....
+
+Misc
+~~~~
+* ``Remove outdated compat imports/code from providers (#28507)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.3.0
.....
diff --git a/airflow/providers/trino/provider.yaml b/airflow/providers/trino/provider.yaml
index ad31d814316aa..9b5227262bb97 100644
--- a/airflow/providers/trino/provider.yaml
+++ b/airflow/providers/trino/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Trino `__
versions:
+ - 4.3.1
- 4.3.0
- 4.2.0
- 4.1.0
diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst
index f813fc86dedbd..a3b055efc3e65 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -28,6 +28,43 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-12-30 ``add description of breaking changes (#28582)``
+`297aa7480e `_ 2022-12-23 ``Add execution role parameter to AddStepsOperator (#28484)``
+`38e40c6dc4 `_ 2022-12-21 ``Remove outdated compat imports/code from providers (#28507)``
+`d9ae90fc64 `_ 2022-12-21 ``Make pandas dependency optional for Amazon Provider (#28505)``
+`39abd5e065 `_ 2022-12-21 ``Add AWS SageMaker operator to register a model's version (#28024)``
+`fefcb1d567 `_ 2022-12-20 ``Add link for EMR Steps Sensor logs (#28180)``
+`e377e869da `_ 2022-12-19 ``Fix EmrAddStepsOperature wait_for_completion parameter is not working (#28052)``
+`21f0600f69 `_ 2022-12-18 ``Correctly template Glue Jobs 'create_job_kwargs' arg (#28403)``
+`8e0df8881f `_ 2022-12-17 ``Add Amazon Elastic Container Registry (ECR) Hook (#28279)``
+`29f574301a `_ 2022-12-15 ``Add EMR Notebook operators (#28312)``
+`381160c0f6 `_ 2022-12-14 ``Fix template rendered bucket_key in S3KeySensor (#28340)``
+`9d9b15989a `_ 2022-12-14 ``Create 'LambdaCreateFunctionOperator' and sensor (#28241)``
+`27569a8b37 `_ 2022-12-13 ``Better support for Boto Waiters (#28236)``
+`fb5182bb2f `_ 2022-12-12 ``Fix S3KeySensor documentation (#28297)``
+`1eaedc8ae8 `_ 2022-12-08 ``Improve docstrings for 'AwsLambdaInvokeFunctionOperator' (#28233)``
+`a6315c2f4e `_ 2022-12-08 ``Amazon Provider Package user agent (#27823)``
+`0d90c62bac `_ 2022-12-06 ``Fix Type Error while using DynamoDBToS3Operator (#28158)``
+`b609ab9001 `_ 2022-12-06 ``AWSGlueJobHook updates job configuration if it exists (#27893)``
+`3ee5c404b7 `_ 2022-12-06 ``Fix GlueCrawlerOperature failure when using tags (#28005)``
+`0da004838f `_ 2022-12-06 ``Allow waiter to be configured via EmrServerless Operators (#27784)``
+`0ef8d934f2 `_ 2022-12-06 ``Add operators + sensor for aws sagemaker pipelines (#27786)``
+`7398853c86 `_ 2022-12-06 ``Update RdsHook docstrings to match correct argument names (#28108)``
+`8f0265d0d9 `_ 2022-12-05 ``AWS Secrets Manager Backend - major update (#27920)``
+`8cf6dca36b `_ 2022-12-05 ``add some important log in aws athena hook (#27917)``
+`4a3a429658 `_ 2022-12-03 ``[misc] Get rid of 'pass' statement in conditions (#27775)``
+`527b948856 `_ 2022-12-03 ``[misc] Replace XOR '^' conditions by 'exactly_one' helper in providers (#27858)``
+`0cd969c9c1 `_ 2022-12-02 ``Lambda hook: make runtime and handler optional (#27778)``
+================================================================================================= =========== ===================================================================================
+
6.2.0
.....
@@ -36,6 +73,7 @@ Latest change: 2022-11-26
================================================================================================= =========== ===================================================================================================================
Commit Committed Subject
================================================================================================= =========== ===================================================================================================================
+`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)``
`2ab5c1fdf0 `_ 2022-11-26 ``Add retry option in RedshiftDeleteClusterOperator to retry when an operation is running in the cluster (#27820)``
`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)``
diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst
index 8f60e05adb6b8..10a9cb365854e 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -66,7 +66,7 @@ Package apache-airflow-providers-amazon
Amazon integration (including `Amazon Web Services (AWS) `__).
-Release: 6.2.0
+Release: 7.0.0
Provider package
----------------
@@ -94,7 +94,6 @@ PIP package Version required
``jsonpath_ng`` ``>=1.5.3``
``redshift_connector`` ``>=2.0.888``
``sqlalchemy_redshift`` ``>=0.8.6``
-``pandas`` ``>=0.17.1``
``mypy-boto3-rds`` ``>=1.24.0``
``mypy-boto3-redshift-data`` ``>=1.24.0``
``mypy-boto3-appflow`` ``>=1.24.0``
@@ -134,7 +133,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 6.2.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-amazon 6.2.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 7.0.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 7.0.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/amazon/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-flink/commits.rst b/docs/apache-airflow-providers-apache-flink/commits.rst
index 803131f7ae56c..c9ed15c50678e 100644
--- a/docs/apache-airflow-providers-apache-flink/commits.rst
+++ b/docs/apache-airflow-providers-apache-flink/commits.rst
@@ -27,14 +27,14 @@ This is detailed commit list of changes for versions provider package: ``apache.
For high-level changelog, see :doc:`package information including changelog `.
+
1.0.0
.....
-Latest change: 2020-12-09
-
-======================================================= =========== ======================================================
-Commit Committed Subject
-======================================================= =========== ======================================================
-`TODO `_ 2020-12-09 ``Initial version providers versions to 1.0.0``
+Latest change: 2022-12-21
-======================================================= =========== ======================================================
+================================================================================================= =========== =======================================
+Commit Committed Subject
+================================================================================================= =========== =======================================
+`681835a67c `_ 2022-12-21 ``Add Flink on K8s Operator (#28512)``
+================================================================================================= =========== =======================================
diff --git a/docs/apache-airflow-providers-apache-flink/index.rst b/docs/apache-airflow-providers-apache-flink/index.rst
index 0767205b29b0b..f539163152aee 100644
--- a/docs/apache-airflow-providers-apache-flink/index.rst
+++ b/docs/apache-airflow-providers-apache-flink/index.rst
@@ -83,4 +83,32 @@ PIP package Version required
``kubernetes`` ``>=21.7.0,<24``
================== ==================
+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 packages 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-apache-flink[cncf.kubernetes]
+
+
+====================================================================================================================== ===================
+Dependent package Extra
+====================================================================================================================== ===================
+`apache-airflow-providers-cncf-kubernetes `_ ``cncf.kubernetes``
+====================================================================================================================== ===================
+
+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-flink 1.0.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-flink 1.0.0 wheel package `_ (`asc `__, `sha512 `__)
+
.. include:: ../../airflow/providers/apache/flink/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-hive/commits.rst b/docs/apache-airflow-providers-apache-hive/commits.rst
index bf9912540e747..a16e65f5848d7 100644
--- a/docs/apache-airflow-providers-apache-hive/commits.rst
+++ b/docs/apache-airflow-providers-apache-hive/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-12-27 ``Move Hive macros to the provider (#28538)``
+`d9ae90fc64 `_ 2022-12-21 ``Make pandas dependency optional for Amazon Provider (#28505)``
+================================================================================================= =========== ================================================================
+
5.0.0
.....
-Latest change: 2022-12-06
+Latest change: 2022-12-13
================================================================================================= =========== ===============================================================
Commit Committed Subject
================================================================================================= =========== ===============================================================
+`443df3b9c8 `_ 2022-12-13 ``Prepare ad hoc providers release (#28327)``
`5f8481c799 `_ 2022-12-06 ``Move hive_cli_params to hook parameters (#28101)``
`2d45f9d6c3 `_ 2022-11-27 ``Improve filtering for invalid schemas in Hive hook (#27808)``
================================================================================================= =========== ===============================================================
diff --git a/docs/apache-airflow-providers-apache-hive/index.rst b/docs/apache-airflow-providers-apache-hive/index.rst
index 99593c26e14e4..ffc5c0c87684e 100644
--- a/docs/apache-airflow-providers-apache-hive/index.rst
+++ b/docs/apache-airflow-providers-apache-hive/index.rst
@@ -66,7 +66,7 @@ Package apache-airflow-providers-apache-hive
`Apache Hive `__
-Release: 5.0.0
+Release: 5.1.0
Provider package
----------------
@@ -127,7 +127,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-hive 5.0.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-hive 5.0.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hive 5.1.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hive 5.1.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/apache/hive/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-atlassian-jira/commits.rst b/docs/apache-airflow-providers-atlassian-jira/commits.rst
index 76e127c1570fd..9ee2717179550 100644
--- a/docs/apache-airflow-providers-atlassian-jira/commits.rst
+++ b/docs/apache-airflow-providers-atlassian-jira/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-12-07 ``Changing atlassian JIRA SDK to official atlassian-python-api SDK (#27633)``
+================================================================================================= =========== =============================================================================
+
1.1.0
.....
-Latest change: 2022-10-24
+Latest change: 2022-11-15
================================================================================================= =========== =========================================================================
Commit Committed Subject
================================================================================================= =========== =========================================================================
+`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)``
`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)``
================================================================================================= =========== =========================================================================
diff --git a/docs/apache-airflow-providers-atlassian-jira/index.rst b/docs/apache-airflow-providers-atlassian-jira/index.rst
index 27bc0cf75b3af..02058ea16bcc0 100644
--- a/docs/apache-airflow-providers-atlassian-jira/index.rst
+++ b/docs/apache-airflow-providers-atlassian-jira/index.rst
@@ -51,7 +51,7 @@ Package apache-airflow-providers-atlassian-jira
`Atlassian Jira `__
-Release: 1.1.0
+Release: 2.0.0
Provider package
----------------
@@ -69,11 +69,11 @@ for the minimum Airflow version supported) via
Requirements
------------
-================== ==================
-PIP package Version required
-================== ==================
-``apache-airflow`` ``>=2.3.0``
-``JIRA`` ``>1.0.7``
-================== ==================
+======================== ==================
+PIP package Version required
+======================== ==================
+``apache-airflow`` ``>=2.3.0``
+``atlassian-python-api`` ``>=1.14.2``
+======================== ==================
.. include:: ../../airflow/providers/atlassian/jira/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
index 15edec7ea3b5c..85dd74f156e04 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
@@ -28,14 +28,35 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-12-30 ``Use labels instead of pod name for pod log read in k8s exec (#28546)``
+`681835a67c `_ 2022-12-21 ``Add Flink on K8s Operator (#28512)``
+`38e40c6dc4 `_ 2022-12-21 ``Remove outdated compat imports/code from providers (#28507)``
+`401fc57e8b `_ 2022-12-16 ``Restructure Docs (#27235)``
+`bdc3d2e647 `_ 2022-12-08 ``Keep pod name for k8s executor under 63 characters (#28237)``
+`d93240696b `_ 2022-12-05 ``Allow longer pod names for k8s executor / KPO (#27736)``
+`33c445d92f `_ 2022-12-03 ``Add volume-related nested template fields for KPO (#27719)``
+`ebd7b67dcb `_ 2022-12-02 ``Patch "checked" when pod not successful (#27845)``
+`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)``
+`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
+================================================================================================= =========== ========================================================================
+
5.0.0
.....
-Latest change: 2022-11-11
+Latest change: 2022-11-15
================================================================================================= =========== ============================================================================================
Commit Committed Subject
================================================================================================= =========== ============================================================================================
+`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
`52593b061c `_ 2022-11-11 ``Enable template rendering for env_vars field for the @task.kubernetes decorator (#27433)``
`47a2b9ee7f `_ 2022-11-09 ``Add container_resources as KubernetesPodOperator templatable (#27457)``
`aefadb8c5b `_ 2022-11-08 ``Allow xcom sidecar container image to be configurable in KPO (#26766)``
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
index c87d995d078c3..57d379461cb46 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/index.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-cncf-kubernetes
`Kubernetes `__
-Release: 5.0.0
+Release: 5.1.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-common-sql/commits.rst b/docs/apache-airflow-providers-common-sql/commits.rst
index 0ea44a136c826..88685da640383 100644
--- a/docs/apache-airflow-providers-common-sql/commits.rst
+++ b/docs/apache-airflow-providers-common-sql/commits.rst
@@ -28,6 +28,21 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-12-29 ``Defer to hook setting for split_statements in SQLExecuteQueryOperator (#28635)``
+`f115b207bc `_ 2022-12-18 ``fIx isort problems introduced by recent isort release (#28434)``
+`a6cda7cd23 `_ 2022-12-10 ``Fix template rendering for Common SQL operators (#28202)``
+`6852f3fbea `_ 2022-12-05 ``Add pre-commits preventing accidental API changes in common.sql (#27962)``
+`a158fbb6bd `_ 2022-11-28 ``Clarify docstrings for updated DbApiHook (#27966)``
+================================================================================================= =========== ==================================================================================
+
1.3.1
.....
@@ -36,6 +51,7 @@ Latest change: 2022-11-26
================================================================================================= =========== ==============================================================================
Commit Committed Subject
================================================================================================= =========== ==============================================================================
+`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)``
`db5375bea7 `_ 2022-11-26 ``Fixing the behaviours of SQL Hooks and Operators finally (#27912)``
`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)``
diff --git a/docs/apache-airflow-providers-common-sql/index.rst b/docs/apache-airflow-providers-common-sql/index.rst
index dfb701b676dc5..1415a5628749b 100644
--- a/docs/apache-airflow-providers-common-sql/index.rst
+++ b/docs/apache-airflow-providers-common-sql/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-common-sql
`Common SQL Provider `__
-Release: 1.3.1
+Release: 1.3.2
Provider package
----------------
diff --git a/docs/apache-airflow-providers-docker/commits.rst b/docs/apache-airflow-providers-docker/commits.rst
index 517fb0d1bfdab..177863c0fe49f 100644
--- a/docs/apache-airflow-providers-docker/commits.rst
+++ b/docs/apache-airflow-providers-docker/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-12-30 ``Move min airflow version down for Docker Provider to 2.3.0 (#28648)``
+`1aa3da543a `_ 2022-11-29 ``add hostname argument to DockerOperator (#27822)``
+================================================================================================= =========== =======================================================================
+
3.3.0
.....
-Latest change: 2022-11-10
+Latest change: 2022-11-15
================================================================================================= =========== =========================================================================
Commit Committed Subject
================================================================================================= =========== =========================================================================
+`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
`a504a8267d `_ 2022-11-10 ``Add ipc_mode for DockerOperator (#27553)``
`1add2f7c41 `_ 2022-10-28 ``Add env-file parameter to Docker Operator (#26951)``
`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)``
diff --git a/docs/apache-airflow-providers-docker/index.rst b/docs/apache-airflow-providers-docker/index.rst
index 4fc4f6e54ad18..b7550c771f730 100644
--- a/docs/apache-airflow-providers-docker/index.rst
+++ b/docs/apache-airflow-providers-docker/index.rst
@@ -59,7 +59,7 @@ Package apache-airflow-providers-docker
`Docker `__
-Release: 3.3.0
+Release: 3.4.0
Provider package
----------------
@@ -80,7 +80,7 @@ Requirements
================== ==================
PIP package Version required
================== ==================
-``apache-airflow`` ``>=2.4.0``
+``apache-airflow`` ``>=2.3.0``
``docker`` ``>=5.0.3``
``python-dotenv`` ``>=0.21.0``
================== ==================
diff --git a/docs/apache-airflow-providers-elasticsearch/commits.rst b/docs/apache-airflow-providers-elasticsearch/commits.rst
index 15544a60b53aa..9c316917e1bf4 100644
--- a/docs/apache-airflow-providers-elasticsearch/commits.rst
+++ b/docs/apache-airflow-providers-elasticsearch/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-12-07 ``Support restricted index patterns in Elasticsearch log handler (#23888)``
+================================================================================================= =========== ===========================================================================
+
4.3.1
.....
-Latest change: 2022-11-24
+Latest change: 2022-11-26
================================================================================================= =========== ================================================================
Commit Committed Subject
================================================================================================= =========== ================================================================
+`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)``
`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)``
================================================================================================= =========== ================================================================
diff --git a/docs/apache-airflow-providers-elasticsearch/index.rst b/docs/apache-airflow-providers-elasticsearch/index.rst
index a12aee4aa088e..6dade6133a8c2 100644
--- a/docs/apache-airflow-providers-elasticsearch/index.rst
+++ b/docs/apache-airflow-providers-elasticsearch/index.rst
@@ -66,7 +66,7 @@ Package apache-airflow-providers-elasticsearch
`Elasticsearch `__
-Release: 4.3.1
+Release: 4.3.2
Provider package
----------------
@@ -119,7 +119,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-elasticsearch 4.3.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-elasticsearch 4.3.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-elasticsearch 4.3.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-elasticsearch 4.3.2 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/elasticsearch/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-ftp/commits.rst b/docs/apache-airflow-providers-ftp/commits.rst
index eb155678ce41b..413f29e58228e 100644
--- a/docs/apache-airflow-providers-ftp/commits.rst
+++ b/docs/apache-airflow-providers-ftp/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-12-28 ``Add FTPSFileTransmitOperator (#28318)``
+`39f501d4f4 `_ 2022-12-06 ``Add 'FTPFileTransmitOperator' (#26974)``
+================================================================================================= =========== ==========================================
+
3.2.0
.....
-Latest change: 2022-10-23
+Latest change: 2022-11-15
================================================================================================= =========== ====================================================================================
Commit Committed Subject
================================================================================================= =========== ====================================================================================
+`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)``
`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)``
`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
diff --git a/docs/apache-airflow-providers-ftp/index.rst b/docs/apache-airflow-providers-ftp/index.rst
index f3194e77d6965..5c0cc88cf138a 100644
--- a/docs/apache-airflow-providers-ftp/index.rst
+++ b/docs/apache-airflow-providers-ftp/index.rst
@@ -35,6 +35,12 @@ Content
Operators
+.. toctree::
+ :hidden:
+ :caption: System tests
+
+ System Tests <_api/tests/system/providers/ftp/index>
+
.. toctree::
:maxdepth: 1
:caption: Resources
@@ -51,19 +57,21 @@ Content
.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN AT RELEASE TIME!
+
.. toctree::
:maxdepth: 1
:caption: Commits
Detailed list of commits
+
Package apache-airflow-providers-ftp
------------------------------------------------------
`File Transfer Protocol (FTP) `__
-Release: 3.2.0
+Release: 3.3.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst
index 20142196a48a2..79b037e78f284 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -35,14 +35,43 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-01-01 ``Push job_id in xcom for dataproc submit job op (#28639)``
+`0fae6a0c9e `_ 2022-12-28 ``Add table_resource to template fields for BigQueryCreateEmptyTableOperator (#28235)``
+`d7f5f6d737 `_ 2022-12-24 ``GCSToBigQueryOperator allows autodetect None and infers schema (#28564)``
+`034039beb2 `_ 2022-12-24 ``Remove 'pylint' messages control instructions (#28555)``
+`8fb7be2fb5 `_ 2022-12-22 ``Set bigquery ''use_legacy_sql'' param in job config correctly (#28522)``
+`23264fb820 `_ 2022-12-21 ``Fix for issue with reading schema fields for JSON files in GCSToBigQueryOperator (#28284)``
+`7950fb9711 `_ 2022-12-21 ``Remove deprecated AIPlatformConsoleLinkk from google/provider.yaml (#28449)``
+`820f5a9374 `_ 2022-12-20 ``Use object instead of array in config.yml for config template (#28417)``
+`9eacf607be `_ 2022-12-20 ``Fix GCSToBigQueryOperator not respecting schema_obj (#28444)``
+`bdf3175e96 `_ 2022-12-06 ``Improve memory usage in Dataproc deferrable operators (#28117)``
+`3fef462838 `_ 2022-12-06 ``Fix GCSToGCSOperator copying list of objects without wildcard (#28111)``
+`2d663df055 `_ 2022-12-04 ``Fix: re-enable use of parameters in gcs_to_bq which had been disabled (#27961)``
+`5cdff50557 `_ 2022-12-04 ``Add retry param in GCSObjectExistenceSensor (#27943)``
+`8f98bfeb53 `_ 2022-12-03 ``Add preserveAsciiControlCharacters to src_fmt_configs (#27679)``
+`4a3a429658 `_ 2022-12-03 ``[misc] Get rid of 'pass' statement in conditions (#27775)``
+`6b3bb3c3e9 `_ 2022-12-03 ``Change log level to DEBUG when secret not found for google secret manager (#27856)``
+`527b948856 `_ 2022-12-03 ``[misc] Replace XOR '^' conditions by 'exactly_one' helper in providers (#27858)``
+`c931d88893 `_ 2022-12-03 ``Add deferrable mode to CloudBuildCreateBuildOperator (#27783)``
+================================================================================================= =========== =============================================================================================
+
8.6.0
.....
-Latest change: 2022-11-25
+Latest change: 2022-11-26
================================================================================================= =========== ==================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================
+`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)``
`f0820e8d9e `_ 2022-11-25 ``Add Export Format to Template Fields in BigQueryToGCSOperator (#27910)``
`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)``
diff --git a/docs/apache-airflow-providers-google/index.rst b/docs/apache-airflow-providers-google/index.rst
index e9ae24e32ea48..59a5ced2f312d 100644
--- a/docs/apache-airflow-providers-google/index.rst
+++ b/docs/apache-airflow-providers-google/index.rst
@@ -76,7 +76,7 @@ Google services including:
- `Google Workspace `__ (formerly Google Suite)
-Release: 8.6.0
+Release: 8.7.0
Provider package
----------------
@@ -192,7 +192,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 8.6.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-google 8.6.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-google 8.7.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-google 8.7.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/google/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-imap/commits.rst b/docs/apache-airflow-providers-imap/commits.rst
index 5dd3413b9a7b3..6fe2044248347 100644
--- a/docs/apache-airflow-providers-imap/commits.rst
+++ b/docs/apache-airflow-providers-imap/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-12-03 ``[misc] Get rid of 'pass' statement in conditions (#27775)``
+================================================================================================= =========== =============================================================
+
3.1.0
.....
-Latest change: 2022-10-27
+Latest change: 2022-11-15
================================================================================================= =========== ====================================================================================
Commit Committed Subject
================================================================================================= =========== ====================================================================================
+`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)``
`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)``
`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)``
diff --git a/docs/apache-airflow-providers-imap/index.rst b/docs/apache-airflow-providers-imap/index.rst
index 3ff684b6a652d..b8dd6ee790ebc 100644
--- a/docs/apache-airflow-providers-imap/index.rst
+++ b/docs/apache-airflow-providers-imap/index.rst
@@ -52,7 +52,7 @@ Package apache-airflow-providers-imap
`Internet Message Access Protocol (IMAP) `__
-Release: 3.1.0
+Release: 3.1.1
Provider package
----------------
diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst b/docs/apache-airflow-providers-microsoft-azure/commits.rst
index 087b12a89e729..c22243e37a4f7 100644
--- a/docs/apache-airflow-providers-microsoft-azure/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-12-19 ``Re-enable azure service bus on ARM as it now builds cleanly (#28442)``
+================================================================================================= =========== ========================================================================
+
5.0.1
.....
-Latest change: 2022-12-09
+Latest change: 2022-12-13
================================================================================================= =========== ==============================================================
Commit Committed Subject
================================================================================================= =========== ==============================================================
+`443df3b9c8 `_ 2022-12-13 ``Prepare ad hoc providers release (#28327)``
`7e776db254 `_ 2022-12-09 ``Make arguments 'offset' and 'length' not required (#28234)``
================================================================================================= =========== ==============================================================
diff --git a/docs/apache-airflow-providers-microsoft-azure/index.rst b/docs/apache-airflow-providers-microsoft-azure/index.rst
index b492562c72e57..9b1cbe84da401 100644
--- a/docs/apache-airflow-providers-microsoft-azure/index.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/index.rst
@@ -67,7 +67,7 @@ Package apache-airflow-providers-microsoft-azure
`Microsoft Azure `__
-Release: 5.0.1
+Release: 5.0.2
Provider package
----------------
@@ -85,9 +85,9 @@ for the minimum Airflow version supported) via
Requirements
------------
-================================ ==========================================
+================================ ==================
PIP package Version required
-================================ ==========================================
+================================ ==================
``apache-airflow`` ``>=2.3.0``
``azure-batch`` ``>=8.0.0``
``azure-cosmos`` ``>=4.0.0``
@@ -102,10 +102,10 @@ PIP package Version required
``azure-storage-blob`` ``>=12.14.0``
``azure-storage-common`` ``>=2.1.0``
``azure-storage-file`` ``>=2.1.0``
-``azure-servicebus`` ``>=7.6.1; platform_machine != "aarch64"``
+``azure-servicebus`` ``>=7.6.1``
``azure-synapse-spark``
``adal`` ``>=1.2.7``
-================================ ==========================================
+================================ ==================
Cross provider package dependencies
-----------------------------------
@@ -134,7 +134,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 5.0.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-microsoft-azure 5.0.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-microsoft-azure 5.0.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-microsoft-azure 5.0.2 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/microsoft/azure/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-microsoft-mssql/commits.rst b/docs/apache-airflow-providers-microsoft-mssql/commits.rst
index a5562c7a06d2b..943255b2ed1e5 100644
--- a/docs/apache-airflow-providers-microsoft-mssql/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-mssql/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-12-22 ``Re-enable 'pymsql' on ARM as it now builds cleanly (#28530)``
+================================================================================================= =========== ===============================================================
+
3.3.1
.....
-Latest change: 2022-11-24
+Latest change: 2022-11-26
================================================================================================= =========== ================================================================
Commit Committed Subject
================================================================================================= =========== ================================================================
+`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)``
`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)``
================================================================================================= =========== ================================================================
diff --git a/docs/apache-airflow-providers-microsoft-mssql/index.rst b/docs/apache-airflow-providers-microsoft-mssql/index.rst
index 6dbda3da2406c..4a12b5752b07c 100644
--- a/docs/apache-airflow-providers-microsoft-mssql/index.rst
+++ b/docs/apache-airflow-providers-microsoft-mssql/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-microsoft-mssql
`Microsoft SQL Server (MSSQL) `__
-Release: 3.3.1
+Release: 3.3.2
Provider package
----------------
@@ -83,15 +83,13 @@ for the minimum Airflow version supported) via
Requirements
------------
-======================================= ==========================================
+======================================= ==================
PIP package Version required
-======================================= ==========================================
+======================================= ==================
``apache-airflow`` ``>=2.3.0``
``apache-airflow-providers-common-sql`` ``>=1.3.1``
-``pymssql`` ``>=2.1.5; platform_machine != "aarch64"``
-======================================= ==========================================
-
-.. note:: ``pip`` version on some Linux distributions might be outdated and not support all the flavors of ``manylinux`` wheels, so upgrading ``pip`` is necessary. More details can be found on `PyPI `_.
+``pymssql`` ``>=2.1.5``
+======================================= ==================
Cross provider package dependencies
-----------------------------------
@@ -118,7 +116,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-mssql 3.3.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-microsoft-mssql 3.3.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-microsoft-mssql 3.3.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-microsoft-mssql 3.3.2 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/microsoft/mssql/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-microsoft-winrm/commits.rst b/docs/apache-airflow-providers-microsoft-winrm/commits.rst
index d75c5f50f128d..c051f05f11df3 100644
--- a/docs/apache-airflow-providers-microsoft-winrm/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-winrm/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-12-21 ``Remove outdated compat imports/code from providers (#28507)``
+================================================================================================= =========== ===============================================================
+
3.1.0
.....
-Latest change: 2022-10-24
+Latest change: 2022-11-15
================================================================================================= =========== ====================================================================================
Commit Committed Subject
================================================================================================= =========== ====================================================================================
+`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)``
`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)``
`674f9ce6ea `_ 2022-10-01 ``A few docs fixups (#26788)``
diff --git a/docs/apache-airflow-providers-microsoft-winrm/index.rst b/docs/apache-airflow-providers-microsoft-winrm/index.rst
index ac244b5120a9c..03a1dc0e28a26 100644
--- a/docs/apache-airflow-providers-microsoft-winrm/index.rst
+++ b/docs/apache-airflow-providers-microsoft-winrm/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-microsoft-winrm
`Windows Remote Management (WinRM) `__
-Release: 3.1.0
+Release: 3.1.1
Provider package
----------------
diff --git a/docs/apache-airflow-providers-oracle/commits.rst b/docs/apache-airflow-providers-oracle/commits.rst
index 67bfebd75eb45..2062591c6067c 100644
--- a/docs/apache-airflow-providers-oracle/commits.rst
+++ b/docs/apache-airflow-providers-oracle/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-12-13 ``XCOM push ORA error code in OracleStoredProcedure (#27319)``
+================================================================================================= =========== ==============================================================
+
3.5.1
.....
-Latest change: 2022-11-24
+Latest change: 2022-11-26
================================================================================================= =========== ================================================================
Commit Committed Subject
================================================================================================= =========== ================================================================
+`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)``
`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)``
================================================================================================= =========== ================================================================
diff --git a/docs/apache-airflow-providers-oracle/index.rst b/docs/apache-airflow-providers-oracle/index.rst
index fa9c9bc58d55f..1edc45b5c1c2f 100644
--- a/docs/apache-airflow-providers-oracle/index.rst
+++ b/docs/apache-airflow-providers-oracle/index.rst
@@ -57,7 +57,7 @@ Package apache-airflow-providers-oracle
`Oracle `__
-Release: 3.5.1
+Release: 3.6.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-oracle 3.5.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-oracle 3.5.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-oracle 3.6.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-oracle 3.6.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/oracle/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-postgres/commits.rst b/docs/apache-airflow-providers-postgres/commits.rst
index dcb5e584801b1..98c0f6bb870e8 100644
--- a/docs/apache-airflow-providers-postgres/commits.rst
+++ b/docs/apache-airflow-providers-postgres/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-12-12 ``Bring back psycopg2-binary as dependency instead of psycopg (#28316)``
+================================================================================================= =========== ========================================================================
+
5.3.1
.....
-Latest change: 2022-11-24
+Latest change: 2022-11-26
================================================================================================= =========== ================================================================
Commit Committed Subject
================================================================================================= =========== ================================================================
+`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)``
`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)``
================================================================================================= =========== ================================================================
diff --git a/docs/apache-airflow-providers-postgres/index.rst b/docs/apache-airflow-providers-postgres/index.rst
index 6200c3602d609..f8e30c755db04 100644
--- a/docs/apache-airflow-providers-postgres/index.rst
+++ b/docs/apache-airflow-providers-postgres/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-postgres
`PostgreSQL `__
-Release: 5.3.1
+Release: 5.4.0
Provider package
----------------
@@ -88,7 +88,7 @@ PIP package Version required
======================================= ==================
``apache-airflow`` ``>=2.3.0``
``apache-airflow-providers-common-sql`` ``>=1.3.1``
-``psycopg2`` ``>=2.8.0``
+``psycopg2-binary`` ``>=2.8.0``
======================================= ==================
Cross provider package dependencies
@@ -117,7 +117,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-postgres 5.3.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-postgres 5.3.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-postgres 5.4.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-postgres 5.4.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/postgres/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-presto/commits.rst b/docs/apache-airflow-providers-presto/commits.rst
index 577dc2d8e4558..e8c3079cf983d 100644
--- a/docs/apache-airflow-providers-presto/commits.rst
+++ b/docs/apache-airflow-providers-presto/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-12-21 ``Remove outdated compat imports/code from providers (#28507)``
+================================================================================================= =========== ===============================================================
+
4.2.0
.....
-Latest change: 2022-11-24
+Latest change: 2022-11-26
================================================================================================= =========== ===================================================================
Commit Committed Subject
================================================================================================= =========== ===================================================================
+`25bdbc8e67 `_ 2022-11-26 ``Updated docs for RC3 wave of providers (#27937)``
`2e20e9f7eb `_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
`80c327bd3b `_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)``
`e56adc8e41 `_ 2022-11-16 ``Add _serialize_cell method to TrinoHook and PrestoHook (#27724)``
diff --git a/docs/apache-airflow-providers-presto/index.rst b/docs/apache-airflow-providers-presto/index.rst
index 76445f2ed3403..7ee157fe9df75 100644
--- a/docs/apache-airflow-providers-presto/index.rst
+++ b/docs/apache-airflow-providers-presto/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-presto
`Presto `__
-Release: 4.2.0
+Release: 4.2.1
Provider package
----------------
@@ -117,7 +117,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 4.2.0 sdist package `_ (`asc `__, `sha512