Skip to content

Commit

Permalink
Prepare RC1 docs for June 2023 wave of Providers (#32001)
Browse files Browse the repository at this point in the history
* Prepare RC1 docs for June 2023 wave of Providers
  • Loading branch information
eladkal committed Jun 20, 2023
1 parent 1d564ad commit 79bcc2e
Show file tree
Hide file tree
Showing 391 changed files with 2,704 additions and 314 deletions.
13 changes: 13 additions & 0 deletions airflow/providers/airbyte/CHANGELOG.rst
Expand Up @@ -24,9 +24,22 @@
Changelog
---------


3.3.1
.....

.. note::
This release dropped support for Python 3.7

Misc
~~~~

* ``Add note about dropping Python 3.7 for providers (#32015)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add D400 pydocstyle check - Providers (#31427)``
3.3.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/airbyte/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "3.3.0"
__version__ = "3.3.1"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/airbyte/provider.yaml
Expand Up @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 3.3.1
- 3.3.0
- 3.2.1
- 3.2.0
Expand Down
14 changes: 14 additions & 0 deletions airflow/providers/alibaba/CHANGELOG.rst
Expand Up @@ -24,9 +24,23 @@
Changelog
---------

2.4.1
.....

.. note::
This release dropped support for Python 3.7


Misc
~~~~

* ``Remove Python 3.7 support (#30963)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add D400 pydocstyle check - Providers (#31427)``
* ``Add note about dropping Python 3.7 for providers (#32015)``
2.4.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/alibaba/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "2.4.0"
__version__ = "2.4.1"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/alibaba/provider.yaml
Expand Up @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.0
Expand Down
58 changes: 58 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Expand Up @@ -24,9 +24,67 @@
Changelog
---------

8.2.0
.....

.. note::
This release dropped support for Python 3.7


Features
~~~~~~~~

* ``Add deferrable option to EmrTerminateJobFlowOperator (#31646)``
* ``Add Deferrable option to EmrCreateJobFlowOperator (#31641)``
* ``Add deferrable mode to 'BatchSensor' (#30279)``
* ``Add deferrable mode for S3KeySensor (#31018)``
* ``Add Deferrable mode to Emr Add Steps operator (#30928)``
* ``Add deferrable mode in Redshift delete cluster (#30244)``
* ``Add discoverability for triggers in provider.yaml (#31576)``
* ``Add deferrable mode to AWS glue operators (Job & Crawl) (#30948)``
* ``Add deferrable param in BatchOperator (#30865)``
* ``Add Deferrable Mode to RedshiftCreateClusterSnapshotOperator (#30856)``
* ``Deferrable mode for EksCreateFargateProfileOperator and EksDeleteFargateProfileOperator (#31657)``
* ``allow anonymous AWS access (#31659)``
* ``Support of wildcard in S3ListOperator and S3ToGCSOperator (#31640)``
* ``Add 'deferrable' param in 'EmrContainerSensor' (#30945)``
* ``Add realtime container execution logs for BatchOperator (#31837)``

Bug Fixes
~~~~~~~~~

* ``Various fixes on ECS run task operator (#31838)``
* ``fix return values on glue operators deferrable mode (#31694)``
* ``Add back missing AsyncIterator import (#31710)``
* ``Use a continuation token to get logs in ecs (#31824)``
* ``Fetch status in while loop so as to not exit too early (#31804)``
* ``[AWS hook] use provided client to get the official waiter on fallback (#31748)``
* ``handle missing LogUri in emr 'describe_cluster' API response (#31482)``

Misc
~~~~

* ``Add Python 3.11 support (#27264)``
* ``Added config template field to EmrServerlessStartJobOperator (#31746)``
* ``Add null check for host in Amazon Redshift connection (#31567)``
* ``add workgroup to templated fields (#31574)``
* ``Add docstring and signature for _read_remote_logs (#31623)``
* ``Deprecate 'wait_for_completion' from 'EcsRegisterTaskDefinitionOperator' and 'EcsDeregisterTaskDefinitionOperator' (#31884)``
* ``Remove Python 3.7 support (#30963)``
* ``Change Deferrable implementation for RedshiftResumeClusterOperator to follow standard (#30864)``
* ``Change Deferrable implementation for RedshiftPauseClusterOperator to follow standard (#30853)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add D400 pydocstyle check (#31742)``
* ``Add D400 pydocstyle check - Amazon provider only (#31423)``
* ``AWS system test example_dynamodb_to_s3: add retry when fecthing the export time (#31388)``
* ``Amazon provider docstring improvements (#31729)``
* ``Replace spelling directive with spelling:word-list (#31752)``
* ``Remove aws unused code (#31610)``
* ``Add note about dropping Python 3.7 for providers (#32015)``
8.1.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/amazon/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "8.1.0"
__version__ = "8.2.0"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/amazon/provider.yaml
Expand Up @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 8.2.0
- 8.1.0
- 8.0.0
- 7.4.1
Expand Down
12 changes: 12 additions & 0 deletions airflow/providers/apache/beam/CHANGELOG.rst
Expand Up @@ -24,9 +24,21 @@
Changelog
---------

5.1.1
.....

.. note::
This release dropped support for Python 3.7

Misc
~~~~

* ``Add note about dropping Python 3.7 for providers (#32015)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add D400 pydocstyle check - Apache providers only (#31424)``
5.1.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/beam/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "5.1.0"
__version__ = "5.1.1"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/beam/provider.yaml
Expand Up @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 5.1.1
- 5.1.0
- 5.0.0
- 4.3.0
Expand Down
12 changes: 12 additions & 0 deletions airflow/providers/apache/cassandra/CHANGELOG.rst
Expand Up @@ -24,9 +24,21 @@
Changelog
---------

3.2.1
.....

.. note::
This release dropped support for Python 3.7

Misc
~~~~

* ``Add note about dropping Python 3.7 for providers (#32015)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add D400 pydocstyle check - Apache providers only (#31424)``
3.2.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/cassandra/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "3.2.0"
__version__ = "3.2.1"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/cassandra/provider.yaml
Expand Up @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 3.2.1
- 3.2.0
- 3.1.1
- 3.1.0
Expand Down
13 changes: 13 additions & 0 deletions airflow/providers/apache/drill/CHANGELOG.rst
Expand Up @@ -24,9 +24,22 @@
Changelog
---------


2.4.1
.....

.. note::
This release dropped support for Python 3.7

Misc
~~~~

* ``Add note about dropping Python 3.7 for providers (#32015)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add D400 pydocstyle check - Apache providers only (#31424)``
2.4.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/drill/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "2.4.0"
__version__ = "2.4.1"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/drill/provider.yaml
Expand Up @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 2.4.1
- 2.4.0
- 2.3.2
- 2.3.1
Expand Down
13 changes: 13 additions & 0 deletions airflow/providers/apache/druid/CHANGELOG.rst
Expand Up @@ -24,9 +24,22 @@
Changelog
---------

3.4.1
.....

.. note::
This release dropped support for Python 3.7

Misc
~~~~

* ``Add note about dropping Python 3.7 for providers (#32015)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Apache provider docstring improvements (#31730)``
* ``Add D400 pydocstyle check - Apache providers only (#31424)``
3.4.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/druid/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "3.4.0"
__version__ = "3.4.1"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/druid/provider.yaml
Expand Up @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 3.4.1
- 3.4.0
- 3.3.1
- 3.3.0
Expand Down
13 changes: 13 additions & 0 deletions airflow/providers/apache/flink/CHANGELOG.rst
Expand Up @@ -24,9 +24,22 @@
Changelog
---------

1.1.1
.....

.. note::
This release dropped support for Python 3.7

Misc
~~~~

* ``Remove Python 3.7 support (#30963)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add D400 pydocstyle check - Apache providers only (#31424)``
* ``Add note about dropping Python 3.7 for providers (#32015)``
1.1.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/flink/__init__.py
Expand Up @@ -28,7 +28,7 @@

__all__ = ["__version__"]

__version__ = "1.1.0"
__version__ = "1.1.1"

try:
from airflow import __version__ as airflow_version
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/flink/provider.yaml
Expand Up @@ -23,6 +23,7 @@ description: |
suspended: false
versions:
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
Expand Down
12 changes: 9 additions & 3 deletions airflow/providers/apache/hdfs/CHANGELOG.rst
Expand Up @@ -24,17 +24,23 @@
Changelog
---------

.. note::
This release dropped support for Python 3.7

4.1.0
-----

.. note::
This release dropped support for Python 3.7

Features
~~~~~~~~

* Add ability to read/write task instance logs from HDFS (#31512)

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Updates release notes for snakebite-py3 incompatibility with protobuf (#31756)``
* ``Add D400 pydocstyle check - Apache providers only (#31424)``
* ``Add note about dropping Python 3.7 for providers (#32015)``
4.0.0
-----

Expand Down

0 comments on commit 79bcc2e

Please sign in to comment.