Skip to content

Commit

Permalink
Prepares provider release after PIP 21 compatibility (#15576)
Browse files Browse the repository at this point in the history
This PR updates changelog and bumps version of providers to be
released after we reached PIP 21 compatibility. It is necessary
for two reasons:

1) We need it in order to get constraints for PyPI released
   providers to be updated automatically (PIP 21 conflicts master
   airflow with few released providers

2) We want to release Airflow 2.0.3 which will be PIP 21 installable
   with those providers.
  • Loading branch information
potiuk committed May 1, 2021
1 parent 9a6309f commit 807ad32
Show file tree
Hide file tree
Showing 153 changed files with 767 additions and 708 deletions.
18 changes: 18 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,24 @@
Changelog
---------

1.4.0
.....

Features
~~~~~~~~

* ``S3Hook.load_file should accept Path object in addition to str (#15232)``
* ``Add Connection Documentation for Providers (#15499)``

Bug fixes
~~~~~~~~~

* ``Fix 'logging.exception' redundancy (#14823)``
* ``Fix AthenaSensor calling AthenaHook incorrectly (#15427)``
* ``Update Docstrings of Modules with Missing Params (#15391)``
* ``Add links to new modules for deprecated modules (#15316)``
* ``Fixes doc for SQSSensor (#15323)``

1.3.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
versions:
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
2 changes: 1 addition & 1 deletion airflow/providers/apache/druid/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
266384a63f4693b667f308d49fcbed9a10a41fce
40a2476a5db14ee26b5108d72635da116eab720b
1 change: 1 addition & 0 deletions airflow/providers/apache/hdfs/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
71c673e427a89cae2a9f3174c32c5c85556d6342
1 change: 1 addition & 0 deletions airflow/providers/apache/hive/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4b031d39e12110f337151cda6693e2541bf71c2c
2 changes: 1 addition & 1 deletion airflow/providers/apache/kylin/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
2 changes: 1 addition & 1 deletion airflow/providers/apache/pig/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
2 changes: 1 addition & 1 deletion airflow/providers/apache/pinot/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
9 changes: 9 additions & 0 deletions airflow/providers/apache/spark/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
Changelog
---------

1.0.3
.....

Bug fixes
~~~~~~~~~

* ``Fix 'logging.exception' redundancy (#14823)``


1.0.2
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/spark/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Spark <https://spark.apache.org/>`__
versions:
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/sqoop/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
2 changes: 1 addition & 1 deletion airflow/providers/celery/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
2 changes: 1 addition & 1 deletion airflow/providers/cloudant/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
15 changes: 15 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@
Changelog
---------

1.2.0
.....

Features
~~~~~~~~

* ``Require 'name' with KubernetesPodOperator (#15373)``
* ``Change KPO node_selectors warning to proper deprecationwarning (#15507)``

Bug Fixes
~~~~~~~~~

* ``Fix timeout when using XCom with KubernetesPodOperator (#15388)``
* ``Fix labels on the pod created by ''KubernetsPodOperator'' (#15492)``

1.1.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/cncf/kubernetes/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Kubernetes <https://kubernetes.io/>`__
versions:
- 1.2.0
- 1.1.0
- 1.0.2
- 1.0.1
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/databricks/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
df143aee8d9e7e0089b747bdd27addf63bb4962f
2 changes: 1 addition & 1 deletion airflow/providers/datadog/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a7ca1b3b0bdf0b7677e53be1b11e833714dfbbb4
40a2476a5db14ee26b5108d72635da116eab720b
2 changes: 1 addition & 1 deletion airflow/providers/dingding/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
266384a63f4693b667f308d49fcbed9a10a41fce
814e471d137aad68bd64a21d20736e7b88403f97
2 changes: 1 addition & 1 deletion airflow/providers/discord/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
11 changes: 11 additions & 0 deletions airflow/providers/docker/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@
Changelog
---------

1.2.0
.....

Features
~~~~~~~~

* ``Entrypoint support in docker operator (#14642)``
* ``Add PythonVirtualenvDecorator to Taskflow API (#14761)``
* ``Support all terminus task states in Docker Swarm Operator (#14960)``


1.1.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/docker/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Docker <https://docs.docker.com/install/>`__
versions:
- 1.2.0
- 1.1.0
- 1.0.2
- 1.0.1
Expand Down
9 changes: 9 additions & 0 deletions airflow/providers/elasticsearch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
Changelog
---------

1.0.4
.....

Bug fixes
~~~~~~~~~

* ``Fix 'logging.exception' redundancy (#14823)``
* ``Fix exception caused by missing keys in the ElasticSearch Record (#15163)``

1.0.3
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/elasticsearch/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Elasticsearch <https://https//www.elastic.co/elasticsearch>`__
versions:
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/exasol/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
8 changes: 8 additions & 0 deletions airflow/providers/ftp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
Changelog
---------

1.1.0
.....

Features
~~~~~~~~

* ``Add logs to show last modified in SFTP, FTP and Filesystem sensor (#15134)``

1.0.1
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/ftp/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`File Transfer Protocol (FTP) <https://tools.ietf.org/html/rfc114>`__
versions:
- 1.1.0
- 1.0.1
- 1.0.0

Expand Down
13 changes: 13 additions & 0 deletions airflow/providers/google/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,19 @@ or
But be aware that some ``BigQuery`` operators functionality might not be available in this case.

Features
~~~~~~~~

* ``[Airflow-15245] - passing custom image family name to the DataProcClusterCreateoperator (#15250)``

Fixes
~~~~~

* ``Bugfix: Fix rendering of ''object_name'' in ''GCSToLocalFilesystemOperator'' (#15487)``
* ``Fix typo in DataprocCreateClusterOperator (#15462)``
* ``Fixes wrongly specified path for leveldb hook (#15453)``


2.2.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/http/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d7bc217957b65471ca5f2e259bba15c71a2b0c41
1 change: 1 addition & 0 deletions airflow/providers/imap/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5b2fe0e74013cd08d1f76f5c115f2c8f990ff9bc
2 changes: 1 addition & 1 deletion airflow/providers/jdbc/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
2 changes: 1 addition & 1 deletion airflow/providers/jenkins/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
266384a63f4693b667f308d49fcbed9a10a41fce
40a2476a5db14ee26b5108d72635da116eab720b
5 changes: 5 additions & 0 deletions airflow/providers/jira/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
Changelog
---------

1.0.2
.....

* ``Fix 'logging.exception' redundancy (#14823)``

1.0.1
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/jira/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Atlassian Jira <https://www.atlassian.com/>`__
versions:
- 1.0.2
- 1.0.1
- 1.0.0

Expand Down
27 changes: 27 additions & 0 deletions airflow/providers/microsoft/azure/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,33 @@
Changelog
---------

2.0.0
.....

Breaking changes
~~~~~~~~~~~~~~~~

* ``Removes unnecessary AzureContainerInstance connection type (#15514)``

This change removes ``azure_container_instance_default`` connection type and replaces it with the
``azure_default``. The problem was that AzureContainerInstance was not needed as it was exactly the
same as the plain "azure" connection, however it's presence caused duplication in the field names
used in the UI editor for connections and unnecessary warnings generated. This version uses
plain Azure Hook and connection also for Azure Container Instance. If you already have
``azure_container_instance_default`` connection created in your DB, it will continue to work, but
the first time you edit it with the UI you will have to change it's type to ``azure_default``.

Features
~~~~~~~~

* ``Add dynamic connection fields to Azure Connection (#15159)``

Bug fixes
~~~~~~~~~

* ``Fix 'logging.exception' redundancy (#14823)``


1.3.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/microsoft/azure/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Microsoft Azure <https://azure.microsoft.com/>`__
versions:
- 2.0.0
- 1.3.0
- 1.2.0
- 1.1.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
9 changes: 9 additions & 0 deletions airflow/providers/microsoft/mssql/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
Changelog
---------

1.1.0
.....

Features
~~~~~~~~

* ``Remove odbc dependency in microsoft.mssql provider (#15594)``


1.0.1
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/microsoft/mssql/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Microsoft SQL Server (MSSQL) <https://www.microsoft.com/en-us/sql-server/sql-server-downloads>`__
versions:
- 1.1.0
- 1.0.1
- 1.0.0

Expand Down
5 changes: 5 additions & 0 deletions airflow/providers/microsoft/winrm/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
Changelog
---------

1.2.0
.....

* ``Display explicit error in case UID has no actual username (#15212)``

1.1.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/microsoft/winrm/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Windows Remote Management (WinRM) <https://docs.microsoft.com/en-us/windows/win32/winrm/portal>`__
versions:
- 1.2.0
- 1.1.0
- 1.0.1
- 1.0.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/mongo/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5b2fe0e74013cd08d1f76f5c115f2c8f990ff9bc
1 change: 1 addition & 0 deletions airflow/providers/mysql/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bf2b48174a1ccfe398eefba7f04a5cacac421266
2 changes: 1 addition & 1 deletion airflow/providers/neo4j/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
2 changes: 1 addition & 1 deletion airflow/providers/odbc/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
2 changes: 1 addition & 1 deletion airflow/providers/openfaas/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
1 change: 1 addition & 0 deletions airflow/providers/oracle/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
71c673e427a89cae2a9f3174c32c5c85556d6342
2 changes: 1 addition & 1 deletion airflow/providers/pagerduty/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
2 changes: 1 addition & 1 deletion airflow/providers/papermill/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
2 changes: 1 addition & 1 deletion airflow/providers/plexus/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
6 changes: 6 additions & 0 deletions airflow/providers/postgres/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
Changelog
---------

1.0.2
.....

* ``Do not forward cluster-identifier to psycopg2 (#15360)``


1.0.1
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/postgres/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`PostgreSQL <https://www.postgresql.org/>`__
versions:
- 1.0.2
- 1.0.1
- 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/presto/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
2 changes: 1 addition & 1 deletion airflow/providers/qubole/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
2 changes: 1 addition & 1 deletion airflow/providers/redis/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b
2 changes: 1 addition & 1 deletion airflow/providers/samba/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
40a2476a5db14ee26b5108d72635da116eab720b

0 comments on commit 807ad32

Please sign in to comment.