Skip to content

Commit

Permalink
Prepare documentation for July release of providers. (#17015)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Jul 15, 2021
1 parent 53246eb commit b916b75
Show file tree
Hide file tree
Showing 92 changed files with 568 additions and 78 deletions.
1 change: 1 addition & 0 deletions airflow/providers/airbyte/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1e1b212417e089b43474bc19eec05b654afe98fb
16 changes: 16 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,25 @@ Changelog
2.1.0
.....

Features
~~~~~~~~
* ``Allow attaching to previously launched task in ECSOperator (#16685)``
* ``Update AWS Base hook to use refreshable credentials (#16770) (#16771)``
* ``Added select_query to the templated fields in RedshiftToS3Operator (#16767)``
* ``AWS Hook - allow IDP HTTP retry (#12639) (#16612)``
* ``Update Boto3 API calls in ECSOperator (#16050)``

Bug Fixes
~~~~~~~~~

* ``AWS DataSync default polling adjusted from 5s to 30s (#11011)``
* ``Fix wrong template_fields_renderers for AWS operators (#16820)``
* ``AWS DataSync cancel task on exception (#11011) (#16589)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Removes pylint from our toolchain (#16682)``
* ``Bump ''sphinxcontrib-spelling'' and minor improvements (#16675)``

2.0.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:
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/beam/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8
866a601b76e219b3c043e1dbbc8fb22300866351
Original file line number Diff line number Diff line change
@@ -1 +1 @@
40a2476a5db14ee26b5108d72635da116eab720b
866a601b76e219b3c043e1dbbc8fb22300866351
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 @@
40a2476a5db14ee26b5108d72635da116eab720b
866a601b76e219b3c043e1dbbc8fb22300866351
2 changes: 1 addition & 1 deletion airflow/providers/apache/hdfs/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
71c673e427a89cae2a9f3174c32c5c85556d6342
866a601b76e219b3c043e1dbbc8fb22300866351
12 changes: 12 additions & 0 deletions airflow/providers/apache/hive/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
Changelog
---------

2.0.1
.....

Features
~~~~~~~~

* ``Add Python 3.9 support (#15515)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Removes pylint from our toolchain (#16682)``
2.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/hive/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Hive <https://hive.apache.org/>`__
versions:
- 2.0.1
- 2.0.0
- 1.0.3
- 1.0.2
Expand Down
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 @@
40a2476a5db14ee26b5108d72635da116eab720b
866a601b76e219b3c043e1dbbc8fb22300866351
1 change: 1 addition & 0 deletions airflow/providers/apache/livy/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
866a601b76e219b3c043e1dbbc8fb22300866351
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 @@
40a2476a5db14ee26b5108d72635da116eab720b
866a601b76e219b3c043e1dbbc8fb22300866351
1 change: 1 addition & 0 deletions airflow/providers/apache/spark/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
866a601b76e219b3c043e1dbbc8fb22300866351
12 changes: 12 additions & 0 deletions airflow/providers/apache/sqoop/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
Changelog
---------

2.0.1
.....

Bug Fixes
~~~~~~~~~

* ``Fix Minor Bugs in Apache Sqoop Hook and Operator (#16350)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Removes pylint from our toolchain (#16682)``
2.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/sqoop/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Sqoop <https://sqoop.apache.org/>`__
versions:
- 2.0.1
- 2.0.0
- 1.0.1
- 1.0.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/asana/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
866a601b76e219b3c043e1dbbc8fb22300866351
13 changes: 13 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@
Changelog
---------

2.0.1
.....

Bug Fixes
~~~~~~~~~

* ``BugFix: Using &#39;json&#39; string in template_field causes issue with K8s Operators (#16930)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Updating task dependencies (#16624)``
* ``Removes pylint from our toolchain (#16682)``
2.0.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:
- 2.0.1
- 2.0.0
- 1.2.0
- 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/databricks/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
df143aee8d9e7e0089b747bdd27addf63bb4962f
866a601b76e219b3c043e1dbbc8fb22300866351
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 @@
40a2476a5db14ee26b5108d72635da116eab720b
866a601b76e219b3c043e1dbbc8fb22300866351
21 changes: 21 additions & 0 deletions airflow/providers/docker/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,27 @@
Changelog
---------

2.1.0
.....

Features
~~~~~~~~

* ``Adds option to disable mounting temporary folder in DockerOperator (#16932)``


Bug Fixes
~~~~~~~~~

The ``DockerOperator`` in version 2.0.0 did not work for remote Docker Engine or Docker-In-Docker case.
That was an unintended side effect of #15843 that has been fixed in #16932. There is a fallback mode
which will make Docker Operator works with warning and you will be able to remove the warning by
using the new parameter to disable mounting the folder.

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Removes pylint from our toolchain (#16682)``
2.0.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:
- 2.1.0
- 2.0.0
- 1.2.0
- 1.1.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/ftp/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
866a601b76e219b3c043e1dbbc8fb22300866351
17 changes: 17 additions & 0 deletions airflow/providers/google/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,23 @@
Changelog
---------

4.1.0
.....

Features
~~~~~~~~

* ``Standardise dataproc location param to region (#16034)``

Bug Fixes
~~~~~~~~~

* ``Update alias for field_mask in Google Memmcache (#16975)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Removes pylint from our toolchain (#16682)``
4.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ description: |
- `Google Workspace <https://workspace.google.pl/>`__ (formerly Google Suite)
versions:
- 4.1.0
- 4.0.0
- 3.0.0
- 2.2.0
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/grpc/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
866a601b76e219b3c043e1dbbc8fb22300866351
1 change: 1 addition & 0 deletions airflow/providers/hashicorp/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
866a601b76e219b3c043e1dbbc8fb22300866351
2 changes: 1 addition & 1 deletion airflow/providers/http/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d7bc217957b65471ca5f2e259bba15c71a2b0c41
866a601b76e219b3c043e1dbbc8fb22300866351
12 changes: 12 additions & 0 deletions airflow/providers/jenkins/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
Changelog
---------

2.0.1
.....

Bug Fixes
~~~~~~~~~

* ``Fixed to check number key from jenkins response (#16963)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Removes pylint from our toolchain (#16682)``
2.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/jenkins/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Jenkins <https://jenkins.io/>`__
versions:
- 2.0.1
- 2.0.0
- 1.1.0
- 1.0.1
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/jira/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
866a601b76e219b3c043e1dbbc8fb22300866351
18 changes: 18 additions & 0 deletions airflow/providers/microsoft/azure/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,24 @@
Changelog
---------

3.1.0
.....

Features
~~~~~~~~

* ``Add support for managed identity in WASB hook (#16628)``
* ``Reduce log messages for happy path (#16626)``

Bug Fixes
~~~~~~~~~

* ``Fix multiple issues in Microsoft AzureContainerInstancesOperator (#15634)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Removes pylint from our toolchain (#16682)``
3.0.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:
- 3.1.0
- 3.0.0
- 2.0.0
- 1.3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
40a2476a5db14ee26b5108d72635da116eab720b
866a601b76e219b3c043e1dbbc8fb22300866351
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
866a601b76e219b3c043e1dbbc8fb22300866351
13 changes: 13 additions & 0 deletions airflow/providers/mysql/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ used with MySQL server 5.6.4 through 5.7.
Changelog
---------

2.1.0
.....

Features
~~~~~~~~

* ``Added template_fields_renderers for MySQL Operator (#16914)``
* ``Extended template_fields_renderers for MySQL provider (#16987)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Removes pylint from our toolchain (#16682)``
2.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/mysql/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`MySQL <https://www.mysql.com/products/>`__
versions:
- 2.1.0
- 2.0.0
- 1.1.0
- 1.0.2
Expand Down
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 @@
40a2476a5db14ee26b5108d72635da116eab720b
866a601b76e219b3c043e1dbbc8fb22300866351
1 change: 1 addition & 0 deletions airflow/providers/opsgenie/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
866a601b76e219b3c043e1dbbc8fb22300866351
2 changes: 1 addition & 1 deletion airflow/providers/oracle/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
71c673e427a89cae2a9f3174c32c5c85556d6342
866a601b76e219b3c043e1dbbc8fb22300866351
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 @@
40a2476a5db14ee26b5108d72635da116eab720b
866a601b76e219b3c043e1dbbc8fb22300866351
12 changes: 12 additions & 0 deletions airflow/providers/postgres/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
Changelog
---------

2.1.0
.....

Features
~~~~~~~~

* ``Add schema as DbApiHook instance attribute (#16521)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Removes pylint from our toolchain (#16682)``
2.0.0
.....

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:
- 2.1.0
- 2.0.0
- 1.0.2
- 1.0.1
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 @@
40a2476a5db14ee26b5108d72635da116eab720b
866a601b76e219b3c043e1dbbc8fb22300866351
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 @@
40a2476a5db14ee26b5108d72635da116eab720b
866a601b76e219b3c043e1dbbc8fb22300866351
1 change: 1 addition & 0 deletions airflow/providers/salesforce/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
866a601b76e219b3c043e1dbbc8fb22300866351
2 changes: 1 addition & 1 deletion airflow/providers/segment/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
40a2476a5db14ee26b5108d72635da116eab720b
866a601b76e219b3c043e1dbbc8fb22300866351
2 changes: 1 addition & 1 deletion airflow/providers/sendgrid/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
40a2476a5db14ee26b5108d72635da116eab720b
866a601b76e219b3c043e1dbbc8fb22300866351
12 changes: 12 additions & 0 deletions airflow/providers/sftp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
Changelog
---------

2.1.0
.....

Features
~~~~~~~~

* ``Add support for non-RSA type key for SFTP hook (#16314)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Remove redundant logging in SFTP Hook (#16704)``
2.0.0
.....

Expand Down

0 comments on commit b916b75

Please sign in to comment.