Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion airflow/providers/airbyte/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
2 changes: 1 addition & 1 deletion airflow/providers/alibaba/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
29 changes: 29 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,35 @@
Changelog
---------

8.16.0
......

Features
~~~~~~~~

* ``Add AWS Step Functions links (#36599)``
* ``Add OpenLineage support for Redshift SQL (#35794)``

Bug Fixes
~~~~~~~~~

* ``Fix assignment of template field in '__init__' in 'AwsToAwsBaseOperator' (#36604)``
* ``Fix assignment of template field in '__init__' in 'DataSyncOperator' (#36605)``
* ``Check redshift cluster state before deferring to triggerer (#36416)``

Misc
~~~~

* ``Use base aws classes in Amazon SQS Operators/Sensors/Triggers (#36613)``
* ``Use base aws classes in Amazon SNS Operators (#36615)``
* ``Use base aws classes in AWS Step Functions Operators/Sensors/Triggers (#36468)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Select ruff B006 to detect the usage of mutable values as argument default (#36626)``
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``


8.15.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.15.0"
__version__ = "8.16.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/>`__).

state: ready
source-date-epoch: 1703747484
source-date-epoch: 1704610260
versions:
- 8.16.0
- 8.15.0
- 8.14.0
- 8.13.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 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
2 changes: 1 addition & 1 deletion airflow/providers/apache/drill/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
6937ae76476b3bc869ef912d000bcc94ad642db1
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 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
6937ae76476b3bc869ef912d000bcc94ad642db1
2 changes: 1 addition & 1 deletion airflow/providers/apache/flink/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c45516096f690b7e5c9c96766f278482d06df6cf
6937ae76476b3bc869ef912d000bcc94ad642db1
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 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
12 changes: 12 additions & 0 deletions airflow/providers/apache/hive/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@
Changelog
---------

6.4.1
.....

Bug Fixes
~~~~~~~~~

* ``Fix assignment of template field in '__init__' in 'hive_to_samba.py' (#36486)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``

6.4.0
.....

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

__all__ = ["__version__"]

__version__ = "6.4.0"
__version__ = "6.4.1"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/hive/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
`Apache Hive <https://hive.apache.org/>`__

state: ready
source-date-epoch: 1703288109
source-date-epoch: 1704610336
versions:
- 6.4.1
- 6.4.0
- 6.3.0
- 6.2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
6937ae76476b3bc869ef912d000bcc94ad642db1
2 changes: 1 addition & 1 deletion airflow/providers/apache/kafka/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
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 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
14 changes: 14 additions & 0 deletions airflow/providers/apache/livy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@
Changelog
---------

3.7.1
.....

Bug Fixes
~~~~~~~~~

* ``Fix assignment of template field in '__init__' in 'livy.py' (#36490)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
* ``Add documentation for 3rd wave of providers in Deember (#36464)``
* ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)``

3.7.0
.....

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

__all__ = ["__version__"]

__version__ = "3.7.0"
__version__ = "3.7.1"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/livy/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
`Apache Livy <https://livy.apache.org/>`__

state: ready
source-date-epoch: 1703288112
source-date-epoch: 1704610403
versions:
- 3.7.1
- 3.7.0
- 3.6.0
- 3.5.4
Expand Down
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 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
6937ae76476b3bc869ef912d000bcc94ad642db1
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 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
6937ae76476b3bc869ef912d000bcc94ad642db1
9 changes: 9 additions & 0 deletions airflow/providers/apache/spark/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
Changelog
---------

4.7.0
.....

* ``change spark connection form and add spark connections docs (#36419)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``

4.6.0
.....

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

__all__ = ["__version__"]

__version__ = "4.6.0"
__version__ = "4.7.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/spark/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
`Apache Spark <https://spark.apache.org/>`__

state: ready
source-date-epoch: 1703288115
source-date-epoch: 1704611085
versions:
- 4.7.0
- 4.6.0
- 4.5.0
- 4.4.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apprise/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
2 changes: 1 addition & 1 deletion airflow/providers/arangodb/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
2 changes: 1 addition & 1 deletion airflow/providers/asana/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
14 changes: 14 additions & 0 deletions airflow/providers/atlassian/jira/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@
Changelog
---------

2.5.0
.....

Features
~~~~~~~~

* ``Add jira connection docs and UI form (#36458)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
* ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)``
* ``Add documentation for 3rd wave of providers in Deember (#36464)``

2.4.0
.....

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

__all__ = ["__version__"]

__version__ = "2.4.0"
__version__ = "2.5.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/atlassian/jira/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
`Atlassian Jira <https://www.atlassian.com/software/jira/>`__

state: ready
source-date-epoch: 1703288118
source-date-epoch: 1704610485
versions:
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
Expand Down
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 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
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 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2e20e9f7ebf5f43bf27069f4c0063cdd72e6b2e2
2f15c95a28677cd311283f2185f3b936e13c4da8
2 changes: 1 addition & 1 deletion airflow/providers/cohere/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
16 changes: 16 additions & 0 deletions airflow/providers/common/io/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@
Changelog
---------

1.2.0
.....

Features
~~~~~~~~

* ``Add support for openlineage to AFS and common.io (#36410)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
* ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)``
* ``Prepare 2nd wave of providers in December (#36373)``
* ``Prepare docs 1st wave of Providers December 2023 (#36112)``
* ``Add documentation for 3rd wave of providers in Deember (#36464)``

1.1.0
.....

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

__all__ = ["__version__"]

__version__ = "1.1.0"
__version__ = "1.2.0"

try:
from airflow import __version__ as airflow_version
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/common/io/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ description: |
``Common IO Provider``

state: ready
source-date-epoch: 1703288123
source-date-epoch: 1704610529
versions:
- 1.2.0
- 1.1.0
- 1.0.1
- 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/common/sql/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11bdfe4c12efa2f5d256cc49916a20beaa5487eb
6937ae76476b3bc869ef912d000bcc94ad642db1
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 @@
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
6937ae76476b3bc869ef912d000bcc94ad642db1
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 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
2 changes: 1 addition & 1 deletion airflow/providers/dbt/cloud/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d1c58d86de1267d9268a1efe0a0c102633c051a1
6937ae76476b3bc869ef912d000bcc94ad642db1
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 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
6937ae76476b3bc869ef912d000bcc94ad642db1
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 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
6937ae76476b3bc869ef912d000bcc94ad642db1
2 changes: 1 addition & 1 deletion airflow/providers/docker/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3592ff40465032fa041600be740ee6bc25e7c242
6937ae76476b3bc869ef912d000bcc94ad642db1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3592ff40465032fa041600be740ee6bc25e7c242
6937ae76476b3bc869ef912d000bcc94ad642db1
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 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
2 changes: 1 addition & 1 deletion airflow/providers/facebook/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
6937ae76476b3bc869ef912d000bcc94ad642db1
2 changes: 1 addition & 1 deletion airflow/providers/ftp/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
6937ae76476b3bc869ef912d000bcc94ad642db1
2 changes: 1 addition & 1 deletion airflow/providers/github/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d1c58d86de1267d9268a1efe0a0c102633c051a1
6937ae76476b3bc869ef912d000bcc94ad642db1
2 changes: 1 addition & 1 deletion airflow/providers/grpc/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
2 changes: 1 addition & 1 deletion airflow/providers/hashicorp/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
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 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
6937ae76476b3bc869ef912d000bcc94ad642db1
2 changes: 1 addition & 1 deletion airflow/providers/imap/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
6937ae76476b3bc869ef912d000bcc94ad642db1
2 changes: 1 addition & 1 deletion airflow/providers/influxdb/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
6937ae76476b3bc869ef912d000bcc94ad642db1
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 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
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 @@
99534e47f330ce0efb96402629dda5b2a4f16e8f
6937ae76476b3bc869ef912d000bcc94ad642db1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dd7ba3cae139cb10d71c5ebc25fc496c67ee784e
6937ae76476b3bc869ef912d000bcc94ad642db1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
6937ae76476b3bc869ef912d000bcc94ad642db1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
6937ae76476b3bc869ef912d000bcc94ad642db1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
6937ae76476b3bc869ef912d000bcc94ad642db1
2 changes: 1 addition & 1 deletion airflow/providers/mongo/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
6937ae76476b3bc869ef912d000bcc94ad642db1
Loading