Skip to content

Commit 9b5d6bf

Browse files
authored
Add documentation for 3rd wave of providers in Deember (#36464)
1 parent c0019e1 commit 9b5d6bf

File tree

85 files changed

+401
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+401
-94
lines changed

airflow/providers/alibaba/CHANGELOG.rst

Lines changed: 12 additions & 0 deletions

airflow/providers/alibaba/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
__all__ = ["__version__"]
2929

30-
__version__ = "2.7.0"
30+
__version__ = "2.7.1"
3131

3232
try:
3333
from airflow import __version__ as airflow_version

airflow/providers/alibaba/provider.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ description: |
2222
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).
2323
2424
suspended: false
25-
source-date-epoch: 1703288100
25+
source-date-epoch: 1703747466
2626
versions:
27+
- 2.7.1
2728
- 2.7.0
2829
- 2.6.0
2930
- 2.5.3

airflow/providers/amazon/CHANGELOG.rst

Lines changed: 22 additions & 0 deletions

airflow/providers/amazon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
__all__ = ["__version__"]
2929

30-
__version__ = "8.14.0"
30+
__version__ = "8.15.0"
3131

3232
try:
3333
from airflow import __version__ as airflow_version

airflow/providers/amazon/provider.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ description: |
2222
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
2323
2424
suspended: false
25-
source-date-epoch: 1703288101
25+
source-date-epoch: 1703747484
2626
versions:
27+
- 8.15.0
2728
- 8.14.0
2829
- 8.13.0
2930
- 8.12.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
99534e47f330ce0efb96402629dda5b2a4f16e8f
1+
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
99534e47f330ce0efb96402629dda5b2a4f16e8f
1+
b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
99534e47f330ce0efb96402629dda5b2a4f16e8f
1+
c45516096f690b7e5c9c96766f278482d06df6cf

airflow/providers/apache/hdfs/CHANGELOG.rst

Lines changed: 12 additions & 0 deletions

0 commit comments

Comments
 (0)