Skip to content

Commit

Permalink
Prepare docs 1st wave of Providers December 2023 (#36112)
Browse files Browse the repository at this point in the history
* Prepare docs 1st wave of Providers December 2023

* update with recent commits to main branch
  • Loading branch information
eladkal authored Dec 7, 2023
1 parent abdd045 commit 999b701
Show file tree
Hide file tree
Showing 505 changed files with 5,232 additions and 778 deletions.
22 changes: 22 additions & 0 deletions airflow/providers/airbyte/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,28 @@
Changelog
---------

3.5.0
.....

.. note::
This release of provider is only available for Airflow 2.6+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Misc
~~~~

* ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix and reapply templates for provider documentation (#35686)``
* ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
* ``Update information about links into the provider.yaml files (#35837)``
* ``Prepare docs 2nd wave of Providers November 2023 (#35836)``
* ``Use reproducible builds for provider packages (#35693)``
* ``Prepare docs 1st wave of Providers November 2023 (#35537)``
* ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
* ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
3.4.0
.....
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/airbyte/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "3.4.0"
__version__ = "3.5.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/airbyte/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
`Airbyte <https://airbyte.com/>`__
suspended: false
source-date-epoch: 1700827428
source-date-epoch: 1701983344
versions:
- 3.5.0
- 3.4.0
- 3.3.2
- 3.3.1
Expand Down
24 changes: 24 additions & 0 deletions airflow/providers/alibaba/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,30 @@
Changelog
---------

2.7.0
.....

.. note::
This release of provider is only available for Airflow 2.6+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Misc
~~~~

* ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Update information about links into the provider.yaml files (#35837)``
* ``Prepare docs 2nd wave of Providers November 2023 (#35836)``
* ``Use reproducible builds for provider packages (#35693)``
* ``Prepare docs 1st wave of Providers November 2023 (#35537)``
* ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
* ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
* ``Fix and reapply templates for provider documentation (#35686)``
* ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
2.6.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/alibaba/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "2.6.0"
__version__ = "2.7.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/alibaba/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).
suspended: false
source-date-epoch: 1700827429
source-date-epoch: 1701983345
versions:
- 2.7.0
- 2.6.0
- 2.5.3
- 2.5.2
Expand Down
47 changes: 47 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,53 @@
Changelog
---------

8.13.0
......

.. note::
This release of provider is only available for Airflow 2.6+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Features
~~~~~~~~

* ``Support IAM authentication for Redshift serverless (#35897)``
* ``Implement 'is_authorized_variable' in AWS auth manager (#35804)``
* ``Enhance 'attribute_value' in 'DynamoDBValueSensor' to accept list (#35831)``

Bug Fixes
~~~~~~~~~

* ``Fix handling of single quotes in 'RedshiftToS3Operator' (#35986)``
* ``Fix a bug in get_iam_token for Redshift Serverless (#36001)``
* ``Fix reraise outside of try block in 'AthenaHook.get_output_location' (#36008)``
* ``Fix a bug with accessing hooks in EKS trigger (#35989)``
* ``Fix a bug in method name used in 'GlacierToGCSOperator' (#35978)``
* ``Fix EC2Hook get_instance for client_type api (#35960)``
* ``Avoid creating the hook in the EmrServerlessCancelJobsTrigger init (#35992)``
* ``Stop getting message from event after migrating 'EmrContainerTrigger' to 'AwsBaseWaiterTrigger' (#35892)``
* ``Fix for 'EksCreateClusterOperator' deferrable mode (#36079)``

Misc
~~~~

* ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)``
* ``Update 'boto3' and 'botocore' versions notes (#36073)``
* ``Improve typing hints for only_client_type decorator (#35997)``
* ``Refactor some methods in EmrContainerHook (#35999)``
* ``Refactor get_output_location in AthenaHook (#35996)``
* ``Move RDS hook to a cached property in RDS trigger (#35990)``
* ``Replace default empty dict value by None in AzureBlobStorageToS3Operator (#35977)``
* ``Update 'set_context' signature to match superclass one and stop setting the instance attribute in CloudwatchTaskHandler (#35975)``
* ``Use S3 hook instead of AwsGenericHook in AWS S3 FS (#35973)``
* ``AWS auth manager: implement all 'is_authorized_*' methods (but 'is_authorized_dag') (#35928)``
* ``Remove setting a non-existing object param and use local var instead in S3Hook (#35950)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add feature to build "chicken-egg" packages from sources (#35890)``
* ``Fix AWS system tests (#36091)``
8.12.0
......

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/amazon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "8.12.0"
__version__ = "8.13.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
suspended: false
source-date-epoch: 1700827430
source-date-epoch: 1701983347
versions:
- 8.13.0
- 8.12.0
- 8.11.0
- 8.10.0
Expand Down
23 changes: 23 additions & 0 deletions airflow/providers/apache/beam/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,29 @@
Changelog
---------

5.4.0
.....

.. note::
This release of provider is only available for Airflow 2.6+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Misc
~~~~

* ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix and reapply templates for provider documentation (#35686)``
* ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
* ``Prepare docs 2nd wave of Providers November 2023 (#35836)``
* ``Use reproducible builds for provider packages (#35693)``
* ``Prepare docs 1st wave of Providers November 2023 (#35537)``
* ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
* ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
5.3.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/beam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "5.3.0"
__version__ = "5.4.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/beam/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
`Apache Beam <https://beam.apache.org/>`__.
suspended: false
source-date-epoch: 1700827432
source-date-epoch: 1701983348
versions:
- 5.4.0
- 5.3.0
- 5.2.3
- 5.2.2
Expand Down
22 changes: 22 additions & 0 deletions airflow/providers/apache/cassandra/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,28 @@
Changelog
---------

3.4.0
.....

.. note::
This release of provider is only available for Airflow 2.6+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Misc
~~~~

* ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix and reapply templates for provider documentation (#35686)``
* ``Update information about links into the provider.yaml files (#35837)``
* ``Prepare docs 2nd wave of Providers November 2023 (#35836)``
* ``Use reproducible builds for provider packages (#35693)``
* ``Prepare docs 1st wave of Providers November 2023 (#35537)``
* ``Switch from Black to Ruff formatter (#35287)``
3.3.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/cassandra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "3.3.0"
__version__ = "3.4.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/cassandra/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
`Apache Cassandra <https://cassandra.apache.org/>`__.
suspended: false
source-date-epoch: 1700827433
source-date-epoch: 1701983349
versions:
- 3.4.0
- 3.3.0
- 3.2.1
- 3.2.0
Expand Down
22 changes: 22 additions & 0 deletions airflow/providers/apache/drill/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,28 @@ Changelog
---------


2.6.0
.....

.. note::
This release of provider is only available for Airflow 2.6+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Misc
~~~~

* ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix and reapply templates for provider documentation (#35686)``
* ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
* ``Prepare docs 2nd wave of Providers November 2023 (#35836)``
* ``Use reproducible builds for provider packages (#35693)``
* ``Prepare docs 1st wave of Providers November 2023 (#35537)``
* ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
* ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
2.5.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/drill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "2.5.0"
__version__ = "2.6.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/drill/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
`Apache Drill <https://drill.apache.org/>`__.
suspended: false
source-date-epoch: 1700827433
source-date-epoch: 1701983350
versions:
- 2.6.0
- 2.5.0
- 2.4.4
- 2.4.3
Expand Down
23 changes: 23 additions & 0 deletions airflow/providers/apache/druid/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,29 @@
Changelog
---------

3.7.0
.....

.. note::
This release of provider is only available for Airflow 2.6+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Misc
~~~~

* ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix and reapply templates for provider documentation (#35686)``
* ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
* ``Prepare docs 2nd wave of Providers November 2023 (#35836)``
* ``Use reproducible builds for provider packages (#35693)``
* ``Prepare docs 1st wave of Providers November 2023 (#35537)``
* ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
* ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
* ``Upgrade pre-commits (#35033)``
3.6.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/druid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "3.6.0"
__version__ = "3.7.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/druid/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
`Apache Druid <https://druid.apache.org/>`__.
suspended: false
source-date-epoch: 1700827434
source-date-epoch: 1701983351
versions:
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
Expand Down
Loading

0 comments on commit 999b701

Please sign in to comment.